Skip to content

Commit 31d5eac

Browse files
Kayobe IPA configuration
1 parent b9a5cb8 commit 31d5eac

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

etc/kayobe/ipa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ ipa_build_dib_elements_extra:
8787
#ipa_images_kernel_name:
8888

8989
# URL of Ironic deployment kernel image to download.
90-
#ipa_kernel_upstream_url:
90+
ipa_kernel_upstream_url: "{{ stackhpc_ipa_image_url }}/ipa.kernel"
9191

9292
# URL of checksum of Ironic deployment kernel image.
9393
#ipa_kernel_checksum_url:
@@ -99,7 +99,7 @@ ipa_build_dib_elements_extra:
9999
#ipa_images_ramdisk_name:
100100

101101
# URL of Ironic deployment ramdisk image to download.
102-
#ipa_ramdisk_upstream_url:
102+
ipa_ramdisk_upstream_url: "{{ stackhpc_ipa_image_url }}/ipa.initramfs"
103103

104104
# URL of checksum of Ironic deployment ramdisk image.
105105
#ipa_ramdisk_checksum_url:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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"

etc/kayobe/stackhpc-ipa-images.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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' }}

0 commit comments

Comments
 (0)