From d516fe6a0cd679377661f9865679a52ed1e7b63b Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 26 Apr 2024 16:14:46 +0200 Subject: [PATCH] Enable rabbitmq distro installation for distro scenario Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/914691 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/918159 Change-Id: I0cd484cc7a16d7badf7b3049b547be05a1e191d4 --- tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 index a9f0630ed7..4c3d60bd58 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -25,8 +25,7 @@ debug: True install_method: "{{ bootstrap_host_install_method }}" {% if bootstrap_host_install_method == 'distro' %} galera_install_method: distro -# TODO: Uncomment that when galera patch lands to avoid circular dependency -# rabbitmq_install_method: distro +rabbitmq_install_method: distro ceph_pkg_source: distro {% endif %}