kolla-ansible/ansible/roles
Ken Wronkiewicz cc4150292c Fix intf address for RabbitMQ and disable cluster for Kube
enable_rabbitmq_cluster is now a "yes" by default but you can set it
to "no" if you want to disable clustering under any circumstances.

The agreement made at OpenStack in Austin was that Kolla-Kubernetes
would concentrate on RabbitMQ and MariaDB without clustering but
with persistent storage and workload migration, then examine how to
do proper distributed functionality as the project progresses, so I
am just following what we'd already agreed upon.

First, it helps us deal with issues of version upgrades without
dealing with clustered version upgrades and the synchronization
thereof.

Second, it provides an alternative model for durability when used in
Kubernetes.  Understand that, if we disable RabbitMQ's clustering,
Kubernetes is still able to re-schedule the queue off of a failed node
in ways that Kolla-Ansible is not.  There are known issues with
RabbitMQ clustering, especially with auto-heal turned on.  For many
small-to-mid-sized clusters, it's going to provide for a better
operator experience to have the known potential for a 30 second blip
after RabbitMQ node failure than it is to have the known potential
for partition and data loss and/or manual operations after you've
turned off auto-heal.

Kolla-kubernetes has already turned off host networking for the
RabbitMQ pod; it's safe to set the interface address in the
Kubernetes context.

The question was asked why don't I just set the RabbitMQ cluster to be
a single instance.  It's unlikely that Kubernetes RabbitMQ with a
PetSet will be clustered in the same declaritive fashion as the
rabbitmq-clusterer plugin. Easier to just disable it and worry about
how to configure the kube-friendly clustered RabbitMQ at a later point
in time.  Furthermore, it's an entirely valid case for many OpenStack
control planes hosted atop Kolla-Kubernetes to accept the possibility
of a 30-60 second blip in lieu of the long and questionable history
of RabbitMQ clustering in production.

Co-authored-by: Ryan Hallisey <rhallise@redhat.com>
Change-Id: I7f0cb22d29a418fce4af8d69f63739859173d746
Partially-implements: blueprint api-interface-bind-address-override
2016-08-10 09:40:54 -04:00
..
ceilometer Merge "Port with_ loop variable syntax to Ansbile 2" 2016-08-10 06:44:00 +00:00
ceph Port with_ loop variable syntax to Ansbile 2 2016-08-09 23:23:21 +07:00
certificates Add TLS protection on external API endpoints 2016-03-03 14:44:37 -05:00
cinder Merge "Remove unused project_yaml parameter from role metadata files" 2016-08-10 05:50:31 +00:00
common Enable central logging without deploying elasticsearch/kibana 2016-08-03 21:59:51 +02:00
destroy Change cleanup to destroy as cleanup is a misnomer 2016-08-08 13:37:10 -04:00
elasticsearch map the host localtime to the container 2016-05-03 09:27:51 +08:00
glance Merge "Port with_ loop variable syntax to Ansbile 2" 2016-08-10 06:44:00 +00:00
haproxy Enable central logging without deploying elasticsearch/kibana 2016-08-03 21:59:51 +02:00
heat Port with_ loop variable syntax to Ansbile 2 2016-08-09 23:23:21 +07:00
horizon Port with_ loop variable syntax to Ansbile 2 2016-08-09 23:23:21 +07:00
ironic Merge "Volume specification for ironic-api was invalid." 2016-08-04 16:44:11 +00:00
iscsi Pull tgtd image when need 2016-07-25 09:48:44 +08:00
keystone Port with_ loop variable syntax to Ansbile 2 2016-08-09 23:23:21 +07:00
kibana map the host localtime to the container 2016-05-03 09:27:51 +08:00
magnum Fix 'reconfigure' command of kolla 2016-07-18 13:51:11 +02:00
manila Fix inconsistencies in git url 2016-08-06 14:21:23 +02:00
mariadb Port with_ loop variable syntax to Ansbile 2 2016-08-09 23:23:21 +07:00
memcached Port with_ loop variable syntax to Ansbile 2 2016-08-09 23:23:21 +07:00
mistral Correct mistral-executor image name 2016-08-04 03:54:38 +00:00
mongodb Merge "map the host localtime to the container" 2016-05-03 19:12:15 +00:00
multipathd Add multipathing support to docker container 2016-07-11 09:07:21 -03:00
murano Use a lower number of the workers 2016-07-27 16:36:25 +08:00
neutron Merge "Port with_ loop variable syntax to Ansbile 2" 2016-08-10 06:44:00 +00:00
nova Merge "Port with_ loop variable syntax to Ansbile 2" 2016-08-10 06:44:00 +00:00
prechecks Fix prechecks of a vip address 2016-08-08 10:03:05 +09:00
rabbitmq Fix intf address for RabbitMQ and disable cluster for Kube 2016-08-10 09:40:54 -04:00
swift Read GPT label using sgdisk rather than udev 2016-07-07 10:26:34 +01:00
tempest implement Ansible Tempest role 2016-07-20 09:43:10 +08:00
watcher Add Watcher ansible roles and templates 2016-07-22 11:45:19 +01:00
ceph_pools.yml Automate setting up a cache tier 2015-10-22 10:51:44 +00:00