Merge "Add meta notify=true to rabbitmq resource"
This commit is contained in:
commit
8411e5a5bc
@ -128,6 +128,9 @@ openstack-nova-scheduler"
|
||||
# mongod start timeout is higher, setting only stop timeout
|
||||
pcs -f $pacemaker_dumpfile resource update mongod op start timeout=370s op stop timeout=200s
|
||||
|
||||
echo "Making sure rabbitmq has the notify=true meta parameter"
|
||||
pcs -f $pacemaker_dumpfile resource update rabbitmq meta notify=true
|
||||
|
||||
echo "Applying new Pacemaker config"
|
||||
if ! pcs cluster cib-push $pacemaker_dumpfile; then
|
||||
echo "ERROR failed to apply new pacemaker config"
|
||||
|
@ -356,6 +356,7 @@ if hiera('step') >= 2 {
|
||||
ocf_agent_name => 'heartbeat:rabbitmq-cluster',
|
||||
resource_params => 'set_policy=\'ha-all ^(?!amq\.).* {"ha-mode":"all"}\'',
|
||||
clone_params => 'ordered=true interleave=true',
|
||||
meta_params => 'notify=true',
|
||||
require => Class['::rabbitmq'],
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user