File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed
Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 5454 when : cifmw_ci_gen_kustomize_values_deployment_version is not defined
5555
5656- name : Sync repos for controller to compute
57- hosts : computes
57+ hosts : compute-1
5858 gather_facts : true
5959 tasks :
6060 - name : Copy repositories from controller to computes
Original file line number Diff line number Diff line change 1111 ansible.builtin.import_role :
1212 name : " {{ cifmw_run_test_role | default('tempest') }}"
1313 when : cifmw_run_tests | default(false) | bool
14-
15- - name : Run post_tests hooks
16- vars :
17- step : post_tests
18- ansible.builtin.import_role :
19- name : run_hook
20- when : cifmw_run_tests | default(false) | bool
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ cifmw_update_openstack_cmd: >-
4848 oc rsh -n {{ cifmw_update_namespace }} openstackclient openstack
4949
5050# # User facing
51- cifmw_update_reboot_test : false
51+ cifmw_update_reboot_test : true
5252cifmw_update_ansible_ssh_private_key_file : >-
5353 "{{ ansible_ssh_private_key_file | default(ansible_user_dir ~ '/.ssh/id_cifw') }}"
5454cifmw_update_wait_retries_reboot : 60
You can’t perform that action at this time.
0 commit comments