Przeglądaj źródła

Make native clustering the default everywhere

Clayton Coleman 7 lat temu
rodzic
commit
8da86f5c68
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      roles/openshift_master_facts/tasks/main.yml

+ 1 - 1
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) }}"