Role galera_server for OpenStack-Ansible
Go to file
Jesse Pretorius 727189ff0c Ensure that doc linting is included in the linters test
The 'docs' tox target executes the doc8 lint test which may result in
failures when testing documentation builds, but OpenStack-CI does not
execute that tox target.

In order to ensure that we catch all standard documentation syntax
errors and prevent them from merging, this patch includes the docs
target in the 'linters' chain of tests.

Fixes for any failures which result from executing this test are also
included in the patch.

Change-Id: Id23f9d262a1a18230f797c5aaecc76e627d0998a
2016-07-26 00:36:03 +01:00
defaults Add CentOS7 support to Galera Server 2016-05-23 13:04:38 -05:00
doc Ensure that doc linting is included in the linters test 2016-07-26 00:36:03 +01: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 Update sphinx configuration 2016-07-12 16:50:59 +01:00
tasks Consistency for multi-os in the includes 2016-06-02 14:18:55 +01:00
templates Change default collation to utf8_general_ci 2016-06-23 21:54:55 -07:00
tests Clean up container cache prep in tests 2016-06-17 18:13:48 +01:00
vars Change the repos to use upstream default 2016-07-22 10:38:05 -05:00
.gitignore Remove duplicates from .gitignore 2016-07-15 11:27:52 +10: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
README.rst DOC - Adopting the common role documentation pattern 2016-06-07 10:08:46 -04: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
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 Updated from global requirements 2016-07-15 03:57:25 +00:00
test-requirements.txt Updated from global requirements 2016-07-15 03:57:25 +00:00
tox.ini Ensure that doc linting is included in the linters test 2016-07-26 00:36:03 +01:00

README.rst

OpenStack-Ansible Galera Server

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

Default Variables

../../defaults/main.yml

Required Variables

To use this role, define the following variables:

galera_root_password: secrete

Example Playbook

- name: Install galera server
  hosts: galera_all
  user: root
  roles:
    - { role: "galera_server" }
  vars:
    galera_root_password: secrete