Michael Gugino 5136160186 Implement Xenial Support
This commit implements support for Ubuntu 16.04 Xenial.  Changes
include renaming several variables from galera_* to percona_* for
clarity.  The reason for this change is that 16.04 will be using
distribution provided packages for percona-xtrabackup.

Mariadb 10.0 packages are available for Ubuntu 16.04, so those
packages and installations procedures will remain unchanged.

Depends-On: Iab5485529cf14933fd7f37430d234a5c41185c18
Change-Id: I4baeb2eddf137619ffedba2f9efd61b7bd142f92
2016-05-19 16:38:40 -04:00
2016-05-19 16:38:40 -04:00
2016-05-19 16:38:40 -04:00
2016-05-19 16:38:40 -04:00
2016-05-05 19:08:04 -07:00
2016-05-19 16:38:40 -04:00
2016-05-19 16:38:40 -04:00
2016-05-18 09:49:44 -04:00
2016-05-19 16:38:40 -04:00
2016-05-04 15:18:07 +01:00
2015-12-14 15:20:02 +00:00
2015-12-09 09:23:50 -06:00
2016-05-03 08:54:07 +01:00
2015-12-09 09:23:50 -06:00
2016-04-16 08:47:09 -05:00
2016-04-15 18:12:39 +00:00

OpenStack-Ansible Galera Server

tags

openstack, galera, server, cloud, ansible

category

*nix

Ansible role to install and configure a Galera cluster powered by MariaDB

- name: Install galera server
  hosts: galera_all
  user: root
  roles:
    - { role: "galera_server", tags: [ "galera-server" ] }
  vars:
    container_address: "{{ ansible_ssh_host }}"
    galera_root_password: secrete
    galera_root_user: root
Description
Role galera_server for OpenStack-Ansible
Readme 8.9 MiB
Languages
Jinja 76%
Python 24%