Skip to content

Commit

Permalink
Configure vlan for access to NESE storage
Browse files Browse the repository at this point in the history
x-branch: feature/nese-vlan
  • Loading branch information
larsks committed Jun 27, 2022
1 parent a95fa61 commit 7afe52d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions cluster-scope/overlays/nerc-ocp-infra/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ resources:
- machineconfigs/disable-net-ifnames.yaml
- machineconfigs/mellanox-udev-rules
- machineconfigs/configure-bond0
- nodenetworkconfigurationpolicies/vlan-2177-nese.yaml

patches:
- path: oauths/cluster_patch.yaml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: nmstate.io/v1
kind: NodeNetworkConfigurationPolicy
metadata:
name: vlan-2177-nese
spec:
desiredState:
interfaces:
- name: bond0.2177
type: vlan
state: up
ipv4:
enabled: true
dhcp: true
auto-routes: true
vlan:
base-iface: bond0
id: 2177
mtu: 9000

0 comments on commit 7afe52d

Please sign in to comment.