Skip to content

Commit 9dd0cd6

Browse files
committed
Merge branch 'stackhpc/master' into sync-2024.1
2 parents 5cf1c9b + fb736ce commit 9dd0cd6

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

etc/kayobe/ansible/rabbitmq-reset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
register: inspection
4545

4646
- name: Ensure the {{ container_name }} container is running
47-
ansible.builtin.command: systemctl start kolla-{{ container_name }}-container.service # noqa command-instead-of-module
47+
ansible.builtin.command: systemctl start kolla-{{ container_name }}-container.service # noqa command-instead-of-module
4848
when: inspection.stdout == 'false'
4949

5050
- name: Wait for the {{ container_name }} container to reach state 'Running'

etc/kayobe/inventory/group_vars/all/openbao.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
###############################################################################
23
# Openbao deployment configuration.
34

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ kolla_image_tags:
1616
prometheus:
1717
rocky-9: master-rocky-9-20250430T112026
1818
ubuntu-noble: master-ubuntu-noble-20250430T112026
19-
skyline:
20-
rocky-9: master-rocky-9-20250425T091159
21-
ubuntu-noble: master-ubuntu-noble-20250425T091159
19+
rabbitmq:
20+
rocky-9: master-rocky-9-20250502T080944
21+
ubuntu-noble: master-ubuntu-noble-20250502T080944
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
features:
3+
- |
4+
Bumps the RabbitMQ container image tag to upgrade RabbitMQ to v4.0

0 commit comments

Comments
 (0)