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": {
"cinder": {
"venv_tag": "14.2.1"
}
}
}
Change-Id: I79bf0b7c01dde7298a11a45cfc1e2e4fadcf217a
(cherry picked from commit e96e20245a)
Team and repository tags
OpenStack-Ansible cinder
This Ansible role installs and configures OpenStack cinder.
- Documentation for the project can be found at:
-
http://docs.openstack.org/developer/openstack-ansible-os_cinder/
- The project home is at:
Description
Languages
Jinja
59.3%
Python
40.7%