summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/config.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-08-31 15:18:37 -0400
committerRussell Teague <rteague@redhat.com>2017-08-31 21:04:04 -0400
commit73415c165d09adfda3b3c35369fc1b8cfd446322 (patch)
tree8e9144ab6feed237b8503ba8e60320494ca0b4e5 /playbooks/common/openshift-cluster/config.yml
parenta00df5740d98b1ba8aaef07d3f5ad16a12be3219 (diff)
downloadopenshift-73415c165d09adfda3b3c35369fc1b8cfd446322.tar.gz
openshift-73415c165d09adfda3b3c35369fc1b8cfd446322.tar.bz2
openshift-73415c165d09adfda3b3c35369fc1b8cfd446322.tar.xz
openshift-73415c165d09adfda3b3c35369fc1b8cfd446322.zip
Move all-in-one fail check to evaluate_groups.yml
Diffstat (limited to 'playbooks/common/openshift-cluster/config.yml')
-rw-r--r--playbooks/common/openshift-cluster/config.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml
index 26b27ba39..31c4b04af 100644
--- a/playbooks/common/openshift-cluster/config.yml
+++ b/playbooks/common/openshift-cluster/config.yml
@@ -18,12 +18,6 @@
- docker_image_availability
- docker_storage
-- hosts: localhost
- tasks:
- - fail:
- msg: No etcd hosts defined. Running an all-in-one master is deprecated and will no longer be supported in a future upgrade.
- when: groups.oo_etcd_to_config | default([]) | length == 0 and not openshift_master_unsupported_all_in_one | default(False)
-
- include: initialize_oo_option_facts.yml
tags:
- always