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 135
135
# Ironic Python Agent (IPA) configuration.
136
136
137
137
# 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 %} "
139
139
140
140
# URL of checksum of Ironic Python Agent (IPA) kernel image.
141
141
# kolla_bifrost_ipa_kernel_checksum_url:
144
144
# kolla_bifrost_ipa_kernel_checksum_algorithm:
145
145
146
146
# 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 %} "
148
148
149
149
# URL of checksum of Ironic Python Agent (IPA) ramdisk image.
150
150
# 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:
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 : " {% if stackhpc_ipa_image_overcloud_enabled | bool %}{{ stackhpc_ipa_image_url }}/ipa.kernel{% endif %} "
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 : " {% if stackhpc_ipa_image_overcloud_enabled | bool %}{{ stackhpc_ipa_image_url }}/ipa.initramfs{% endif %} "
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 @@ -6,8 +6,5 @@ use_cirros: true
6
6
cirros_deploy_image_upstream_url : " {{ stackhpc_overcloud_host_image_url }}"
7
7
{% endif %}
8
8
9
- ipa_kernel_url : " {{ stackhpc_ipa_images_url }}/ipa.kernel"
10
- ipa_ramdisk_url : " {{ stackhpc_ipa_images_url }}/ipa.initramfs"
11
-
12
9
# Disable debug logging to avoid generating large log files
13
10
ironic_debug : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
2
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 "
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 2
2
# ################################
3
3
# Release train IPA image sources
4
4
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
+
5
11
# The IPA image source, defined by os_distribution,
6
12
# 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 }}/\
9
15
{{ os_release }}/{{ stackhpc_ipa_image_version }}"
10
16
11
17
# IPA image version tag selection
You can’t perform that action at this time.
0 commit comments