File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed
examples/dt/uni01alpha/edpm Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change 3939 name: {{ neutron_physical_bridge_name }}
4040 mtu: {{ min_viable_mtu }}
4141 use_dhcp: false
42- dns_servers: {{ ctlplane_dns_nameservers }}
43- domain: {{ dns_search_domains }}
44- addresses:
45- - ip_netmask: {{ ctlplane_ip }}/{{ ctlplane_cidr }}
46- routes: {{ ctlplane_host_routes }}
47- members:
48- - type: interface
49- name: nic2
50- mtu: {{ min_viable_mtu }}
51- 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"
56- {% for network in nodeset_networks %}
57- - type: vlan
58- mtu: {{ lookup('vars', networks_lower[network] ~ '_mtu') }}
59- vlan_id: {{ lookup('vars', networks_lower[network] ~ '_vlan_id') }}
60- addresses:
61- - ip_netmask: >-
62- {{
63- lookup('vars', networks_lower[network] ~ '_ip')
64- }}/{{
65- lookup('vars', networks_lower[network] ~ '_cidr')
66- }}
67- routes: {{ lookup('vars', networks_lower[network] ~ '_host_routes') }}
6842 {% endfor %}
6943 neutron_physical_bridge_name : br-ex
7044 neutron_public_interface_name : eth0
@@ -137,3 +111,4 @@ data:
137111 - libvirt
138112 - nova
139113 - telemetry
114+
You can’t perform that action at this time.
0 commit comments