File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ ipa_build_dib_elements_extra:
87
87
# ipa_images_kernel_name:
88
88
89
89
# URL of Ironic deployment kernel image to download.
90
- # ipa_kernel_upstream_url:
90
+ ipa_kernel_upstream_url : " {{ stackhpc_ipa_image_url }}/ipa.kernel "
91
91
92
92
# URL of checksum of Ironic deployment kernel image.
93
93
# ipa_kernel_checksum_url:
@@ -99,7 +99,7 @@ ipa_build_dib_elements_extra:
99
99
# ipa_images_ramdisk_name:
100
100
101
101
# URL of Ironic deployment ramdisk image to download.
102
- # ipa_ramdisk_upstream_url:
102
+ ipa_ramdisk_upstream_url : " {{ stackhpc_ipa_image_url }}/ipa.initramfs "
103
103
104
104
# URL of checksum of Ironic deployment ramdisk image.
105
105
# ipa_ramdisk_checksum_url:
Original file line number Diff line number Diff line change
1
+ ---
2
+ # IPA image versioning tags
3
+ stackhpc_rocky_9_ipa_image_version : " 2024.1-20241204T131128"
4
+ stackhpc_ubuntu_jammy_ipa_image_version : " 2024.1-20241204T131128"
Original file line number Diff line number Diff line change
1
+ ---
2
+ # ################################
3
+ # Release train IPA image sources
4
+
5
+ # The IPA image source, defined by os_distribution,
6
+ # os_release, and the current stable version.
7
+ stackhpc_ipa_image_url : " {{ stackhpc_release_pulp_content_url_with_auth }}/\
8
+ ipa/{{ openstack_release }}/{{ os_distribution }}/\
9
+ {{ os_release }}/{{ stackhpc_ipa_image_version }}/"
10
+
11
+ # IPA image version tag selection
12
+ stackhpc_ipa_image_version : >-
13
+ {{ stackhpc_rocky_9_ipa_image_version if os_distribution == 'rocky' and os_release == '9' else
14
+ stackhpc_ubuntu_jammy_ipa_image_version if os_distribution == 'ubuntu' and os_release == 'jammy' }}
You can’t perform that action at this time.
0 commit comments