Skip to content

Commit df2a815

Browse files
authored
Caracal to Epoxy Upgrade support (#1795)
* Bump RHEL9 rabbitmq repos * Build Epoxy RabbitMQ 4.1 * Override rabbitmq version to 4.1 * Add rabbitmq-4-1 to ``stackhpc_pulp_images_kolla`` * doc: add missing quotation marks * Add reno
1 parent 7074489 commit df2a815

File tree

6 files changed

+15
-4
lines changed

6 files changed

+15
-4
lines changed

doc/source/operations/upgrading-openstack.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ After queue migration is finished, upgrade RabbitMQ to 4.1 by running the follow
7979

8080
.. code-block:: bash
8181
82-
kayobe kolla ansible run rabbitmq-upgrade 4.1
82+
kayobe kolla ansible run "rabbitmq-upgrade 4.1"
8383
8484
.. note::
8585

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ kolla_image_tags:
66
openstack:
77
rocky-9: 2025.1-rocky-9-20250728T150626
88
ubuntu-noble: 2025.1-ubuntu-noble-20250725T143116
9+
rabbitmq:
10+
rocky-9: 2025.1-rocky-9-20250723T092136
11+
ubuntu-noble: 2025.1-ubuntu-noble-20250723T092136

etc/kayobe/kolla/globals.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,5 @@ prometheus_blackbox_exporter_endpoints_kayobe:
5858
enabled: "{{ seed_pulp_container_enabled | bool }}"
5959

6060
prometheus_openstack_exporter_interval: "{{ stackhpc_prometheus_openstack_exporter_interval }}s"
61+
62+
rabbitmq_image: "{% raw %}{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/rabbitmq-4-1{% endraw %}"

etc/kayobe/pulp-repo-versions.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ stackhpc_pulp_repo_opensearch_2_x_version: 20250430T014638
2828
stackhpc_pulp_repo_opensearch_dashboards_2_x_version: 20250430T014638
2929
stackhpc_pulp_repo_rhel9_rabbitmq_erlang_version: 20250718T004955
3030
stackhpc_pulp_repo_rhel9_rabbitmq_erlang_aarch64_version: 20250721T162732
31-
stackhpc_pulp_repo_rhel9_rabbitmq_server_version: 20250607T003941
31+
stackhpc_pulp_repo_rhel9_rabbitmq_server_version: 20250708T003546
3232
stackhpc_pulp_repo_rhel_9_influxdb_version: 20250529T023704
3333
stackhpc_pulp_repo_rhel_9_influxdb_aarch64_version: 20250529T041909
3434
stackhpc_pulp_repo_rhel_9_mariadb_10_11_version: 20250523T014203
3535
stackhpc_pulp_repo_rhel_9_mariadb_10_11_aarch64_version: 20250523T035924
36-
stackhpc_pulp_repo_rhel_9_rabbitmq_erlang_version: 20240711T091318
37-
stackhpc_pulp_repo_rhel_9_rabbitmq_server_version: 20240711T091318
3836
stackhpc_pulp_repo_rhel_9_treasuredata_5_version: 20250516T002449
3937
stackhpc_pulp_repo_rhel_9_treasuredata_5_aarch64_version: 20250516T024051
4038
stackhpc_pulp_repo_rocky_9_1_appstream_version: 20231207T013715

etc/kayobe/pulp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ stackhpc_pulp_images_kolla:
564564
- prometheus-server
565565
- proxysql
566566
- rabbitmq
567+
- rabbitmq-4-1
567568
- redis
568569
- redis-sentinel
569570

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
features:
3+
- |
4+
Support OpenStack upgrade from 2024.1 to 2025.1.
5+
- |
6+
Added RabbitMQ 4.1 support.
7+
StackHPC Kayobe Config now deploys RabbitMQ 4.1 by default.

0 commit comments

Comments
 (0)