diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-09-01 02:42:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-01 02:42:41 -0400 |
commit | 9fef95ead2bd088327627e2773a754f664935761 (patch) | |
tree | cdf2822a84e130caf94141ccb532a6d1d427dbda /playbooks/common/openshift-cluster/config.yml | |
parent | c29ef64159a2eaa08d8635aef69088c84d1daede (diff) | |
parent | 73415c165d09adfda3b3c35369fc1b8cfd446322 (diff) | |
download | openshift-9fef95ead2bd088327627e2773a754f664935761.tar.gz openshift-9fef95ead2bd088327627e2773a754f664935761.tar.bz2 openshift-9fef95ead2bd088327627e2773a754f664935761.tar.xz openshift-9fef95ead2bd088327627e2773a754f664935761.zip |
Merge pull request #5283 from mtnbikenc/move-aio-fail
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, 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 |