Skip to content

Commit 76b22bf

Browse files
Finishing touches
1 parent 53dc815 commit 76b22bf

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

etc/kayobe/bifrost.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
# Ironic Python Agent (IPA) configuration.
136136

137137
# URL of Ironic Python Agent (IPA) kernel image.
138-
#kolla_bifrost_ipa_kernel_upstream_url:
138+
kolla_bifrost_ipa_kernel_upstream_url: "{% if stackhpc_ipa_image_bifrost_enabled | bool %}{{ stackhpc_ipa_image_url }}/ipa.kernel{% endif %}"
139139

140140
# URL of checksum of Ironic Python Agent (IPA) kernel image.
141141
#kolla_bifrost_ipa_kernel_checksum_url:
@@ -144,7 +144,7 @@
144144
#kolla_bifrost_ipa_kernel_checksum_algorithm:
145145

146146
# URL of Ironic Python Agent (IPA) ramdisk image.
147-
#kolla_bifrost_ipa_ramdisk_upstream_url:
147+
kolla_bifrost_ipa_ramdisk_upstream_url: "{% if stackhpc_ipa_image_bifrost_enabled | bool %}{{ stackhpc_ipa_image_url }}/ipa.initramfs{% endif %}"
148148

149149
# URL of checksum of Ironic Python Agent (IPA) ramdisk image.
150150
#kolla_bifrost_ipa_ramdisk_checksum_url:

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: "{% if stackhpc_ipa_image_overcloud_enabled | bool %}{{ stackhpc_ipa_image_url }}/ipa.kernel{% endif %}"
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: "{% if stackhpc_ipa_image_overcloud_enabled | bool %}{{ stackhpc_ipa_image_url }}/ipa.initramfs{% endif %}"
103103

104104
# URL of checksum of Ironic deployment ramdisk image.
105105
#ipa_ramdisk_checksum_url:

etc/kayobe/kolla/config/bifrost/bifrost.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@ use_cirros: true
66
cirros_deploy_image_upstream_url: "{{ stackhpc_overcloud_host_image_url }}"
77
{% endif %}
88

9-
ipa_kernel_url: "{{ stackhpc_ipa_images_url }}/ipa.kernel"
10-
ipa_ramdisk_url: "{{ stackhpc_ipa_images_url }}/ipa.initramfs"
11-
129
# Disable debug logging to avoid generating large log files
1310
ironic_debug: false

etc/kayobe/kolla/config/ironic.conf

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
# IPA image versioning tags
3-
stackhpc_rocky_9_ipa_image_version: "2024.1-20241204T131128"
4-
stackhpc_ubuntu_jammy_ipa_image_version: "2024.1-20241204T131128"
3+
stackhpc_rocky_9_ipa_image_version: "2024.1-20241206T160829"
4+
stackhpc_ubuntu_jammy_ipa_image_version: "2024.1-20241206T160829"

etc/kayobe/stackhpc-ipa-images.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
#################################
33
# Release train IPA image sources
44

5+
# Whether to use Release Train IPA images for Bifrost
6+
stackhpc_ipa_image_bifrost_enabled: true
7+
8+
# Whether to use Release Train IPA images for Overcloud Ironic
9+
stackhpc_ipa_image_overcloud_enabled: true
10+
511
# The IPA image source, defined by os_distribution,
612
# 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 }}/\
13+
stackhpc_ipa_image_url: "{{ stackhpc_release_pulp_content_url }}/ipa/\
14+
{{ openstack_release }}/{{ os_distribution }}/\
915
{{ os_release }}/{{ stackhpc_ipa_image_version }}"
1016

1117
# IPA image version tag selection

0 commit comments

Comments
 (0)