diff --git a/playbooks/openstack/configuration.md b/playbooks/openstack/configuration.md index cd8438a84a4..d8b6c695fdf 100644 --- a/playbooks/openstack/configuration.md +++ b/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: diff --git a/playbooks/openstack/sample-inventory/group_vars/OSEv3.yml b/playbooks/openstack/sample-inventory/group_vars/OSEv3.yml index 956bc41ab2d..619617a0b03 100644 --- a/playbooks/openstack/sample-inventory/group_vars/OSEv3.yml +++ b/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: