diff options
author | marios <marios@redhat.com> | 2017-02-21 19:12:02 +0200 |
---|---|---|
committer | Marios Andreou <marios@redhat.com> | 2017-02-23 16:31:00 +0000 |
commit | 039e7ef65efc1165d7518979159cb564b2e8a24e (patch) | |
tree | 6e2219ded0ad5cbd0883a34d4707dfd9cce04900 /puppet/services | |
parent | dfa98bc2e8e71d80d54abc92a91a980bc1ffd5cf (diff) |
Increase ansible-pacemaker default service start timeout
We are passing 200 but in some environments this has been seen to
expire by a few seconds.
Change-Id: I5c2270559339ea9ee0043b7a2e519e26d4d9d78a
Closes-Bug: 1666604
(cherry picked from commit 8448c92203596ca578f85bdd7ffc96dd79adfe3e)
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/pacemaker.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/pacemaker.yaml b/puppet/services/pacemaker.yaml index ca21cfbe..9398d6b5 100644 --- a/puppet/services/pacemaker.yaml +++ b/puppet/services/pacemaker.yaml @@ -143,5 +143,5 @@ outputs: pacemaker_cluster: state=online - name: Check pacemaker resource tags: step4 - pacemaker_resource: state=started resource={{item}} check_mode=true wait_for_resource=true timeout=200 + pacemaker_resource: state=started resource={{item}} check_mode=true wait_for_resource=true timeout=500 with_items: {get_param: PacemakerResources} |