openstack-ansible/playbooks/plugins
Darren Birkett d0bb38042e set unique galera server-id
Each slave in a mysql replication cluster needs to have a unique
'server-id' set. This is an arbitrary integer, and often people select
1,2,3 etc. For easy deterministic uniqueness without needing to look at
what you've already used, a simple filter has been created to allow for
the hostname to be converted into an integer.

The server ID variable has been added to the my.cnf.j2 template
and the galera_server defaults/main.yml file. The generation of the
server-id variable happens within the `galera-install.yml` play making
it so there is no future impact in role requires.

Conflicts:
	playbooks/plugins/filters/osa-filters.py

Change-Id: Id15149e59cb03ab268bb3b7eeaf391334dfc0c01
Closes-Bug: #1479484
(cherry picked from commit 9ae6eeca8b)
2016-01-22 16:06:16 +00:00
..
actions Create config_template plugin 2015-09-30 12:03:34 -05:00
callbacks Add profiling for Ansible tasks 2015-09-10 19:57:26 +00:00
filters set unique galera server-id 2016-01-22 16:06:16 +00:00
lookups Ensure that a stable, known pip version is used 2016-01-20 21:37:16 -06:00