Skip to content

Commit 38c93f3

Browse files
committed
[DNM] run update on single compute
Signed-off-by: Chandan Kumar (raukadah) <raukadah@gmail.com>
1 parent b6f5327 commit 38c93f3

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

playbooks/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
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

roles/cifmw_setup/tasks/run_tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,3 @@
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

roles/update/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5252
cifmw_update_ansible_ssh_private_key_file: >-
5353
"{{ ansible_ssh_private_key_file | default(ansible_user_dir ~ '/.ssh/id_cifw') }}"
5454
cifmw_update_wait_retries_reboot: 60

0 commit comments

Comments
 (0)