From 844353c7d2967de111255da925dd93e3ac17c058 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Thu, 27 Jul 2017 16:02:38 -0400 Subject: Block etcdv3 migration for supported configurations --- roles/etcd_migrate/tasks/check.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roles/etcd_migrate') 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 -- cgit v1.2.1