Skip to content

Commit

Permalink
Merge pull request #1392 from stackhpc/fix-bifrost-caracal
Browse files Browse the repository at this point in the history
Fix Bifrost templating bug on httpboot config
  • Loading branch information
Alex-Welsh authored Dec 3, 2024
2 parents cf56582 + faaf430 commit 4285878
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ kolla_image_tags:
rocky-9: 2024.1-rocky-9-20241004T094540
ubuntu-jammy: 2024.1-ubuntu-jammy-20241004T094540
horizon:
rocky-9: 2024.1-rocky-9-20241202T210927
ubuntu-jammy: 2024.1-ubuntu-jammy-20241202T210927
bifrost_deploy:
rocky-9: 2024.1-rocky-9-20240725T165045
rocky-9: 2024.1-rocky-9-20240909T144917
bifrost:
rocky-9: 2024.1-rocky-9-20241128T162336
ubuntu-jammy: 2024.1-ubuntu-jammy-20241128T162336
prometheus:
rocky-9: 2024.1-rocky-9-20240910T072617
rabbitmq:
Expand Down
4 changes: 4 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ kolla_sources:
type: git
location: https://github.com/stackhpc/stackhpc-inspector-plugins.git
reference: 1.3.0
bifrost-base:
type: git
location: https://github.com/stackhpc/bifrost.git
reference: stackhpc/{{ openstack_release }}
cloudkitty-base:
type: git
location: https://github.com/stackhpc/cloudkitty.git
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
fixes:
- |
Bumps Bifrost container image tags to fix `bug 2072550
<https://bugs.launchpad.net/kayobe/+bug/2072550>`__ which adds
leading and trailing whitespace for ``inspection_callback_url``
in httpboot config when templating.

0 comments on commit 4285878

Please sign in to comment.