File tree Expand file tree Collapse file tree 12 files changed +48
-0
lines changed Expand file tree Collapse file tree 12 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 4949 name: nic2
5050 mtu: {{ min_viable_mtu }}
5151 primary: true
52+ # this ovs_extra configuration fixes OSPRH-17551, but it will
53+ # be not needed when FDP-1472 is resolved
54+ ovs_extra:
55+ - "set interface eth1 external-ids:ovn-egress-iface=true"
5256 {% for network in nodeset_networks %}
5357 - type: vlan
5458 mtu: {{ lookup('vars', networks_lower[network] ~ '_mtu') }}
Original file line number Diff line number Diff line change 6565 mtu: {{ min_viable_mtu }}
6666 # force the MAC address of the bridge to this interface
6767 primary: true
68+ # this ovs_extra configuration fixes OSPRH-17551, but it will
69+ # be not needed when FDP-1472 is resolved
70+ ovs_extra:
71+ - "set interface eth1 external-ids:ovn-egress-iface=true"
6872 {% for network in nodeset_networks %}
6973 - type: vlan
7074 mtu: {{ lookup('vars', networks_lower[network] ~ '_mtu') }}
Original file line number Diff line number Diff line change 4949 name: nic2
5050 mtu: {{ min_viable_mtu }}
5151 primary: true
52+ # this ovs_extra configuration fixes OSPRH-17551, but it will
53+ # be not needed when FDP-1472 is resolved
54+ ovs_extra:
55+ - "set interface eth1 external-ids:ovn-egress-iface=true"
5256 {% for network in nodeset_networks %}
5357 - type: vlan
5458 mtu: {{ lookup('vars', networks_lower[network] ~ '_mtu') }}
Original file line number Diff line number Diff line change 5151 mtu: {{ min_viable_mtu }}
5252 # force the MAC address of the bridge to this interface
5353 primary: true
54+ # this ovs_extra configuration fixes OSPRH-17551, but it will
55+ # be not needed when FDP-1472 is resolved
56+ ovs_extra:
57+ - "set interface eth1 external-ids:ovn-egress-iface=true"
5458 {% for network in nodeset_networks %}
5559 - type: vlan
5660 mtu: {{ lookup('vars', networks_lower[network] ~ '_mtu') }}
Original file line number Diff line number Diff line change 5959 name: nic2
6060 mtu: {{ min_viable_mtu }}
6161 primary: true
62+ # this ovs_extra configuration fixes OSPRH-17551, but it will
63+ # be not needed when FDP-1472 is resolved
64+ ovs_extra:
65+ - "set interface eth1 external-ids:ovn-egress-iface=true"
6266 {% for network in nodeset_networks %}
6367 - type: vlan
6468 mtu: {{ lookup('vars', networks_lower[network] ~ '_mtu') }}
Original file line number Diff line number Diff line change 5151 mtu: {{ min_viable_mtu }}
5252 # force the MAC address of the bridge to this interface
5353 primary: true
54+ # this ovs_extra configuration fixes OSPRH-17551, but it will
55+ # be not needed when FDP-1472 is resolved
56+ ovs_extra:
57+ - "set interface eth1 external-ids:ovn-egress-iface=true"
5458 {% for network in nodeset_networks %}
5559 - type: vlan
5660 mtu: {{ lookup('vars', networks_lower[network] ~ '_mtu') }}
Original file line number Diff line number Diff line change 5959 name: nic2
6060 mtu: {{ min_viable_mtu }}
6161 primary: true
62+ # this ovs_extra configuration fixes OSPRH-17551, but it will
63+ # be not needed when FDP-1472 is resolved
64+ ovs_extra:
65+ - "set interface eth1 external-ids:ovn-egress-iface=true"
6266 {% for network in nodeset_networks %}
6367 - type: vlan
6468 mtu: {{ lookup('vars', networks_lower[network] ~ '_mtu') }}
Original file line number Diff line number Diff line change 5050 mtu: {{ min_viable_mtu }}
5151 # force the MAC address of the bridge to this interface
5252 primary: true
53+ # this ovs_extra configuration fixes OSPRH-17551, but it will
54+ # be not needed when FDP-1472 is resolved
55+ ovs_extra:
56+ - "set interface eth1 external-ids:ovn-egress-iface=true"
5357 {% for network in nodeset_networks %}
5458 - type: vlan
5559 mtu: {{ lookup('vars', networks_lower[network] ~ '_mtu') }}
Original file line number Diff line number Diff line change 5050 mtu: {{ min_viable_mtu }}
5151 # force the MAC address of the bridge to this interface
5252 primary: true
53+ # this ovs_extra configuration fixes OSPRH-17551, but it will
54+ # be not needed when FDP-1472 is resolved
55+ ovs_extra:
56+ - "set interface eth1 external-ids:ovn-egress-iface=true"
5357 {% for network in nodeset_networks %}
5458 - type: vlan
5559 mtu: {{ lookup('vars', networks_lower[network] ~ '_mtu') }}
Original file line number Diff line number Diff line change 4949 name: nic2
5050 mtu: {{ min_viable_mtu }}
5151 primary: true
52+ # this ovs_extra configuration fixes OSPRH-17551, but it will
53+ # be not needed when FDP-1472 is resolved
54+ ovs_extra:
55+ - "set interface eth1 external-ids:ovn-egress-iface=true"
5256 {% for network in nodeset_networks %}
5357 - type: vlan
5458 mtu: {{ lookup('vars', networks_lower[network] ~ '_mtu') }}
You can’t perform that action at this time.
0 commit comments