Role os_rally for OpenStack-Ansible
Go to file
Qin Wang 8ae853d309 Add SNI support via OS packages for os_rally
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
2016-08-18 18:47:18 +00:00
defaults Add project group to role 2016-08-04 05:18:13 +01: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 Add ability to change apt/yum package state 2016-08-02 15:03:37 +01:00
templates Disable stderr logging 2016-08-04 17:45:04 +00:00
tests Remove openstack_hosts from test requirements 2016-07-20 18:47:02 -07: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 Add python packages for SNI support in tests 2016-08-16 13:35:32 +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"