summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-07-27 17:18:27 -0400
committerGitHub <noreply@github.com>2017-07-27 17:18:27 -0400
commite7ae854e6f9bbdcf961d00928c55345f706567d3 (patch)
tree12a37adcd2ec817249cbe23c6f91ff379631ad31 /roles
parentcf80c7e13e898c11bd02b829fbc5183a13aff817 (diff)
parent844353c7d2967de111255da925dd93e3ac17c058 (diff)
downloadopenshift-e7ae854e6f9bbdcf961d00928c55345f706567d3.tar.gz
openshift-e7ae854e6f9bbdcf961d00928c55345f706567d3.tar.bz2
openshift-e7ae854e6f9bbdcf961d00928c55345f706567d3.tar.xz
openshift-e7ae854e6f9bbdcf961d00928c55345f706567d3.zip
Merge pull request #4915 from sdodson/etcd-migration-changes
Stop masters before backing up, block migration for supported configs
Diffstat (limited to 'roles')
-rw-r--r--roles/etcd_migrate/tasks/check.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/etcd_migrate/tasks/check.yml b/roles/etcd_migrate/tasks/check.yml
index 800073873..b66696b55 100644
--- a/roles/etcd_migrate/tasks/check.yml
+++ b/roles/etcd_migrate/tasks/check.yml
@@ -1,4 +1,8 @@
---
+- fail:
+ msg: "Currently etcd v3 migration is unsupported while we test it more thoroughly"
+ when: not openshift_enable_unsupported_configurations | default(false) | bool
+
# Check the cluster is healthy
- include: check_cluster_health.yml