-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add vlan 935 interfaces on obs cluster to access SNMP on MOC switches
This adds vlan 935 tagged interfaces to obs cluster nodes in order to to access and monitor MOC switches.
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
cluster-scope/overlays/nerc-ocp-obs/nodenetworkconfigurationpolicies/vlan-935-moc-swmon.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |