Bug 1186463 - update puppet default param to specify rabbit_hosts only, not vip/haproxy
Summary: update puppet default param to specify rabbit_hosts only, not vip/haproxy
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-foreman-installer
Version: 6.0 (Juno)
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: z1
: Installer
Assignee: Crag Wolfe
QA Contact: Alexander Chuzhoy
URL:
Whiteboard:
Depends On:
Blocks: 1175685
TreeView+ depends on / blocked
 
Reported: 2015-01-27 17:20 UTC by Crag Wolfe
Modified: 2016-04-26 19:35 UTC (History)
10 users (show)

Fixed In Version: openstack-foreman-installer-3.0.14-1.el7ost
Doc Type: Enhancement
Doc Text:
This enhancement enables multiple rabbit_hosts by default instead of a single VIP. This increases the stability of RabbitMQ. Multiple rabbit_hosts are now configured by default unless a specific option is set.
Clone Of:
Environment:
Last Closed: 2015-03-05 18:19:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:0641 0 normal SHIPPED_LIVE Red Hat Enterprise Linux OpenStack Platform Installer Bug Fix Advisory 2015-03-05 23:15:51 UTC

Description Crag Wolfe 2015-01-27 17:20:10 UTC
Description of problem:

Change the default puppet parameter to set openstack config files such that rabbit_hosts is the list of rabbit servers (on the controllers) and rabbit_ha_queues=True, rather than relying on the rabbit vip and haproxy.

Comment 3 Jason Guiditta 2015-02-05 21:15:53 UTC
Fixed as part of https://bugzilla.redhat.com/show_bug.cgi?id=1186459

Comment 5 Alexander Chuzhoy 2015-02-12 21:12:47 UTC
Verified:
rhel-osp-installer-client-0.5.5-4.el7ost.noarch
ruby193-rubygem-foreman_openstack_simplify-0.0.6-8.el7ost.noarch
openstack-foreman-installer-3.0.14-1.el7ost.noarch
rhel-osp-installer-0.5.5-4.el7ost.noarch
ruby193-rubygem-staypuft-0.5.18-1.el7ost.noarch
openstack-puppet-modules-2014.2.8-2.el7ost.noarch


Verifying based on c#4:
Received the following output on the controllers:

[root@maca25400702875 ~]# grep -vP '^#' /etc/*/*.conf | grep rabbit_hos
/etc/glance/glance-api.conf:rabbit_hosts=<ip1>:5672,<ip2>:5672,<ip3>:5672
/etc/keystone/keystone.conf:rabbit_hosts=<ip1>:5672,<ip2>:5672,<ip3>:5672
/etc/neutron/neutron.conf:rabbit_hosts=<ip1>:5672,<ip2>:5672,<ip3>:5672
/etc/nova/nova.conf:rabbit_hosts=<ip1>:5672,<ip2>:5672,<ip3>:5672

[root@maca25400702875 ~]# grep -vP '^#' /etc/*/*.conf | grep rabbit_ha             
/etc/glance/glance-api.conf:rabbit_ha_queues=True
/etc/keystone/keystone.conf:rabbit_ha_queues=True
/etc/neutron/neutron.conf:rabbit_ha_queues=True
/etc/nova/nova.conf:rabbit_ha_queues=True

Comment 7 errata-xmlrpc 2015-03-05 18:19:24 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-0641.html


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