Skip to content

Commit

Permalink
[ci-boostrap] Add second call to the mapper to ingest interface-info …
Browse files Browse the repository at this point in the history
…data

Renaming the playbook that called the mapper as it's no longer only
called once in pre and to avoid it to be used for purposes that are
different from calling the networking mapper.
  • Loading branch information
pablintino authored and openshift-merge-bot[bot] committed Oct 3, 2024
1 parent ebbd1ae commit 5567990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
~/test-python/bin/ansible-playbook {{ ansible_user_dir }}/networking_mapper.yml
-i {{ ansible_user_dir }}/ci-framework-data/artifacts/zuul_inventory.yml
-e @scenarios/centos-9/base.yml
-e cifmw_networking_mapper_ifaces_info_path=/etc/ci/env/interfaces-info.yml
-e "@{{ ansible_user_dir }}/ci-framework-data/artifacts/parameters/zuul-params.yml"
{% if nodepool is defined %}
-e "@{{ ansible_user_dir }}/ci-framework-data/artifacts/nodepool_params.yml"
Expand Down
4 changes: 3 additions & 1 deletion zuul.d/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
required-projects: *multinode_edpm_rp
roles: *multinode_edpm_roles
pre-run:
- ci/playbooks/bootstrap-networking-mapper.yml
- ci/playbooks/crc/reconfigure-kubelet.yml
- ci/playbooks/multinode-customizations.yml
post-run: *multinode_edpm_post_run
Expand All @@ -236,6 +237,7 @@
required-projects: *multinode_edpm_rp
roles: *multinode_edpm_roles
pre-run:
- ci/playbooks/bootstrap-networking-mapper.yml
- ci/playbooks/crc/reconfigure-kubelet.yml
- ci/playbooks/multinode-customizations.yml
post-run: *multinode_edpm_post_run
Expand Down Expand Up @@ -305,4 +307,4 @@
pre-run:
- ci/playbooks/e2e-prepare.yml
- ci/playbooks/dump_zuul_data.yml
- ci/playbooks/pre-ci-bootstrap.yml
- ci/playbooks/bootstrap-networking-mapper.yml

0 comments on commit 5567990

Please sign in to comment.