diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 89fbd4ae0..341386c22 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -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: diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index 20d5b1ac5..cdfa42ab1 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -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 diff --git a/releasenotes/notes/fix-bifrost-httpboot-config-templating-0488dd14d15d65e4.yaml b/releasenotes/notes/fix-bifrost-httpboot-config-templating-0488dd14d15d65e4.yaml new file mode 100644 index 000000000..5ed9cb7c8 --- /dev/null +++ b/releasenotes/notes/fix-bifrost-httpboot-config-templating-0488dd14d15d65e4.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + Bumps Bifrost container image tags to fix `bug 2072550 + `__ which adds + leading and trailing whitespace for ``inspection_callback_url`` + in httpboot config when templating.