Role os_rally for OpenStack-Ansible
Go to file
Jesse Pretorius 1905221593 Add venv_tag local fact
In order to make it easier to detect the currently deployed
venv for a service, and therefore allow smarter decisions
for things like upgrading, we implement the venv tag as a
local fact.

The file used to store facts will be the same for all
OpenStack services, with each service using its own section.

Example:

"ansible_local": {
    "openstack_ansible": {
        "rally": {
            "venv_tag": "14.2.1"
        }
    }
}

Change-Id: Icdc4a3bf4e802d8065105155aad207192d2df266
(cherry picked from commit 997a03aa81)
2017-05-22 17:47:16 +00:00
defaults Update repo for stable/ocata 2017-02-08 11:54:08 +00:00
doc Update repository with reference to role git location 2016-12-22 14:26:22 +00:00
examples Rename package lists (and related vars) appropriately 2016-08-30 19:58:46 +01:00
meta Use package module to install distro packages 2017-05-05 13:15:47 +00:00
releasenotes Simplify pip options/constraints mechanism 2016-11-02 17:58:38 +00:00
tasks Add venv_tag local fact 2017-05-22 17:47:16 +00:00
templates Disable stderr logging 2016-08-04 17:45:04 +00:00
tests Update repo for stable/ocata 2017-02-08 11:54:08 +00:00
vars Rename package lists (and related vars) appropriately 2016-08-30 19:58:46 +01:00
.gitignore Update testing bits for consistency 2016-09-17 16:55:27 -04:00
.gitreview Update .gitreview for stable/ocata 2017-02-03 18:58:41 +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 Show team and repo badges on README 2016-11-25 16:16:16 +01:00
Vagrantfile Remove Trusty support from os_rally role 2016-12-15 12:30:23 +00:00
bindep.txt Install python2-pyOpenSSL package on CentOS 2017-03-03 13:21:26 -06:00
manual-test.rc Use centralised test scripts 2016-09-28 11:34:10 +01:00
run_tests.sh Update and clean up run_tests.sh 2017-01-06 16:55:38 +00:00
setup.cfg [DOCS] - Use new documentation tree structure 2016-08-22 16:07:06 -05:00
setup.py Updated from global requirements 2016-07-15 03:58:04 +00:00
test-requirements.txt Updated from global requirements 2016-12-02 05:11:07 +00:00
tox.ini Update repo for stable/ocata 2017-02-08 11:54:08 +00: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:

http://docs.openstack.org/developer/openstack-ansible-os_rally/

The project home is at:

http://launchpad.net/openstack-ansible