Skip to content

Commit

Permalink
Use vanity names for L2 advertisement
Browse files Browse the repository at this point in the history
Use the interface vanity names referenced by NNCP within the L2
advertisement configuration.
  • Loading branch information
leifmadsen committed Jan 11, 2024
1 parent d1bd4f7 commit 4f6d9d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/va/hci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ data:
vlan: 20
mtu: 1500
prefix-length: 24
iface: enp7s0.20
iface: internalapi
vlan: 20
base_iface: enp7s0
lb_addresses:
Expand Down Expand Up @@ -104,7 +104,7 @@ data:
vlan: 21
mtu: 9000
prefix-length: 24
iface: enp7s0.21
iface: storage
vlan: 21
base_iface: enp7s0
lb_addresses:
Expand Down Expand Up @@ -143,7 +143,7 @@ data:
vlan: 22
mtu: 1500
prefix-length: 24
iface: enp7s0.22
iface: tenant
vlan: 22
base_iface: enp7s0
lb_addresses:
Expand Down

0 comments on commit 4f6d9d4

Please sign in to comment.