Skip to content

Commit 7658dd8

Browse files
Merge pull request #698 from karelyatin/OSPRH-26293
Enable pre create tap ports in alpha and delta dts Add the new ovs_create_tap=true in neutron custom config in these alpha and delta dt scenarios. Related-Issue: #OSPRH-26293 Reviewed-by: Andrew Bays <andrew.bays@gmail.com> Reviewed-by: Arx Cruz
2 parents 05ebbc8 + 7f9212e commit 7658dd8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

examples/dt/uni01alpha/control-plane/service-values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ data:
177177
[ovn]
178178
ovsdb_probe_interval = 60000
179179
ovn_emit_need_to_frag = true
180+
ovs_create_tap = true
180181
181182
[ml2]
182183
type_drivers = geneve,vxlan,vlan,flat,local

examples/dt/uni04delta-ipv6/control-plane/service-values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ data:
108108
igmp_snooping_enable = true
109109
[ovn]
110110
ovn_emit_need_to_frag = false
111+
ovs_create_tap = true
111112
[ml2]
112113
type_drivers = geneve,vlan,flat,local
113114
tenant_network_types = vlan,flat

examples/dt/uni04delta/control-plane/service-values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ data:
141141
igmp_snooping_enable = true
142142
[ovn]
143143
ovn_emit_need_to_frag = true
144+
ovs_create_tap = true
144145
[ml2]
145146
type_drivers = geneve,vlan,flat,local
146147
tenant_network_types = vlan,flat

0 commit comments

Comments
 (0)