Skip to content

Commit bd9caba

Browse files
committed
Merge remote-tracking branch 'origin/epoxy-upgrade-test' into epoxy-refresh
2 parents 7074489 + e863b0f commit bd9caba

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/stackhpc-multinode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
ssh_key: ${{ inputs.ssh_key }}
7171
stackhpc_kayobe_config_version: ${{ github.ref_name }}
7272
# NOTE(upgrade): Reference the PREVIOUS and CURRENT releases here.
73-
stackhpc_kayobe_config_previous_version: ${{ inputs.upgrade == 'major' && 'stackhpc/2024.1' || 'stackhpc/2025.1' }}
73+
stackhpc_kayobe_config_previous_version: ${{ inputs.upgrade == 'major' && 'rabbitmq-migration-ci' || 'stackhpc/2025.1' }}
7474
terraform_kayobe_multinode_version: ${{ inputs.terraform_kayobe_multinode_version }}
7575
secrets: inherit

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/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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ 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

0 commit comments

Comments
 (0)