Skip to content

Commit 4285878

Browse files
authored
Merge pull request #1392 from stackhpc/fix-bifrost-caracal
Fix Bifrost templating bug on httpboot config
2 parents cf56582 + faaf430 commit 4285878

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ kolla_image_tags:
2121
rocky-9: 2024.1-rocky-9-20241004T094540
2222
ubuntu-jammy: 2024.1-ubuntu-jammy-20241004T094540
2323
horizon:
24-
rocky-9: 2024.1-rocky-9-20241202T210927
25-
ubuntu-jammy: 2024.1-ubuntu-jammy-20241202T210927
26-
bifrost_deploy:
27-
rocky-9: 2024.1-rocky-9-20240725T165045
24+
rocky-9: 2024.1-rocky-9-20240909T144917
25+
bifrost:
26+
rocky-9: 2024.1-rocky-9-20241128T162336
27+
ubuntu-jammy: 2024.1-ubuntu-jammy-20241128T162336
2828
prometheus:
2929
rocky-9: 2024.1-rocky-9-20240910T072617
3030
rabbitmq:

etc/kayobe/kolla.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ kolla_sources:
117117
type: git
118118
location: https://github.com/stackhpc/stackhpc-inspector-plugins.git
119119
reference: 1.3.0
120+
bifrost-base:
121+
type: git
122+
location: https://github.com/stackhpc/bifrost.git
123+
reference: stackhpc/{{ openstack_release }}
120124
cloudkitty-base:
121125
type: git
122126
location: https://github.com/stackhpc/cloudkitty.git
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
Bumps Bifrost container image tags to fix `bug 2072550
5+
<https://bugs.launchpad.net/kayobe/+bug/2072550>`__ which adds
6+
leading and trailing whitespace for ``inspection_callback_url``
7+
in httpboot config when templating.

0 commit comments

Comments
 (0)