Role os_barbican for OpenStack-Ansible
Go to file
Jesse Pretorius 91c62d5d28 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": {
        "barbican": {
            "venv_tag": "14.2.1"
        }
    }
}

Change-Id: I086c66d720ead341c6186462bdcd1ecf5fd00b34
(cherry picked from commit 54865e7a18)
2017-05-22 17:49:02 +00:00
defaults Ensure the components are isolated from the system 2017-04-26 15:20:58 +00:00
doc Update repository with reference to role git location 2016-12-22 14:26:21 +00:00
examples Rename package lists (and related vars) appropriately 2016-08-30 16:34:28 +01:00
handlers Use systemd module instead of shell 2017-01-19 16:33:59 +00:00
meta Use package module to install distro packages 2017-05-04 06:33:00 +00:00
releasenotes Use package module to install distro packages 2017-05-04 06:33:00 +00:00
tasks Add venv_tag local fact 2017-05-22 17:49:02 +00:00
templates Reduce init restart/kill times 2017-04-26 16:45:30 +01:00
tests Update repo for stable/ocata 2017-02-08 10:45:32 +00:00
vars Rename package lists (and related vars) appropriately 2016-08-30 16:34:28 +01:00
.gitignore Ansible 2.1.1 role testing 2016-09-19 13:06:53 -04:00
.gitreview Update .gitreview for stable/ocata 2017-02-03 18:58:04 +00:00
CONTRIBUTING.rst [DOCS] - Removing tags: and category: 2016-08-18 17:03:05 -04:00
README.rst Show team and repo badges on README 2016-11-25 15:56:13 +01:00
Vagrantfile Remove Trusty support from os_barbican role 2016-12-15 13:15:41 +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-27 17:55:47 +01:00
run_tests.sh Update and clean up run_tests.sh 2017-01-06 16:53:53 +00:00
setup.cfg [DOCS] - Use new documentation tree structure 2016-08-18 09:33:33 -04:00
setup.py Updated from global requirements 2016-07-15 03:57:39 +00:00
test-requirements.txt Updated from global requirements 2016-12-02 05:10:36 +00:00
tox.ini Update repo for stable/ocata 2017-02-08 10:45:32 +00:00

README.rst

Team and repository tags

image

Barbican role for OpenStack-Ansible

This Ansible role installs and configures OpenStack Barbican.

Documentation for the project can be found at:

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

The project home is at:

http://launchpad.net/openstack-ansible