Skip to content

Bump RMQ tag for multiple versions #1249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ kolla_image_tags:
rocky-9: 2023.1-rocky-9-20240809T102431
ovn:
rocky-9: 2023.1-rocky-9-20240809T102431
rabbitmq:
rocky-9: 2023.1-rocky-9-20240823T101942
ubuntu-jammy: 2023.1-ubuntu-jammy-20240823T101942
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
features:
- |
Adds alternative RabbitMQ container images for versions 3.11, 3.12 and
3.13. This allows us to perform intermediary RabbitMQ upgrades prior to a
SLURP upgrade to Caracal. See the Kolla docs for more details:
https://docs.openstack.org/kolla-ansible/latest/reference/message-queues/rabbitmq.html#slurp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do these images need to be added to stackhpc_pulp_images_kolla?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If that's needed for them to sync to a client's pulp, then yes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Loading