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 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'
Original file line number Diff line number Diff line change 1+ ---
12# ##############################################################################
23# Openbao deployment configuration.
34
Original file line number Diff line number Diff 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
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