kolla-ansible/ansible/roles/karbor/tasks
Bertrand Lallau a3dfdfc085 Simplify Openstack services configuration possibilities
Actually Openstack services configuration can be overriden using many
files:
- /etc/kolla/config/<< service name >>/<< config file >>
- /etc/kolla/config/<< service name >>/<<host>>/<< config file >>
- /etc/kolla/config/global.conf
- /etc/kolla/config/database.conf
- /etc/kolla/config/messaging.conf

Only per-service configuration is actually documented here:
https://github.com/openstack/kolla-ansible/blob/master/doc/advanced-configuration.rst#L164

Allowing to globally modify service configuration can be perform too,
but it can be done in 3 different manners, all not documented:
- /etc/kolla/config/global.conf
- /etc/kolla/config/database.conf
- /etc/kolla/config/messaging.conf

database.conf and messaging.conf seems redundant with global.conf.
In order to simplify codebase it seems logical to remove them.

Documentation has been added for overriding configuration globally and
release note has been added too.

Closes-Bug: #1682479
Change-Id: I5d922dfc0d938173bad34ac64e490b78db1b7e31
2017-09-13 17:47:36 +02:00
..
bootstrap_service.yml Optimize reconfiguration for karbor 2017-01-25 21:25:15 +08:00
bootstrap.yml Fix the database user name for all roles 2017-06-20 21:19:31 +08:00
check.yml Enable sanity checks from kolla-ansible 2017-03-09 10:37:06 +00:00
config.yml Simplify Openstack services configuration possibilities 2017-09-13 17:47:36 +02:00
deploy.yml Optimize reconfiguration for karbor 2017-01-25 21:25:15 +08:00
main.yml Add karbor ansible role 2016-12-21 01:53:20 +08:00
precheck.yml Generalize api_interface_address variable usage 2017-05-23 08:35:15 +00:00
pull.yml Optimize reconfiguration for karbor 2017-01-25 21:25:15 +08:00
reconfigure.yml Optimize reconfiguration for karbor 2017-01-25 21:25:15 +08:00
register.yml Remove unnecessary until in register.yml file 2017-02-04 14:38:54 +08:00
upgrade.yml Optimize reconfiguration for karbor 2017-01-25 21:25:15 +08:00