Bug #28370
closed
"Invalid tuning profile" when no --tuning is passed to the installer
Added by Evgeni Golov about 5 years ago.
Updated about 5 years ago.
Category:
foreman-installer script
|
Description
When you run foreman-installer --scenario katello
, you end up with
Invalid tuning profile
'' is not one of default, medium, large, extra-large, extra-extra-large
as there is nothing that loads "default" as the default profile, when no --tuning
was passed.
The real problem is that get_custom_fact
will return nil
when the fact isn't set yet:
[root@box ~]# foreman-installer --scenario katello --help |grep tuning
--tuning INSTALLATION_SIZE Tune for an installation size. Choices: default, medium, large, extra-large, extra-extra-large (default: nil)
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-installer/pull/416 added
- Status changed from Ready For Testing to Rejected
- Pull request deleted (
https://github.com/theforeman/foreman-installer/pull/416)
Also available in: Atom
PDF