Skip to content

Commit bf2d410

Browse files
rebtooropenshift-merge-bot[bot]
authored andcommitted
Install CA on controller-0 before HTTPS repo access
Call the install_ca role on controller-0 before rhos-release so the trust store is populated before any task that downloads packages from HTTPS repositories. Signed-off-by: Roberto Alfieri <ralfieri@redhat.com>
1 parent 1dac35f commit bf2d410

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

create-infra.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@
128128
cifmw_sushy_emulator_install_type: podman
129129
cifmw_podman_user_linger: "zuul"
130130
block:
131+
- name: Install RH CA
132+
ansible.builtin.include_role:
133+
name: install_ca
134+
131135
- name: Run reproducer roles rhos_release tasks on controller-0
132136
ansible.builtin.include_role:
133137
name: reproducer

0 commit comments

Comments
 (0)