Actions
Bug #12475
closedvagrant up devel fails to create qpid exchange
Difficulty:
Triaged:
Description
To reproduce:
centos-7, katello-deploy w/ nested katello-installer, librarian-puppet update, vagrant up
During install several errors:
==> katello: qpid-config --ssl-certificate /etc/pki/katello/certs/java-client.crt --ssl-key /etc/pki/katello/private/java-client.key -b 'amqps://katello-katello.example.com:5671' add exchange topic event --durable returned 1 instead of one of [0] ==> katello: ==> katello: /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://katello-katello.example.com:5671' add exchange topic event --durable returned 1 instead of one of [0]
==> katello: /Stage[main]/Pulp::Database/Exec[migrate_pulp_db]: Failed to call refresh: pulp-manage-db returned 70 instead of one of [0] ==> katello: /Stage[main]/Pulp::Database/Exec[migrate_pulp_db]: pulp-manage-db returned 70 instead of one of [0]
==> katello: /Stage[main]/Katello_devel::Setup/Katello_devel::Rvm_bundle[exec rake db:seed]/Exec[rvm-bundle-exec rake db:seed]: Failed to call refresh: sudo su vagrant -c '/bin/bash --login -c "rvm use 1.9.3-p448 && SEED_ORGANIZATION=\"Default Organization\" SEED_LOCATION=\"Default Location\" SEED_ADMIN_PASSWORD=\"changeme\" bundle exec rake db:seed"' returned 1 instead of one of [0]
==> katello: qpid-config --ssl-certificate /etc/pki/katello/certs/katello-katello.example.com-qpid-broker.crt --ssl-key /etc/pki/katello/private/katello-katello.example.com-qpid-broker.key -b 'amqps://katello-katello.example.com:5671' add queue katello_event_queue --durable returned 1 instead of one of [0] ==> katello: ==> katello: /Stage[main]/Katello::Qpid/Exec[create katello entitlments queue]/returns: change from notrun to 0 failed: qpid-config --ssl-certificate /etc/pki/katello/certs/katello-katello.example.com-qpid-broker.crt --ssl-key /etc/pki/katello/private/katello-katello.example.com-qpid-broker.key -b 'amqps://katello-katello.example.com:5671' add queue katello_event_queue --durable returned 1 instead of one of [0]
# rpm -qa | grep qpid python-gofer-qpid-2.6.2-1.el7.noarch qpid-proton-c-0.9-7.el7.x86_64 python-qpid-qmf-0.30-5.el7.x86_64 python-qpid-0.30-6.el7.noarch qpid-qmf-0.30-5.el7.x86_64 katello-katello.example.com-qpid-router-server-1.0-1.noarch katello-katello.example.com-qpid-broker-1.0-1.noarch qpid-dispatch-router-0.4-10.el7.x86_64 qpid-cpp-client-0.30-7.proton.0.9.el7.x86_64 qpid-cpp-server-0.30-7.proton.0.9.el7.x86_64 qpid-cpp-client-devel-0.30-7.proton.0.9.el7.x86_64 katello-katello.example.com-qpid-client-cert-1.0-1.noarch libqpid-dispatch-0.4-10.el7.x86_64 qpid-tools-0.30-4.el7.noarch katello-katello.example.com-qpid-router-client-1.0-1.noarch qpid-cpp-server-linearstore-0.30-7.proton.0.9.el7.x86_64
Updated by Thomas McKay almost 9 years ago
Run manually, this works:
qpid-config --ssl-certificate /etc/pki/katello/certs/java-client.crt --ssl-key /etc/pki/katello/private/java-client.key -b 'amqps://katello-katello.example.com:5671' add exchange topic event --durable qpid-config --ssl-certificate /etc/pki/katello/certs/java-client.crt --ssl-key /etc/pki/katello/private/java-client.key -b 'amqps://katello-katello.example.com:5671' exchanges
Updated by Eric Helms almost 9 years ago
- Translation missing: en.field_release set to 86
- Triaged changed from No to Yes
Updated by Eric Helms almost 9 years ago
- Translation missing: en.field_release changed from 86 to 70
- Pull request https://github.com/Katello/puppet-katello_devel/pull/48, https://github.com/Katello/puppet-katello/pull/92 added
This actually appears to be an overall issue with setting up of the Candlepin configuration in both production and development installs due to a re-factoring of puppet-candlepin.
Updated by Justin Sherrill almost 9 years ago
- Translation missing: en.field_release changed from 70 to 86
Actions