Role os_rally for OpenStack-Ansible
Go to file
2016-08-20 13:23:48 +00:00
defaults Make os_rally inventory group configurable 2016-08-18 18:21:38 -04:00
doc Ensure that doc linting is included in the linters test 2016-07-26 07:38:59 +01:00
meta Implement Ubuntu 16.04 support 2016-07-21 13:27:11 -04:00
releasenotes Add ability to change apt/yum package state 2016-08-02 15:03:37 +01:00
tasks Merge "Functional testing for os_rally role" 2016-08-20 13:23:48 +00:00
templates Disable stderr logging 2016-08-04 17:45:04 +00:00
tests Functional testing for os_rally role 2016-08-18 11:21:32 -04:00
vars Updating os_rally to use the Multi-Distro framework 2016-05-27 10:04:51 -04:00
.gitignore Remove duplicates from .gitignore 2016-07-15 12:07:22 +10:00
.gitreview Inital commit 2016-03-24 17:13:47 -04:00
bindep.txt Add SNI support via OS packages for os_rally 2016-08-18 18:47:18 +00: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 Ensure that doc linting is included in the linters test 2016-07-26 07:38:59 +01:00
run_tests.sh Add SNI support via OS packages for os_rally 2016-08-18 18:47:18 +00:00
setup.cfg Inital commit 2016-03-24 17:13:47 -04:00
setup.py Updated from global requirements 2016-07-15 03:58:04 +00:00
test-requirements.txt Updated from global requirements 2016-08-18 05:31:03 +00:00
tox.ini Include ansible commands for ansible linting 2016-08-11 18:10:06 +01:00
Vagrantfile Galera server dependency for testing will not install 2016-03-25 14:27:26 -04:00

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"