Skip to content

Commit

Permalink
Merge pull request #464 from openstack-k8s-operators/centos9-discover…
Browse files Browse the repository at this point in the history
…ed-image-for-computes

Ensure we use the discovered image in computes if not other one given.
  • Loading branch information
cjeanner authored Aug 22, 2023
2 parents 8fb0f3a + 8c71fc3 commit 15be4a1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 15be4a1

Please sign in to comment.