From: Giulio Fidente Date: Wed, 25 Nov 2015 08:45:24 +0000 (+0100) Subject: Apply mongod timeout via cib-push X-Git-Tag: opnfv-6.0.0~2277^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=e6c33852a9cedb67e22ce66e8910849cc3b397b3;p=apex-tripleo-heat-templates.git Apply mongod timeout via cib-push We forgot to apply the mongod timeout in the cib dump first, to apply it later in a single cib-push step. Change-Id: Ib104e51782c6d3f646907cdb06c74fd4cbf9028c --- diff --git a/extraconfig/tasks/yum_update.sh b/extraconfig/tasks/yum_update.sh index 6ab2501c..60da8b27 100755 --- a/extraconfig/tasks/yum_update.sh +++ b/extraconfig/tasks/yum_update.sh @@ -113,7 +113,7 @@ openstack-nova-scheduler" pcs -f $pacemaker_dumpfile resource update $service op start timeout=100s op stop timeout=100s done # mongod start timeout is higher, setting only stop timeout - pcs resource update mongod op stop timeout=100s + pcs -f $pacemaker_dumpfile resource update mongod op stop timeout=100s echo "Applying new Pacemaker config" pcs cluster cib-push $pacemaker_dumpfile