Role Ironic for OpenStack-Ansible
Go to file
Jesse Pretorius b217195f8a 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": {
        "ironic": {
            "venv_tag": "14.2.1"
        }
    }
}

Change-Id: I17f67d01c1711d27dab9dd835585b1b0a9a33835
(cherry picked from commit 3a1ce7a37c)
2017-05-22 17:45:53 +00:00
defaults Ensure the components are isolated from the system 2017-04-26 15:22:13 +00:00
doc Merge "Adds support for the ironic-oneview drivers [+Docs]." 2017-01-30 12:08:01 +00:00
examples [DOCS] Syntax updates to the docs 2016-08-25 01:13:56 +00:00
files Update paste, policy and rootwrap configurations 2017-01-19 2017-01-19 14:45:14 +00:00
handlers Adds support for the ironic-oneview drivers [+Docs]. 2017-01-27 15:44:24 -03:00
meta Use package module to install distro packages 2017-05-05 13:59:33 +00:00
releasenotes Merge "Rename release note to unique hash" into stable/ocata 2017-04-28 11:10:03 +00:00
tasks Add venv_tag local fact 2017-05-22 17:45:53 +00:00
templates Reduce init restart/kill times 2017-04-26 17:13:12 +01:00
tests Update repo for stable/ocata 2017-02-10 13:01:55 +00:00
vars Use package module to install distro packages 2017-05-05 13:59:33 +00:00
.gitignore Add tests/common to .gitignore 2016-12-13 14:57:15 +00:00
.gitreview Update .gitreview for stable/ocata 2017-02-03 18:58:26 +00:00
CONTRIBUTING.rst [DOCS] Syntax updates to the docs 2016-08-25 01:13:56 +00:00
LICENSE Initial commit 2015-10-19 15:08:19 +10:30
README.rst Show team and repo badges on README 2016-11-25 16:12:16 +01:00
Vagrantfile Remove Trusty support from os_ironic 2016-12-15 13:18:23 +00:00
bindep.txt Install python2-pyOpenSSL package on CentOS 2017-03-03 13:21:26 -06:00
local_install.sh Use centralised test scripts 2016-09-28 08:51:21 +01:00
manual-test.rc Use centralised test scripts 2016-09-28 08:51:21 +01:00
run_tests.sh Update and clean up run_tests.sh 2017-01-06 16:52:46 +00:00
setup.cfg [DOCS] Syntax updates to the docs 2016-08-25 01:13:56 +00:00
setup.py Updated from global requirements 2016-07-15 03:57:55 +00:00
test-requirements.txt Updated from global requirements 2016-12-02 05:10:54 +00:00
tox.ini Update repo for stable/ocata 2017-02-10 13:01:55 +00:00

README.rst

Team and repository tags

image

OpenStack-Ansible role for Bare Metal (ironic) service

This is an OpenStack-Ansible role to deploy the Bare Metal (ironic) service.

Documentation for the project can be found at:

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

The project home is at:

http://launchpad.net/openstack-ansible