File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 44
44
register : inspection
45
45
46
46
- 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
48
48
when : inspection.stdout == 'false'
49
49
50
50
- name : Wait for the {{ container_name }} container to reach state 'Running'
Original file line number Diff line number Diff line change
1
+ ---
1
2
# ##############################################################################
2
3
# Openbao deployment configuration.
3
4
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ kolla_image_tags:
16
16
prometheus :
17
17
rocky-9 : master-rocky-9-20250430T112026
18
18
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
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ Bumps the RabbitMQ container image tag to upgrade RabbitMQ to v4.0
You can’t perform that action at this time.
0 commit comments