4a224f899f
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": {
"sahara": {
"venv_tag": "14.2.1"
}
}
}
Change-Id: I43a8895d111de16386a58acd30cc7a5e2c8259db
(cherry picked from commit
|
||
---|---|---|
.. | ||
main.yml | ||
sahara_db_setup.yml | ||
sahara_init_common.yml | ||
sahara_init_systemd.yml | ||
sahara_install.yml | ||
sahara_post_install.yml | ||
sahara_pre_install.yml | ||
sahara_service_setup.yml |