File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 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:
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:
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -6,8 +6,5 @@ use_cirros: true
66cirros_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
1310ironic_debug : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments