From 8c71fc387c72dd0623bdfe470cd0a2b1d59752eb Mon Sep 17 00:00:00 2001 From: Pablo Rodriguez Nava Date: Tue, 22 Aug 2023 08:55:27 -0400 Subject: [PATCH] Ensure we use the discovered image in computes if not other one given. --- .../roles/libvirt_manager/tasks/deploy_edpm_compute.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci_framework/roles/libvirt_manager/tasks/deploy_edpm_compute.yml b/ci_framework/roles/libvirt_manager/tasks/deploy_edpm_compute.yml index 2099b0609d..6d8ceca1b7 100644 --- a/ci_framework/roles/libvirt_manager/tasks/deploy_edpm_compute.yml +++ b/ci_framework/roles/libvirt_manager/tasks/deploy_edpm_compute.yml @@ -45,7 +45,8 @@ 'EDPM_COMPUTE_RAM': compute_config.memory, 'EDPM_COMPUTE_DISK_SIZE': compute_config.disksize, 'CRC_POOL': compute_config.image_local_dir, - 'DISK_FILEPATH': cifmw_libvirt_manager_basedir + "/workload/edpm-compute-" + item + ".qcow2" + 'DISK_FILEPATH': cifmw_libvirt_manager_basedir + "/workload/edpm-compute-" + item + ".qcow2", + 'CENTOS_9_STREAM_URL': compute_config.image_url | default(cifmw_discovered_image_url) }) }} ansible.builtin.include_role: