Explorar o código

Block etcdv3 migration for supported configurations

Scott Dodson %!s(int64=8) %!d(string=hai) anos
pai
achega
844353c7d2
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      roles/etcd_migrate/tasks/check.yml

+ 4 - 0
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