openstack-ansible-os_cinder/tasks
Jesse Pretorius a6045f6f20 Move database creation into role
There is no record for why we implement the database creation outside
of the role in the playbook, when we could do it inside the role.

Implementing it inside the role allows us to reduce the quantity of
group_vars duplicated from the role, and allows us to better document
the required variables in the role. The delegation can still be done
as it is done in the playbook too.

In this patch we implement a new variable called 'cinder_db_setup_host'
which is used in the role to allow delegation of the database setup
task to any host, but defaults to the first member of the galera_all
host group. We also document the variable cinder_galera_address which
has been used for a long time, but never documented.

Change-Id: I68bb4b288c3947685dbd512c58d73f23e84314e5
2018-06-01 14:37:45 +01:00
..
cinder_backends.yml Configure backends from API host 2017-12-19 09:38:54 -08:00
cinder_cleanup_old_facts.yml Simplify and optimise cinder tasks 2017-07-06 06:18:55 +00:00
cinder_db_setup.yml Move database creation into role 2018-06-01 14:37:45 +01:00
cinder_init_systemd.yml Revert "Convert role to use a common systemd service role" 2018-04-03 08:34:32 +00:00
cinder_install_source.yml Add support for using distribution packages for OpenStack services 2018-05-04 17:08:45 +01:00
cinder_install.yml vars: Do not install build dependencies for distro installs 2018-05-14 12:59:09 +01:00
cinder_lvm_config.yml Cleanup/standardize usage of tags 2016-07-12 16:15:42 -04:00
cinder_post_install.yml Simplify SELinux check 2018-03-06 13:16:38 -06:00
cinder_pre_install.yml Add SELinux contexts for cinder log directory 2018-02-14 15:35:05 -06:00
cinder_qos.yml tasks: cinder_qos: Use exact match for QoS rules 2018-01-10 12:18:34 +00:00
cinder_selinux.yml Add SELinux contexts for cinder log directory 2018-02-14 15:35:05 -06:00
cinder_service_setup.yml Do not log passwords 2018-04-18 11:49:55 +01:00
cinder_uwsgi.yml Add external LB management handler hook interface 2017-09-16 13:54:06 -05:00
main.yml Add support for using distribution packages for OpenStack services 2018-05-04 17:08:45 +01:00