Skip to content
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
2 changes: 1 addition & 1 deletion doc/source/operations/upgrading-openstack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ After queue migration is finished, upgrade RabbitMQ to 4.1 by running the follow

.. code-block:: bash

kayobe kolla ansible run rabbitmq-upgrade 4.1
kayobe kolla ansible run "rabbitmq-upgrade 4.1"

.. note::

Expand Down
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ kolla_image_tags:
openstack:
rocky-9: 2025.1-rocky-9-20250728T150626
ubuntu-noble: 2025.1-ubuntu-noble-20250725T143116
rabbitmq:
rocky-9: 2025.1-rocky-9-20250723T092136
ubuntu-noble: 2025.1-ubuntu-noble-20250723T092136
2 changes: 2 additions & 0 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ prometheus_blackbox_exporter_endpoints_kayobe:
enabled: "{{ seed_pulp_container_enabled | bool }}"

prometheus_openstack_exporter_interval: "{{ stackhpc_prometheus_openstack_exporter_interval }}s"

rabbitmq_image: "{% raw %}{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/rabbitmq-4-1{% endraw %}"
4 changes: 1 addition & 3 deletions etc/kayobe/pulp-repo-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ stackhpc_pulp_repo_opensearch_2_x_version: 20250430T014638
stackhpc_pulp_repo_opensearch_dashboards_2_x_version: 20250430T014638
stackhpc_pulp_repo_rhel9_rabbitmq_erlang_version: 20250718T004955
stackhpc_pulp_repo_rhel9_rabbitmq_erlang_aarch64_version: 20250721T162732
stackhpc_pulp_repo_rhel9_rabbitmq_server_version: 20250607T003941
stackhpc_pulp_repo_rhel9_rabbitmq_server_version: 20250708T003546
stackhpc_pulp_repo_rhel_9_influxdb_version: 20250529T023704
stackhpc_pulp_repo_rhel_9_influxdb_aarch64_version: 20250529T041909
stackhpc_pulp_repo_rhel_9_mariadb_10_11_version: 20250523T014203
stackhpc_pulp_repo_rhel_9_mariadb_10_11_aarch64_version: 20250523T035924
stackhpc_pulp_repo_rhel_9_rabbitmq_erlang_version: 20240711T091318
stackhpc_pulp_repo_rhel_9_rabbitmq_server_version: 20240711T091318
stackhpc_pulp_repo_rhel_9_treasuredata_5_version: 20250516T002449
stackhpc_pulp_repo_rhel_9_treasuredata_5_aarch64_version: 20250516T024051
stackhpc_pulp_repo_rocky_9_1_appstream_version: 20231207T013715
Expand Down
1 change: 1 addition & 0 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ stackhpc_pulp_images_kolla:
- prometheus-server
- proxysql
- rabbitmq
- rabbitmq-4-1
- redis
- redis-sentinel

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
features:
- |
Support OpenStack upgrade from 2024.1 to 2025.1.
- |
Added RabbitMQ 4.1 support.
StackHPC Kayobe Config now deploys RabbitMQ 4.1 by default.