Skip to content

Commit

Permalink
Merge pull request #650 from OCP-on-NERC/nerc-obs-vlan-935
Browse files Browse the repository at this point in the history
Add vlan 935 interfaces on obs cluster to access SNMP on MOC switches
  • Loading branch information
computate authored Feb 10, 2025
2 parents 1ce649f + 2a74078 commit 9dcef3d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- vlan-2177-nese.yaml
- vlan-935-moc-swmon.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9dcef3d

Please sign in to comment.