Skip to content

Commit aecb718

Browse files
committed
WIP Prepare cifmw to run with Zironic
The Zironic tool would pre-deploy OCP cluster before CI job will "pick" the baremetal host. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
1 parent d4605a5 commit aecb718

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

reproducer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
hosts: "{{ cifmw_target_host | default('localhost') }}"
77
gather_facts: true
88
pre_tasks:
9+
- name: Daniel - print cifmw_devscripts_zironic_deployment
10+
ansible.builtin.debug:
11+
msg: |
12+
the cifmw_devscripts_zironic_deployment is {{ cifmw_devscripts_zironic_deployment | default('') }}
13+
914
- name: Inherit from parent scenarios if needed
1015
ansible.builtin.include_tasks:
1116
file: "ci/playbooks/tasks/inherit_parent_scenario.yml"

0 commit comments

Comments
 (0)