diff --git a/cluster-scope/overlays/nerc-ocp-obs/nodenetworkconfigurationpolicies/kustomization.yaml b/cluster-scope/overlays/nerc-ocp-obs/nodenetworkconfigurationpolicies/kustomization.yaml index a7405b3a..ad62a2cf 100644 --- a/cluster-scope/overlays/nerc-ocp-obs/nodenetworkconfigurationpolicies/kustomization.yaml +++ b/cluster-scope/overlays/nerc-ocp-obs/nodenetworkconfigurationpolicies/kustomization.yaml @@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - vlan-2177-nese.yaml +- vlan-935-moc-swmon.yaml diff --git a/cluster-scope/overlays/nerc-ocp-obs/nodenetworkconfigurationpolicies/vlan-935-moc-swmon.yaml b/cluster-scope/overlays/nerc-ocp-obs/nodenetworkconfigurationpolicies/vlan-935-moc-swmon.yaml new file mode 100644 index 00000000..a74dc0f4 --- /dev/null +++ b/cluster-scope/overlays/nerc-ocp-obs/nodenetworkconfigurationpolicies/vlan-935-moc-swmon.yaml @@ -0,0 +1,20 @@ +apiVersion: nmstate.io/v1 +kind: NodeNetworkConfigurationPolicy +metadata: + name: vlan-935-moc-swmon +spec: + nodeSelector: + node-role.kubernetes.io/worker: "" + desiredState: + interfaces: + - name: bond0.935 + type: vlan + state: up + ipv4: + enabled: true + dhcp: true + auto-routes: true + vlan: + base-iface: bond0 + id: 935 + mtu: 9000