File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed
Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 7575 roles :
7676 - role : reproducer
7777 post_tasks :
78+ - name : Finish reproducer playbook if zironic_deployment
79+ when : zironic_deployment | default(false)
80+ ansible.builtin.meta : end_play
81+
7882 - name : Allow traffic from OSP VMs to OSP API (needed for shiftstack)
7983 become : true
8084 when : cifmw_allow_vms_to_reach_osp_api | default (false) | bool
Original file line number Diff line number Diff line change @@ -70,3 +70,4 @@ cifmw_devscripts_cinder_volume_pvs:
7070
7171cifmw_devscripts_config_overrides : {}
7272cifmw_devscripts_installer_timeout : 7200 # 2 hours
73+ cifmw_devscripts_zironic_deployment : false
Original file line number Diff line number Diff line change 3030 tasks_from : epel.yml
3131
3232- name : Ensure conflicting package does not exist.
33+ when : not cifmw_devscripts_zironic_deployment
3334 become : true
3435 ansible.builtin.package :
3536 name : " ansible-core"
Original file line number Diff line number Diff line change 2424 - _dnsmasq.msg is defined
2525 - _dnsmasq.msg is not
2626 match('Could not find the requested service cifmw-dnsmasq.service')
27+ retries : 5
28+ delay : 15
29+ until : _dnsmasq is succeeded
2730
2831- name : Reload dnsmasq
2932 become : true
You can’t perform that action at this time.
0 commit comments