Skip to content

Commit aab919e

Browse files
Remove ovn-egress-iface=true workaround for br-ex physical NIC
The nmstate conditional block setting ovn-egress-iface=true on eth1 is no longer needed since the OVN fix is included in ovn24.03-24.03.6-7 and later. Related-to: OSPRH-29270 Signed-off-by: Renjing Xiao <rxiao@redhat.com>
1 parent 6fed572 commit aab919e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

hooks/playbooks/fetch_compute_facts.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,6 @@
234234
mtu: {{ min_viable_mtu }}
235235
# force the MAC address of the bridge to this interface
236236
primary: true
237-
{% if edpm_network_config_nmstate | bool %}
238-
# this ovs_extra configuration fixes OSPRH-17551, but it will be not needed when FDP-1472 is resolved
239-
ovs_extra:
240-
- "set interface eth1 external-ids:ovn-egress-iface=true"
241-
{% endif %}
242237
{% for network in nodeset_networks %}
243238
- type: vlan
244239
mtu: {{ lookup('vars', networks_lower[network] ~ '_mtu') }}

0 commit comments

Comments
 (0)