diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-08-09 08:01:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-09 08:01:36 -0400 |
commit | 57db37245e12a190030b4a7075251f37cd83665b (patch) | |
tree | 9617c27a059fc79e95702a4027f69a35c3fb80e2 /playbooks/common/openshift-cluster/config.yml | |
parent | 5fe4c8c5478ef8b87f88b413c9033ff68987d4e1 (diff) | |
parent | c71bed77b350bf66f7c3342ce1e26b9bc389ba3f (diff) | |
download | openshift-57db37245e12a190030b4a7075251f37cd83665b.tar.gz openshift-57db37245e12a190030b4a7075251f37cd83665b.tar.bz2 openshift-57db37245e12a190030b4a7075251f37cd83665b.tar.xz openshift-57db37245e12a190030b4a7075251f37cd83665b.zip |
Merge pull request #4832 from smarterclayton/stop_using_old_mode
Merged by openshift-bot
Diffstat (limited to 'playbooks/common/openshift-cluster/config.yml')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index 7136f1c1f..14d7d9822 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -22,6 +22,12 @@ - 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 |