Skip to content

Commit 9d7a391

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

File tree

1 file changed

+1
-41
lines changed

1 file changed

+1
-41
lines changed

examples/dt/uni01alpha/edpm/values.yaml

Lines changed: 1 addition & 41 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
@@ -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+

0 commit comments

Comments
 (0)