Fix the rabbitmq/redis pacemaker resource timeouts on updates
authorMichele Baldessari <michele@acksyn.org>
Wed, 19 Oct 2016 12:44:01 +0000 (14:44 +0200)
committerEmilien Macchi <emilien@redhat.com>
Sat, 22 Oct 2016 20:59:16 +0000 (20:59 +0000)
commit38664900523ae0cdd346d4c66395b8fd0184b03a
tree7db71e029ab8432cd19ba9251669c9aae9d4d233
parent2dc1618e21fb6846414dcad020236c62793af7f3
Fix the rabbitmq/redis pacemaker resource timeouts on updates

With the following two changes we increased the timeout for redis and
rabbit for both starting and stopping to 200s:
https://review.openstack.org/386618 newton (merged)
https://review.openstack.org/385555 master (merged)

We want to also fix that on minor updates on all our supported
releases upstream and downstream (newton, mitaka, liberty, kilo).
This way we can guarantee that we have a uniform timeout for
sart and stop for rabbit and redis across all our releases.

Change-Id: If59bf3386832ee78d3a654f01077aff2e8be76e8
Closes-Bug: #1634851
extraconfig/tasks/yum_update.sh