Bug #9243
katello-installer failing on RHEL-7
Description
Running katello-installer on RHEL-7 is resulting in errors like the ones below. Running it a second time also encounters as well as re-running with --reset.
Attached also is the full katello-installer.log.
Output errors:
Installing Debug: /Stage[main]/Certs::Candlepin/Exec[create c [99%] qpid-config --ssl-certificate /etc/pki/katello/certs/java-client.crt --ssl-key /etc/pki/katello/private/java-client.key -b 'amqps://rhel7-katello-nightly.test:5671' add exchange topic event --durable returned 1 instead of one of [0]
/Stage[main]/Certs::Candlepin/Exec[create candlepin qpid exchange]/returns: change from notrun to 0 failed: qpid-config --ssl-certificate /etc/pki/katello/certs/java-client.crt --ssl-key /etc/pki/katello/private/java-client.key -b 'amqps://rhel7-katello-nightly.test:5671' add exchange topic event --durable returned 1 instead of one of [0]
Installing Debug: /Stage[main]/Certs::Candlepin/Exec[create c [99%] /Stage[main]/Certs::Candlepin/Exec[create candlepin qpid exchange]: Failed to call refresh: qpid-config --ssl-certificate /etc/pki/katello/certs/java-client.crt --ssl-key /etc/pki/katello/private/java-client.key -b 'amqps://rhel7-katello-nightly.test:5671' add exchange topic event --durable returned 1 instead of one of [0]
/Stage[main]/Certs::Candlepin/Exec[create candlepin qpid exchange]: qpid-config --ssl-certificate /etc/pki/katello/certs/java-client.crt --ssl-key /etc/pki/katello/private/java-client.key -b 'amqps://rhel7-katello-nightly.test:5671' add exchange topic event --durable returned 1 instead of one of [0]
Installing Notice: /Stage[main]/Certs::Candlepin/Exec[import [99%] Installing Debug: /Stage[main]/Certs::Candlepin/Exec[import c [99%] Installing Notice: /Stage[main]/Certs::Candlepin/Exec[import [99%] Installing Notice: /Stage[main]/Foreman::Database/Foreman::Ra [99%] Installing Notice: /Stage[main]/Foreman::Database/Foreman::Ra [99%] Installing Notice: /Stage[main]/Foreman::Plugin::Bootdisk/For [99%] /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[rhel7-katello-nightly.test]: Failed to call refresh: Could not load data from https://rhel7-katello-nightly.test
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[rhel7-katello-nightly.test]: Could not load data from https://rhel7-katello-nightly.test
Installing Debug: Stored state in 0.11 seconds [99%] Installing Done [100%]Installing Done [100%] []
Related issues
Associated revisions
History
#1
Updated by Eric Helms about 8 years ago
- Assignee set to Eric Helms
- Target version set to 66
- Legacy Backlogs Release (now unused) set to 33
- Triaged changed from No to Yes
#2
Updated by Eric Helms about 8 years ago
- Is duplicate of Bug #9364: Install katello-deploy on Centos 7 added
#3
Updated by Eric Helms about 8 years ago
- Status changed from New to Duplicate
#4
Updated by Eric Helms about 8 years ago
- Legacy Backlogs Release (now unused) deleted (
33)
#5
Updated by Eric Helms over 6 years ago
- Legacy Backlogs Release (now unused) set to 166
Fixes #9243: Ensure service_wait is called on systems with systemd.
For systems that use systemd, such as EL7, the command is no longer
service but systemctl. This specific command needs to be set as the
provider command so that service_wait is invoked for systemd.