openstack-ansible-os_magnum/tasks
Jesse Pretorius dfb3838524 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": {
        "magnum": {
            "venv_tag": "14.2.1"
        }
    }
}

Change-Id: If7e92533cbf351a552aa5caecafde3c07499ea6e
(cherry picked from commit be11b503b1)
2017-05-22 17:50:39 +00:00
..
magnum_db_setup.yml Standardize task file names 2016-11-18 09:59:25 -08:00
magnum_init.yml Ensure the components are isolated from the system 2017-04-26 18:15:16 +00:00
magnum_init_common.yml Remove Trusty support from os_magnum role 2016-12-15 12:31:57 +00:00
magnum_init_systemd.yml Ensure the components are isolated from the system 2017-04-26 18:15:16 +00:00
magnum_install.yml Add venv_tag local fact 2017-05-22 17:50:39 +00:00
magnum_post_install.yml Standardize task file names 2016-11-18 09:59:25 -08:00
magnum_pre_install.yml Ensure 0755 default mode on new directories 2017-01-11 15:40:41 -06:00
magnum_service_setup.yml Standardize task file names 2016-11-18 09:59:25 -08:00
main.yml Bring consistency to tags 2017-01-11 15:38:15 +00:00