Skip to content

Commit

Permalink
Add vlan 935 interfaces on obs cluster to access SNMP on MOC switches
Browse files Browse the repository at this point in the history
This adds vlan 935 tagged interfaces to obs cluster nodes in order to
to access and monitor MOC switches.
  • Loading branch information
aabaris committed Feb 5, 2025
1 parent a310e5c commit 2a74078
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 2a74078

Please sign in to comment.