Role os_rally for OpenStack-Ansible
449becae64
OSLO logging currently defaults the 'use_stderr' option to True which results duplicate logs in service daemon logs for both upstart and systemd. To correct this issue the use_stderr option has been set to false. Change-Id: I3799265a48c8f92f9cef77a10b3f02fa6aa66b7f Closes-Bug: 1588051 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com> |
||
---|---|---|
defaults | ||
doc | ||
meta | ||
releasenotes | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
LICENSE | ||
other-requirements.txt | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
Vagrantfile |
OpenStack-Ansible Rally
- tags
-
openstack, rally, cloud, ansible
- category
-
*nix
This Ansible role installs and configures OpenStack Rally.
Default Variables
../../defaults/main.yml
Required Variables
- rally_galera_address
- rally_galera_password
Example Playbook
- name: Install Rally server
hosts: rally_all
user: root
roles:
- role: "os_rally"