Actions
Bug #10209
closedforeman-installer --foreman-ipa-authentication=true fails on RHEL 6
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Foreman modules
Target version:
-
Description
Running
# foreman-installer -v --foreman-ipa-authentication=true
on RHEL 6.6 with 1.7 and nightly fails. On RHEL 7, the same command passes.
The error is
[ WARN 2015-04-20 06:19:13 verbose] Could not load fact file /usr/share/foreman-installer/modules/foreman/lib/facter/facts.rb: no such file to load -- util/sssd [...] [ INFO 2015-04-20 06:19:16 verbose] foreman: The system does not seem to be IPA-enrolled at /usr/share/foreman-installer/modules/foreman/manifests/config.pp:55 on node foreman.example.com
This is with
# rpm -qf /usr/share/foreman-installer/modules/foreman/lib/facter/util/sssd.rb foreman-installer-1.7.4-1.el6.noarch
One possible difference is that on RHEL 6, there is
# rpm -q puppet puppet-2.7.26-2.el6.noarch
while on RHEL 7, there is
puppet-3.6.2-3.el7.noarch
I know I saw this issue earlier or discussed it on IRC but I've hit it today and the fact that it is present with nightly
# rpm -qf /usr/share/foreman-installer/modules/foreman/lib/facter/sssd.rb /usr/share/foreman-installer/modules/foreman/lib/facter/util/sssd.rb foreman-installer-1.9.0-0.develop.201504200925git6d5c890.el6.noarch foreman-installer-1.9.0-0.develop.201504200925git6d5c890.el6.noarch
as well makes me suspect something is still wrong.
Actions