summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_facts
diff options
context:
space:
mode:
authorClayton Coleman <ccoleman@redhat.com>2017-07-22 14:08:51 -0400
committerClayton Coleman <ccoleman@redhat.com>2017-08-08 12:50:22 -0400
commit8da86f5c6842da6bed009f76e3f63e81e9e52c99 (patch)
treef5cc6f85da93d0c69dac0db9f1b599b8175ee983 /roles/openshift_master_facts
parent84317d02049020fc4921634eed000f281cdc0e21 (diff)
downloadopenshift-8da86f5c6842da6bed009f76e3f63e81e9e52c99.tar.gz
openshift-8da86f5c6842da6bed009f76e3f63e81e9e52c99.tar.bz2
openshift-8da86f5c6842da6bed009f76e3f63e81e9e52c99.tar.xz
openshift-8da86f5c6842da6bed009f76e3f63e81e9e52c99.zip
Make native clustering the default everywhere
Diffstat (limited to 'roles/openshift_master_facts')
-rw-r--r--roles/openshift_master_facts/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master_facts/tasks/main.yml b/roles/openshift_master_facts/tasks/main.yml
index ef8dcd5fd..fa228af2a 100644
--- a/roles/openshift_master_facts/tasks/main.yml
+++ b/roles/openshift_master_facts/tasks/main.yml
@@ -32,7 +32,7 @@
openshift_facts:
role: master
local_facts:
- cluster_method: "{{ openshift_master_cluster_method | default(None) }}"
+ cluster_method: "{{ openshift_master_cluster_method | default('native') }}"
cluster_hostname: "{{ openshift_master_cluster_hostname | default(None) }}"
cluster_public_hostname: "{{ openshift_master_cluster_public_hostname | default(None) }}"
debug_level: "{{ openshift_master_debug_level | default(openshift.common.debug_level) }}"