Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1134988

Summary: upgrade: manual installation of rabbitmq does not create conf file - need to be created manually until bug fixed
Product: Red Hat OpenStack Reporter: Dafna Ron <dron>
Component: doc-UpgradeAssignee: Don Domingo <ddomingo>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: high Docs Contact:
Priority: unspecified    
Version: 5.0 (RHEL 6)CC: ddomingo, dron, yeylon
Target Milestone: ---Keywords: Documentation
Target Release: 5.0 (RHEL 6)   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-10 03:36:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1134027    

Description Dafna Ron 2014-08-28 14:53:00 UTC
Description of problem:

testing qpid -> rabbit migration as part of the RHOS 4.0 -> RHOS 5.0 upgrade process, we found that manual installation of  rabbitmq-server rpm will not create and deploy default setting for rabbit conf files 

until bug: https://bugzilla.redhat.com/show_bug.cgi?id=1134956 is fixed we need to add to the guide that these files need to be created manually with the below content: 

-rw-r--r--. 1 root root  200 Aug 26 21:09 rabbitmq.config
-rw-r--r--. 1 root root   24 Aug 26 21:09 rabbitmq-env.conf

the content of these files is this: 

root@orange-vdse rabbitmq]# cat rabbitmq.config 
% This file managed by Puppet
% Template Path: rabbitmq/templates/rabbitmq.config
[
  {rabbit, [
    {default_user, <<"guest">>},
    {default_pass, <<"guest">>}
  ]},
  {kernel, [
    
  ]}
].
% EOF
[root@orange-vdse rabbitmq]# 


root@orange-vdse rabbitmq]# cat rabbitmq-env.conf 
RABBITMQ_NODE_PORT=5672
[root@orange-vdse rabbitmq]#

Comment 2 Dafna Ron 2014-08-29 14:51:24 UTC
that's perfect :) thanks!