Skip to content

Commit 427510f

Browse files
Jaganathan Palanisamyevallesp
authored andcommitted
Multinode EDPM CI job failing for nmstate provider
This change is to update the incorrect network config template where used nic1 for dhcp and also used br-ex controlplane config with default route. so two default routes creating for nmstate provider scenario and this is not happened for ifcfg provider and only one default route created for nic1. Proposed this PR is to fix incorrect network config.
1 parent 06cfba4 commit 427510f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

hooks/playbooks/fetch_compute_facts.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@
157157
path: /spec/nodeTemplate/ansible/ansibleVars/neutron_public_interface_name
158158
value: "{{ crc_ci_bootstrap_networks_out[_first_compute].default.iface | default('') }}"
159159
160+
{% for compute_node in groups['computes'] %}
161+
- op: replace
162+
path: /spec/nodes/edpm-{{ compute_node }}/networks/0/defaultRoute
163+
value: false
164+
{% endfor %}
165+
160166
{% for compute_node in groups['computes'] if compute_node != _first_compute %}
161167
- op: replace
162168
path: /spec/nodes/edpm-{{ compute_node }}/ansible/ansibleHost

0 commit comments

Comments
 (0)