openstack-ansible-os_neutron/tasks
Jesse Pretorius c93100a4f0 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": {
        "neutron": {
            "venv_tag": "14.2.1"
        }
    }
}

Change-Id: Ib5697e47a44284977168faf4bc2d6a21f4703268
2017-05-22 14:46:55 +00:00
..
providers Improve the execution time 2017-05-17 16:06:12 -05:00
main.yml Improve the execution time 2017-05-17 16:06:12 -05:00
neutron_db_setup.yml Gather neutron facts for Pike 2017-04-28 17:21:25 +00:00
neutron_init_systemd.yml Perform an atomic policy file change 2017-04-27 13:20:11 +00:00
neutron_install.yml Add venv_tag local fact 2017-05-22 14:46:55 +00:00
neutron_l3_ha.yml Clean up cron if l3ha legacy tool is not enabled 2017-05-04 13:30:30 +00:00
neutron_ml2_ovs_powervm.yml Enable higher performance I/O through 2016-07-20 14:59:44 -04:00
neutron_post_install.yml Improve the execution time 2017-05-17 16:06:12 -05:00
neutron_pre_install.yml Implementing stricter permissions on config files 2017-02-07 14:24:18 -05:00
neutron_service_setup.yml Cleanup/standardize usage of tags 2016-07-12 10:05:44 -04:00