kolla-ansible/ansible/roles/rabbitmq/templates
Jeffrey Zhang 4c207bc039 Fix rabbitmq upgrade permission issue
During the upgrade from Mitaka to Newton, the uid/gid may change for the
same image. Especially on Ubuntu, we moved to Ubuntu Xenial in Newton
and it added systemd related user which break all the uid/gid during an
upgrade. It will the permissions in all docker named volumes.

This fix extends set_config.py to set the proper permission during
container start. This is super light then add commands in
extend_start.sh file  or add ansible tasks.

This patch just fixes rabbitmq case. Other services will be fixed in
following patches.

Partial-Bug: #1631503
Change-Id: Ib17027b97abbc9bf4e3cd503601b8010325b5c5b
2016-10-13 01:19:05 +08:00
..
definitions.json.j2 Configure the rabbitmq ha policy in config file 2016-05-23 10:27:33 +08:00
rabbitmq-clusterer.config.j2 Improve rabbitmq-clusterer template code format 2016-08-19 00:34:16 +07:00
rabbitmq-env.conf.j2 Revert "Bind EPMD to api interface address" 2016-09-24 11:25:28 +08:00
rabbitmq.config.j2 Fix intf address for RabbitMQ and disable cluster for Kube 2016-08-10 09:40:54 -04:00
rabbitmq.json.j2 Fix rabbitmq upgrade permission issue 2016-10-13 01:19:05 +08:00