Role galera_server for OpenStack-Ansible
Go to file
Kevin Carter 5b23837dd0
Add CentOS7 support to Galera Server
Updates the multi-distro framework to add CentOS7 support.

Depends-On: Ieadcdd70e9b8271aee3880896255a5037f56567e
Change-Id: I7e889ea4653a6972ea7f8208416fc1fc3db45e5c
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-05-23 13:04:38 -05:00
defaults Add CentOS7 support to Galera Server 2016-05-23 13:04:38 -05:00
doc Doc and configuration for independent repository 2016-03-03 11:56:23 -05:00
files Implement Xenial Support 2016-05-19 16:38:40 -04:00
handlers Implement Xenial Support 2016-05-19 16:38:40 -04:00
library Resolve pep8 violations caught by pep8 v1.7.0 2016-01-13 10:43:59 +00:00
meta Add CentOS7 support to Galera Server 2016-05-23 13:04:38 -05:00
releasenotes Add CentOS7 support to Galera Server 2016-05-23 13:04:38 -05:00
tasks Add CentOS7 support to Galera Server 2016-05-23 13:04:38 -05:00
templates Use the apt_package_pinning role 2016-05-05 19:08:04 -07:00
tests Add CentOS7 support to Galera Server 2016-05-23 13:04:38 -05:00
vars Add CentOS7 support to Galera Server 2016-05-23 13:04:38 -05:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:18:07 +01:00
.gitreview Updated repo for new org 2015-12-14 15:20:02 +00:00
CONTRIBUTING.rst Doc and configuration for independent repository 2016-03-03 11:56:23 -05:00
LICENSE first commit 2015-12-09 09:23:50 -06:00
manual-test.rc Add CentOS7 support to Galera Server 2016-05-23 13:04:38 -05:00
other-requirements.txt Add CentOS7 support to Galera Server 2016-05-23 13:04:38 -05:00
README.rst Doc and configuration for independent repository 2016-03-03 11:56:23 -05:00
run_tests.sh Add CentOS7 support to Galera Server 2016-05-23 13:04:38 -05:00
setup.cfg Doc and configuration for independent repository 2016-03-03 11:56:23 -05:00
setup.py first commit 2015-12-09 09:23:50 -06:00
test-requirements.txt blacklist Ansible 1.9.6 2016-04-16 08:47:09 -05:00
tox.ini Merge "Reorganize test playbooks" 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