summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_cluster
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-07-17 12:38:30 -0400
committerJason DeTiberus <jdetiber@redhat.com>2015-07-17 14:54:03 -0400
commitdc95d8e94f8866a6bc9c20bf60f1b91ec5a905c4 (patch)
tree5739b0cb8805b848df3cff27f12ab5ac358a3ef1 /roles/openshift_master_cluster
parent6b4282004a4331d9db0e0ab857c96d83a738d82c (diff)
downloadopenshift-dc95d8e94f8866a6bc9c20bf60f1b91ec5a905c4.tar.gz
openshift-dc95d8e94f8866a6bc9c20bf60f1b91ec5a905c4.tar.bz2
openshift-dc95d8e94f8866a6bc9c20bf60f1b91ec5a905c4.tar.xz
openshift-dc95d8e94f8866a6bc9c20bf60f1b91ec5a905c4.zip
Add explicit timeouts to ha master resource
Diffstat (limited to 'roles/openshift_master_cluster')
-rw-r--r--roles/openshift_master_cluster/tasks/configure.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master_cluster/tasks/configure.yml b/roles/openshift_master_cluster/tasks/configure.yml
index 9a2546bca..3510f9f62 100644
--- a/roles/openshift_master_cluster/tasks/configure.yml
+++ b/roles/openshift_master_cluster/tasks/configure.yml
@@ -29,7 +29,7 @@
when: openshift_master_cluster_public_vip != openshift_master_cluster_vip
- name: Add the cluster openshift-master service resource
- command: pcs resource create master systemd:openshift-master --group openshift-master
+ command: pcs resource create master systemd:openshift-master op start timeout=90s stop timeout=90s --group openshift-master
- name: Disable stonith
command: pcs property set stonith-enabled=false