Actions
Bug #8308
closedInstalling Foreman 1.6 on RHEL 7.0 fails
Description
Running fb-install-foreman.bats to install Foreman 1.6 on RHEL 7.0 fails with
# [ERROR 2014-11-06 10:32:14 verbose] Repeating errors encountered during run: # [ERROR 2014-11-06 10:32:14 verbose] Could not set 'present' on ensure: ApipieBindings::MissingArgumentsError at 12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.pp # [ERROR 2014-11-06 10:32:14 verbose] Could not set 'present' on ensure: ApipieBindings::MissingArgumentsError at 12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.pp # [ERROR 2014-11-06 10:32:14 verbose] /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[idm-qe-05.lab.eng.rdu2.redhat.com]/ensure: change from absent to present failed: Could not set 'present' on ensure: ApipieBindings::MissingArgumentsError at 12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.pp # [ERROR 2014-11-06 10:32:14 verbose] /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[idm-qe-05.lab.eng.rdu2.redhat.com]: Failed to call refresh: missing param 'id' in parameters # [ERROR 2014-11-06 10:32:14 verbose] /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[idm-qe-05.lab.eng.rdu2.redhat.com]: missing param 'id' in parameters
Updated by Jan Pazdziora about 10 years ago
Foreman nightly on RHEL 7 installs just fine.
Updated by Kyle Vitale about 10 years ago
Jan Pazdziora wrote:
Foreman nightly on RHEL 7 installs just fine.
It fails with the same error on CentOS 7, minimal install, all updates applied.
Updated by Dominic Cleal about 10 years ago
- Category set to Foreman modules
- Status changed from New to Assigned
- Assignee set to Dominic Cleal
- Priority changed from Normal to High
- Target version set to 1.7.2
- Translation missing: en.field_release set to 27
Fixed in puppet-foreman 2.2.4, but I need to release foreman-installer 1.6.3.
https://github.com/theforeman/puppet-foreman/commit/9c85bcbb4f8cacf33a822b3406fed5476c6fca17
Updated by Dominic Cleal about 10 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Updated by Justin Sherrill about 10 years ago
- Copied to Bug #8423: Installing Katello 2.0 on RHEL 7.0 fails added
Updated by Dominic Cleal about 10 years ago
Workaround with yum downgrade rubygem-apipie-bindings-0.0.8
before running the installer.
Actions