Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion playbooks/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
when: cifmw_ci_gen_kustomize_values_deployment_version is not defined

- name: Sync repos for controller to compute
hosts: computes
hosts: compute-1
gather_facts: true
tasks:
- name: Copy repositories from controller to computes
Expand Down
7 changes: 0 additions & 7 deletions roles/cifmw_setup/tasks/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,3 @@
ansible.builtin.import_role:
name: "{{ cifmw_run_test_role | default('tempest') }}"
when: cifmw_run_tests | default(false) | bool

- name: Run post_tests hooks
vars:
step: post_tests
ansible.builtin.import_role:
name: run_hook
when: cifmw_run_tests | default(false) | bool
2 changes: 1 addition & 1 deletion roles/update/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cifmw_update_openstack_cmd: >-
oc rsh -n {{ cifmw_update_namespace }} openstackclient openstack

## User facing
cifmw_update_reboot_test: false
cifmw_update_reboot_test: true
cifmw_update_ansible_ssh_private_key_file: >-
"{{ ansible_ssh_private_key_file | default(ansible_user_dir ~ '/.ssh/id_cifw') }}"
cifmw_update_wait_retries_reboot: 60
Expand Down
Loading