We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f8a09 commit 2923033Copy full SHA for 2923033
1 file changed
etc/kayobe/stackhpc-ipa-images.yml
@@ -15,8 +15,7 @@ stackhpc_ipa_image_url: "{{ stackhpc_release_pulp_content_url }}/ipa-images/\
15
{{ os_release }}/{{ stackhpc_ipa_image_version }}"
16
17
# IPA image version tag selection
18
-# Check RL10/CentOS tag naming!!!
19
stackhpc_ipa_image_version: >-
20
{{ stackhpc_rocky_9_ipa_image_version if os_distribution == 'rocky' and os_release == '9' else
21
- {{ stackhpc_centos_stream_10_ipa_image_version if os_distribution == 'rocky' and os_release == '10' else
+ {{ stackhpc_rocky_10_ipa_image_version if os_distribution == 'rocky' and os_release == '10' else
22
stackhpc_ubuntu_noble_ipa_image_version if os_distribution == 'ubuntu' and os_release == 'noble' }}
0 commit comments