Bug 1186966
| Summary: | Add puppet param to enable setting multiple rabbit_hosts | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Crag Wolfe <cwolfe> |
| Component: | ruby193-rubygem-staypuft | Assignee: | Scott Seago <sseago> |
| Status: | CLOSED ERRATA | QA Contact: | Alexander Chuzhoy <sasha> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0 (Juno) | CC: | ajeain, dmacpher, jguiditt, mburns, morazi, rhos-maint, sasha, yeylon |
| Target Milestone: | z1 | Keywords: | ZStream |
| Target Release: | Installer | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ruby193-rubygem-staypuft-0.5.18-1.el7ost | Doc Type: | Enhancement |
| Doc Text: |
This enhancement configures OpenStack services to use a list of hosts rather an a single load-balanced VIP. This increases the stability of RabbitMQ. The old functionality of VIP is still available in the Advanced Configuration.
|
Story Points: | --- |
| Clone Of: | 1186459 | Environment: | |
| Last Closed: | 2015-03-05 18:19:33 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: | 1186459 | ||
| Bug Blocks: | 1175685 | ||
|
Comment 3
Jason Guiditta
2015-02-05 20:27:16 UTC
Oops, this was for ofi, not staypuft, resetting state PR is here: https://github.com/theforeman/staypuft/pull/418 In order to verify check staupuft GUI --> advance parameters --> you should see 'rabbit_hosts' param. 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 Based on c#7: Verified that the "Rabbit hosts" parameter exists under Neutron-compute". Also 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 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 |