RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1232496 - Error during puppet run causes install to fail, says rabbitmq.com cannot be reached when it can
Summary: Error during puppet run causes install to fail, says rabbitmq.com cannot be r...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: openstack-packstack
Version: Kilo
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: ---
: Kilo
Assignee: Martin Magr
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-16 21:47 UTC by Bryan
Modified: 2016-05-18 14:56 UTC (History)
4 users (show)

Fixed In Version: openstack-packstack-8.0.0-0.7.0rc2.el7.noarch
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-18 14:56:13 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 290337 0 None None None 2016-05-18 14:56:12 UTC

Description Bryan 2015-06-16 21:47:07 UTC
Description of problem:

running packstack --allinone it finishes with this error:

Adding post install manifest entries                 [ DONE ]
Copying Puppet modules and manifests                 [ DONE ]
Applying 192.168.40.7_prescript.pp
192.168.40.7_prescript.pp:                           [ DONE ]        
Applying 192.168.40.7_amqp.pp
Applying 192.168.40.7_mariadb.pp
192.168.40.7_amqp.pp:                             [ ERROR ]        
Applying Puppet manifests                         [ ERROR ]

ERROR : Error appeared during Puppet run: 192.168.40.7_amqp.pp
Error: rpm --import http://www.rabbitmq.com/rabbitmq-signing-key-public.asc returned 1 instead of one of [0]
You will find full trace in log /var/tmp/packstack/20150616-135201-sjUox4/manifests/192.168.40.7_amqp.pp.log
Please check log file /var/tmp/packstack/20150616-135201-sjUox4/openstack-setup.log for more information
Additional information:
 * A new answerfile was created in: /root/packstack-answers-20150616-135202.txt
 * Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
 * File /root/keystonerc_admin has been created on OpenStack client host 192.168.40.7. To use the command line tools you need to source the file.
 * To access the OpenStack Dashboard browse to http://192.168.40.7/dashboard .
Please, find your login credentials stored in the keystonerc_admin in your home directory.
 * To use Nagios, browse to http://192.168.40.7/nagios username: nagiosadmin, password: ffff41bc60e64f21

Version-Release number of selected component (if applicable):

CentOS 7

How reproducible:

Every time

Steps to Reproduce:

Follow steps at https://www.rdoproject.org/Quickstart

Actual results:


Expected results:


Additional info:

In order to workaround this issue, I run this command before installing:

rpm --import http://www.rabbitmq.com/rabbitmq-signing-key-public.asc

Comment 2 Javier Peña 2016-05-18 14:56:13 UTC
The error here is trying to import the RabbitMQ GPG key, when it's not needed. This was fixed by https://review.openstack.org/290337, and then backported to stable/liberty.


Note You need to log in before you can comment on or make changes to this bug.