Closed Bug 1007767 Opened 11 years ago Closed 11 years ago

Setup openstack queues on releng rabbit cluster

Categories

(Infrastructure & Operations :: RelOps: General, task)

x86_64
Windows 7
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dividehex, Assigned: dividehex)

References

Details

Attachments

(1 file)

Openstack will need both a staging and production queue setup on the releng rabbit cluster. openstack_stage opentsack_prod
As :cyliang kindly pointed out via IRC, users and vhosts are managed from infra puppet. Also, we can probably call openstack_prod just openstack
Adds openstack and openstack-stage users and vhosts to releng rabbit cluster
Attachment #8419576 - Flags: review?(cliang)
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+
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+
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
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Depends on: 1026664
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: