openstack-ansible-os_rally/tasks
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
..
main.yml Bring consistency to tags 2017-01-13 13:27:27 +00:00
rally_db_setup.yml Update missing database exception text 2017-01-13 14:34:30 -08:00
rally_install.yml Add venv_tag local fact 2017-05-22 17:47:16 +00:00
rally_post_install.yml Standardize task file names 2016-11-18 10:18:47 -08:00
rally_pre_install.yml Standardize task file names 2016-11-18 10:18:47 -08:00