Closed
Bug 1007767
Opened 11 years ago
Closed 11 years ago
Setup openstack queues on releng rabbit cluster
Categories
(Infrastructure & Operations :: RelOps: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dividehex, Assigned: dividehex)
References
Details
Attachments
(1 file)
|
862 bytes,
patch
|
cliang
:
review+
dividehex
:
checked-in+
|
Details | Diff | Splinter Review |
Openstack will need both a staging and production queue setup on the releng rabbit cluster.
openstack_stage
opentsack_prod
| Assignee | ||
Comment 1•11 years ago
|
||
As :cyliang kindly pointed out via IRC, users and vhosts are managed from infra puppet.
Also, we can probably call openstack_prod just openstack
| Assignee | ||
Comment 2•11 years ago
|
||
Adds openstack and openstack-stage users and vhosts to releng rabbit cluster
Attachment #8419576 -
Flags: review?(cliang)
Comment 3•11 years ago
|
||
Comment on attachment 8419576 [details] [diff] [review]
bug1007767-openstack-rabbit.patch
Review of attachment 8419576 [details] [diff] [review]:
-----------------------------------------------------------------
The only tidbit that I have is a reminder that the infra rabbitMQ user management only creates users and does not set their passwords. (You'll need to do this manually on the nodes, notwithstanding relevant hiera values.)
Attachment #8419576 -
Flags: review?(cliang) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
Comment on attachment 8419576 [details] [diff] [review]
bug1007767-openstack-rabbit.patch
Committed revision 87120.
Thanks. I'll reset the passwords after creation.
Attachment #8419576 -
Flags: checked-in+
| Assignee | ||
Comment 5•11 years ago
|
||
Password have been changed and HA policies have been set for the new vhosts.
[root@rabbit1.releng.webapp.scl3 ~]# rabbitmqctl set_policy -p /openstack --priority 0 --apply-to queues HA ".*" '{"ha-mode":"all","ha-sync-mode":"automatic"}'
Setting policy "HA" for pattern ".*" to "{\"ha-mode\":\"all\",\"ha-sync-mode\":\"automatic\"}" with priority "0" ...
...done.
[root@rabbit1.releng.webapp.scl3 ~]# rabbitmqctl set_policy -p /openstack-stage --priority 0 --apply-to queues HA ".*" '{"ha-mode":"all","ha-sync-mode":"automatic"}'
Setting policy "HA" for pattern ".*" to "{\"ha-mode\":\"all\",\"ha-sync-mode\":\"automatic\"}" with priority "0" ...
...done
| Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•