Skip to content

Commit bb7d8f4

Browse files
committed
DNM - INJECT error in uni01alpha
1 parent 56e3c9c commit bb7d8f4

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

examples/dt/uni01alpha/edpm/values.yaml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -39,32 +39,6 @@ data:
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+

0 commit comments

Comments
 (0)