jharting / openshift-rabbitmq-cluster

Deploys a RabbitMQ cluster in OpenShift
39 stars 52 forks source link

Add HA Policies #6

Closed gil0109 closed 5 years ago

gil0109 commented 5 years ago

What would be the easiest way to add a policy?

specifically, I am trying to add the following example:

https://github.com/rabbitmq/rabbitmq-server/blob/master/docs/set_rabbitmq_policy.sh.example

But it doesn't seem to work if I add as a config.map.

Any help / suggestions would be appreciated?

gil0109 commented 5 years ago

I figured it out. Updating the rabbitmq.conf to point to a definitions.json where I could add users and policies.