openstack-ansible-os_ironic/tasks
Jesse Pretorius 84f4a848d3 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 'ironic_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 ironic_galera_address which
has been used for a long time, but never documented.

Change-Id: I8502d4aba54870a54900c3218563d66b864a1876
2018-06-01 16:05:08 +01:00
..
ironic_conductor_post_install.yml Add ldlinux.c32 to the tftp directory 2016-12-12 18:39:58 -03:00
ironic_db_setup.yml Move database creation into role 2018-06-01 16:05:08 +01:00
ironic_init_systemd.yml Implement uWSGI for ironic-api 2017-08-11 10:48:58 +01:00
ironic_install.yml Only replace python when re-initializing the venv 2018-04-18 10:43:41 +01:00
ironic_oneview_setup.yml Implement uWSGI for ironic-api 2017-08-11 10:48:58 +01:00
ironic_post_install.yml Rename deprecated neutron network config options 2017-03-09 10:27:24 -08:00
ironic_pre_install.yml Ensure 0755 default mode on new directories 2017-01-17 15:08:32 +00:00
ironic_service_setup.yml Do not log passwords 2018-04-19 06:35:53 +00:00
ironic_uwsgi.yml Implement uWSGI for ironic-api 2017-08-11 10:48:58 +01:00
main.yml Use group_names to check a host belongs to group 2017-11-24 11:30:59 +00:00