Browse Source

Add missing option in Openstack documentation and sample file.

'pod_vif=nested-vlan' label was missing for master nodes in
openshift_node_groups section, both in documentation file
and in OSEv3 sample inventory file.
Jon Uriarte 6 năm trước cách đây
mục cha
commit
bfe488b8cd

+ 1 - 0
playbooks/openstack/configuration.md

@@ -735,6 +735,7 @@ openshift_node_groups:
   - name: node-config-master
     labels:
       - 'node-role.kubernetes.io/master=true'
+      - 'pod_vif=nested-vlan'
     edits: []
   - name: node-config-infra
     labels:

+ 1 - 0
playbooks/openstack/sample-inventory/group_vars/OSEv3.yml

@@ -33,6 +33,7 @@ openshift_hosted_registry_wait: True
 #  - name: node-config-master
 #    labels:
 #      - 'node-role.kubernetes.io/master=true'
+#      - 'pod_vif=nested-vlan'
 #    edits: []
 #  - name: node-config-infra
 #    labels: