Jesse Pretorius 08ce66f4ae Pin test-requirements to match OpenStack requirements
A new release of flake8 is causing lint faiures. Our requirements
should match OpenStack requirements anyway.

This patch pins to the current master requirements from the
OpenStack requirements repository using global-requirements.

Change-Id: If99c8d22742b5540073368e57ad241d87fc74404
2016-06-17 12:33:10 +01:00
2016-05-19 16:38:40 -04:00
2016-05-19 16:38:40 -04:00
2016-05-23 13:04:38 -05:00
2016-05-23 13:04:38 -05: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
2015-12-09 09:23:50 -06:00
2016-04-15 18:12:39 +00:00

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
Description
Role galera_server for OpenStack-Ansible
Readme 8.9 MiB
Languages
Jinja 76%
Python 24%