File tree Expand file tree Collapse file tree 6 files changed +506
-495
lines changed Expand file tree Collapse file tree 6 files changed +506
-495
lines changed Original file line number Diff line number Diff line change 23
23
-i "{{ ansible_user_dir }}/ci-framework-data/artifacts/zuul_inventory.yml"
24
24
-e @scenarios/centos-9/base.yml
25
25
-e @scenarios/centos-9/edpm_ci.yml
26
+ -e @scenarios/centos-9/ceph.yml
26
27
{%- if edpm_file.stat.exists %}
27
28
-e @{{ ansible_user_dir }}/ci-framework-data/artifacts/edpm-ansible.yml
28
29
{%- endif %}
Original file line number Diff line number Diff line change 128
128
ansible.builtin.meta : clear_facts
129
129
130
130
# TODO: replace this import_playbook with cifmw_ceph role
131
- - name : Deploy Ceph on target nodes
131
+ - name : Run pre_deploy hooks - deploy Ceph on target nodes
132
132
vars :
133
+ step : pre_deploy
133
134
_deploy_ceph : >-
134
135
{{
135
136
(cifmw_edpm_deploy_hci | default('false') | bool) and
136
137
cifmw_architecture_scenario is undefined
137
138
}}
138
139
storage_network_range : 172.18.0.0/24
139
140
storage_mgmt_network_range : 172.20.0.0/24
140
- ansible.builtin.import_playbook : playbooks/ceph.yml
141
+ ansible.builtin.import_role :
142
+ name : run_hook
141
143
142
144
- name : Continue HCI deploy
143
145
hosts : " {{ cifmw_target_host | default('localhost') }}"
You can’t perform that action at this time.
0 commit comments