Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dt/uni07eta/nncp/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ patches:
path: /spec/desiredState/interfaces/-
value:
description: Octavia bridge
mtu: 1500
mtu: 9000
name: octbr
type: linux-bridge
bridge:
Expand Down Expand Up @@ -76,7 +76,7 @@ patches:
path: /spec/desiredState/interfaces/-
value:
description: Octavia bridge
mtu: 1500
mtu: 9000
name: octbr
type: linux-bridge
bridge:
Expand Down Expand Up @@ -109,7 +109,7 @@ patches:
path: /spec/desiredState/interfaces/-
value:
description: Octavia bridge
mtu: 1500
mtu: 9000
name: octbr
type: linux-bridge
bridge:
Expand Down
10 changes: 5 additions & 5 deletions examples/dt/uni07eta/control-plane/networking/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ data:
cidr: 172.17.0.0/24
name: subnet1
vlan: 20
mtu: 1500
mtu: 9000
prefix-length: 24
iface: internalapi
vlan: 20
Expand Down Expand Up @@ -106,7 +106,7 @@ data:
cidr: 172.18.0.0/24
name: subnet1
vlan: 21
mtu: 1500
mtu: 9000
prefix-length: 24
iface: storage
vlan: 21
Expand Down Expand Up @@ -136,7 +136,7 @@ data:
cidr: 172.19.0.0/24
name: subnet1
vlan: 22
mtu: 1500
mtu: 9000
prefix-length: 24
iface: tenant
vlan: 22
Expand All @@ -159,7 +159,7 @@ data:

octavia:
dnsDomain: octavia.openstack.lab
mtu: 1500
mtu: 9000
vlan: 23
base_iface: enp6s0
net-attach-def: |
Expand Down Expand Up @@ -211,7 +211,7 @@ data:
cidr: 192.168.122.0/24
gateway: 192.168.122.1
name: subnet1
mtu: 1500
mtu: 9000

datacentre:
net-attach-def: |
Expand Down
Loading