Role os_rally for OpenStack-Ansible
8ae853d309
Some Linux distributions, such as CentOS 7 and Xenial, have trouble validating SSL certificates when using get_url with servers that use Server Name Indication (SNI). This patch adds those packages to the list of required packages and uses bindep to install them in developer test environments the same way that the gate tests install them. Change-Id: Ic3bf4b4238c1c6260d3c8dc0e4800ff26691ae93 |
||
---|---|---|
defaults | ||
doc | ||
meta | ||
releasenotes | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
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"