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
This commit is contained in:
Dmitriy Rabotyagov 2024-04-26 16:14:46 +02:00 committed by Dmitriy Rabotyagov
parent 17d6ea1f67
commit d516fe6a0c

View File

@ -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 %}