Skip to content

Commit 62a9879

Browse files
committed
Merge branch 'stackhpc/2024.1' into cross-arch-builds-2024.1
2 parents d71c206 + d40ce9c commit 62a9879

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ kolla_image_tags:
66
openstack:
77
rocky-9: 2024.1-rocky-9-20250326T134749
88
ubuntu-jammy: 2024.1-ubuntu-jammy-20250326T134749
9+
bifrost:
10+
rocky-9: 2024.1-rocky-9-20250325T141125
11+
ubuntu-jammy: 2024.1-ubuntu-jammy-20250325T141125

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ cirros_deploy_image_upstream_url: "{{ stackhpc_overcloud_host_image_url }}"
88

99
# Disable debug logging to avoid generating large log files
1010
ironic_debug: false
11+
12+
# Use prebuilt release train IPA images from Ark.
13+
{% if stackhpc_ipa_image_bifrost_enabled | bool %}
14+
ipa_download_url_username: "{{ stackhpc_release_pulp_username }}"
15+
ipa_download_url_password: "{{ stackhpc_release_pulp_password }}"
16+
ipa_download_force_basic_auth: true
17+
ipa_download_unredirected_headers:
18+
- Authorization
19+
{% endif %}

etc/kayobe/stackhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ stackhpc_kolla_source_version: stackhpc/18.6.0.2
157157

158158
# Kolla Ansible source repository.
159159
stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible"
160-
stackhpc_kolla_ansible_source_version: stackhpc/18.5.0.2
160+
stackhpc_kolla_ansible_source_version: stackhpc/18.6.0.1
161161

162162
###############################################################################
163163
# Container image registry
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue where the IPA images in Ark could not be downloaded by
5+
Bifrost, due to missing authentication parameters.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/16.5.0.2
1+
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/16.5.0.5
22
ansible-modules-hashivault>=5.2.1
33
jmespath

0 commit comments

Comments
 (0)