Skip to content

Commit

Permalink
set ovn_router_indirect_snat = true
Browse files Browse the repository at this point in the history
  • Loading branch information
renjingxiao committed Feb 5, 2025
1 parent 8813a40 commit 543ebd1
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/dt/uni01alpha/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ data:
[ovn]
ovsdb_probe_interval = 60000
ovn_emit_need_to_frag = true
ovn_router_indirect_snat = true
[ml2]
type_drivers = geneve,vxlan,vlan,flat,local
Expand Down
5 changes: 5 additions & 0 deletions examples/dt/uni02beta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,8 @@ data:

heat:
enabled: true

neutron:
customServiceConfig: |
[ovn]
ovn_router_indirect_snat = true
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ data:
igmp_snooping_enable = true
[ovn]
ovn_emit_need_to_frag = false
ovn_router_indirect_snat = true
[ml2]
type_drivers = geneve,vlan,flat,local
tenant_network_types = vlan,flat
Expand Down
1 change: 1 addition & 0 deletions examples/dt/uni04delta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ data:
igmp_snooping_enable = true
[ovn]
ovn_emit_need_to_frag = true
ovn_router_indirect_snat = true
[ml2]
type_drivers = geneve,vlan,flat,local
tenant_network_types = vlan,flat
Expand Down
5 changes: 5 additions & 0 deletions examples/dt/uni05epsilon/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ data:
templates:
rabbitmq-cell2:
replicas: 3

neutron:
customServiceConfig: |
[ovn]
ovn_router_indirect_snat = true
1 change: 1 addition & 0 deletions examples/dt/uni06zeta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ data:
[ovn]
ovn_emit_need_to_frag = true
enable_distributed_floating_ip = false
ovn_router_indirect_snat = true
[ml2]
type_drivers = geneve,vlan,flat,local
tenant_network_types = geneve,vlan
Expand Down
1 change: 1 addition & 0 deletions examples/dt/uni07eta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ data:
[ovn]
ovsdb_probe_interval = 60000
ovn_emit_need_to_frag = true
ovn_router_indirect_snat = true
[ml2]
type_drivers = geneve,vxlan,vlan,flat,local
Expand Down

0 comments on commit 543ebd1

Please sign in to comment.