Przeglądaj źródła

Merge pull request #1065 from lebauce/flannel-fixes

Use inventory value when checking for flannel
Brenton Leanhardt 9 lat temu
rodzic
commit
2783ca7287
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      playbooks/common/openshift-node/config.yml

+ 1 - 0
playbooks/common/openshift-node/config.yml

@@ -16,6 +16,7 @@
           hostname: "{{ openshift_hostname | default(None) }}"
           public_hostname: "{{ openshift_public_hostname | default(None) }}"
           deployment_type: "{{ openshift_deployment_type }}"
+          use_flannel: "{{ openshift_use_flannel | default(None) }}"
       - role: node
         local_facts:
           labels: "{{ openshift_node_labels | default(None) }}"