Role os_rally for OpenStack-Ansible
Go to file
Jesse Pretorius c4e6c8ce30 Move database creation into role
There is no record for why we implement the database creation outside
of the role in the playbook, when we could do it inside the role.

Implementing it inside the role allows us to reduce the quantity of
group_vars duplicated from the role, and allows us to better document
the required variables in the role. The delegation can still be done
as it is done in the playbook too.

In this patch we implement a new variable called 'rally_db_setup_host'
which is used in the role to allow delegation of the database setup
task to any host, but defaults to the first member of the galera_all
host group. We also document the variable 'rally_galera_address' which
has been used for a long time, but never documented. A bunch of unused
variables have also been removed.

Change-Id: Ifb89e35e3acaef33ce4ce24b3f5affc6c4e8e494
2018-06-28 19:50:37 +00:00
defaults Move database creation into role 2018-06-28 19:50:37 +00:00
doc Updated from global requirements 2018-03-15 07:37:43 +00:00
examples Rename package lists (and related vars) appropriately 2016-08-30 19:58:46 +01:00
meta Remove pip_install dependency 2017-12-05 11:55:59 +00:00
releasenotes Pin cmd2 to the last python2 version of the library 2018-05-29 09:48:58 +00:00
tasks Move database creation into role 2018-06-28 19:50:37 +00:00
templates Disable stderr logging 2016-08-04 17:45:04 +00:00
tests Move database creation into role 2018-06-28 19:50:37 +00:00
vars Add openSUSE support 2018-03-20 09:51:44 +00:00
zuul.d Switch to using project-templates 2018-06-24 19:08:45 +00:00
.gitignore Updated from OpenStack Ansible Tests 2018-03-27 15:55:28 +00:00
.gitreview Inital commit 2016-03-24 17:13:47 -04:00
CONTRIBUTING.rst Inital commit 2016-03-24 17:13:47 -04:00
LICENSE Inital commit 2016-03-24 17:13:47 -04:00
README.rst Add release notes link to README 2018-06-19 15:41:16 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-06-06 00:43:37 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:06:33 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 11:34:10 +01:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-04-30 05:16:03 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-14 09:45:12 +08:00
setup.py Updated from global requirements 2017-03-02 11:52:02 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:37:43 +00:00
tox.ini Remove tests-repo-clone.sh 2018-03-28 10:15:59 +01:00

README.rst

Team and repository tags

image

Rally role for OpenStack-Ansible

This Ansible role installs and configures OpenStack Rally.

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-os_rally/latest/

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/openstack-ansible-os_rally/

The project home is at:

https://launchpad.net/openstack-ansible