Skip to content

Commit 31509d5

Browse files
committed
[devscripts] Do not remove ansible-core
By moving the bootstrap procedure from job execution to ZIronic, we changed the way, what is configuring the baremetal host (BM). Normally in CI job execution, Zuul is spawning a controller, then the controller is configuring the baremetal host, then the job continuation is done on controller-0 via baremetal host. With Zironic, to avoid creating additional VM - controller - we moved the procedure to be done directly on the baremetal host. It means, that the ansible-core package needs to be available, otherwise bootstrap procedure would fail because of missing modules, libraries etc. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
1 parent cb83758 commit 31509d5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

roles/devscripts/tasks/131_packages.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,3 @@
2828
ansible.builtin.import_role:
2929
name: ci_setup
3030
tasks_from: epel.yml
31-
32-
- name: Ensure conflicting package does not exist
33-
when: not cifmw_devscripts_zironic_deployment_only_ocp
34-
become: true
35-
ansible.builtin.package:
36-
name: "ansible-core"
37-
state: absent

0 commit comments

Comments
 (0)