Skip to content

Commit

Permalink
cluster_upgrade: Fix the engine_correlation_id location
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nečas <necas.marty@gmail.com>
  • Loading branch information
mnecas committed Nov 28, 2022
1 parent ea2f6b5 commit 776954b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion roles/cluster_upgrade/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ pinned_vms_names: []
healing_in_progress_checks: 6
healing_in_progress_check_delay: 300
wait_to_finish_healing: 5
engine_correlation_id: "{{ 99999999 | random | to_uuid }}"
1 change: 1 addition & 0 deletions roles/cluster_upgrade/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
ansible.builtin.set_fact:
stop_non_migratable_vms: "{{ stop_non_migratable_vms }}"
provided_token: "{{ engine_token | default(lookup('env','OVIRT_TOKEN')) | default('') }}"
engine_correlation_id: "{{ 99999999 | random | to_uuid }}"

- name: Main block
block:
Expand Down

0 comments on commit 776954b

Please sign in to comment.