summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_cluster
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-04-04 11:47:45 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2016-04-04 16:23:36 -0400
commit039dda58b3cd9b34abccf1f8f46eb825c1d45545 (patch)
treef866ae088da56d2722135491e8c1bab1ca103a9c /roles/openshift_master_cluster
parent9db67b8095b206efefeb2c3def07e1e4394733d0 (diff)
downloadopenshift-039dda58b3cd9b34abccf1f8f46eb825c1d45545.tar.gz
openshift-039dda58b3cd9b34abccf1f8f46eb825c1d45545.tar.bz2
openshift-039dda58b3cd9b34abccf1f8f46eb825c1d45545.tar.xz
openshift-039dda58b3cd9b34abccf1f8f46eb825c1d45545.zip
Pacemaker is unsupported for 3.2
Diffstat (limited to 'roles/openshift_master_cluster')
-rw-r--r--roles/openshift_master_cluster/tasks/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/openshift_master_cluster/tasks/main.yml b/roles/openshift_master_cluster/tasks/main.yml
index 40705d357..0543872c9 100644
--- a/roles/openshift_master_cluster/tasks/main.yml
+++ b/roles/openshift_master_cluster/tasks/main.yml
@@ -3,6 +3,10 @@
msg: "Not possible on atomic hosts for now"
when: openshift.common.is_containerized | bool
+- fail:
+ msg: "Pacemaker HA is unsupported on OpenShift Enterprise 3.2 and Origin 1.2"
+ when: openshift.master.cluster_method == "pacemaker" and openshift.common.version_gte_3_2_or_1_2 | bool
+
- name: Test if cluster is already configured
command: pcs status
register: pcs_status