Skip to content

Commit 2ebdd62

Browse files
authored
Add nic mapping in OVN for octavia (#45)
1 parent 585f6a9 commit 2ebdd62

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ansible/roles/values-prep/templates/service_values.yaml.j2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ data:
3232
ovnController:
3333
external-ids:
3434
enable-chassis-as-gateway: true
35-
ovn-bridge: octbr
35+
ovn-bridge: br-int
3636
ovn-encap-type: geneve
3737
system-id: random
3838
networkAttachment: tenant
39+
nicMappings:
40+
octavia: octbr
3941
resources: {}
4042
tls: {}
4143

0 commit comments

Comments
 (0)