File tree Expand file tree Collapse file tree 1 file changed +1
-41
lines changed
examples/dt/uni01alpha/edpm Expand file tree Collapse file tree 1 file changed +1
-41
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
@@ -122,18 +96,4 @@ data:
12296 - name : tenant
12397 subnetName : subnet1
12498
125- services :
126- - bootstrap
127- - configure-network
128- - validate-network
129- - install-os
130- - configure-os
131- - ssh-known-hosts
132- - run-os
133- - reboot-os
134- - install-certs
135- - ovn
136- - neutron-metadata
137- - libvirt
138- - nova
139- - telemetry
99+
You can’t perform that action at this time.
0 commit comments