23e7f6c292
Main issue with rabbitmq clusterer setup is to shut down gospel node as last one, which is bulk of this change Co-Authored-By: Sam Yaple <sam@yaple.net> Change-Id: I88e566a19ed813b0e3eef65ef7139ccfaa0c2700 Implements: blueprint upgrade-rabbitmq Partially-implements: blueprint upgrade-kolla
18 lines
504 B
YAML
18 lines
504 B
YAML
---
|
|
project_name: "rabbitmq"
|
|
|
|
####################
|
|
# Docker
|
|
####################
|
|
rabbitmq_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-rabbitmq"
|
|
rabbitmq_tag: "{{ openstack_release }}"
|
|
rabbitmq_image_full: "{{ rabbitmq_image }}:{{ rabbitmq_tag }}"
|
|
|
|
|
|
####################
|
|
# Message-Broker
|
|
####################
|
|
rabbitmq_user: "openstack"
|
|
rabbitmq_cluster_name: "openstack"
|
|
rabbitmq_hostname: "{{ ansible_hostname }}"
|