openstack-ansible-os_ironic/tasks
Jesse Pretorius b217195f8a 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": {
        "ironic": {
            "venv_tag": "14.2.1"
        }
    }
}

Change-Id: I17f67d01c1711d27dab9dd835585b1b0a9a33835
(cherry picked from commit 3a1ce7a37c)
2017-05-22 17:45:53 +00:00
..
ironic_api_post_install.yml Cleanup/standardize usage of tags 2016-08-11 17:23:20 -05:00
ironic_conductor_post_install.yml Add ldlinux.c32 to the tftp directory 2016-12-12 18:39:58 -03:00
ironic_db_setup.yml Fix linting issues for ansible-lint 3.4.1 2016-11-02 19:25:25 +00:00
ironic_get_neutron_uuids.yml Add support for neutron network names for cleaning/provisioning 2016-12-08 15:54:15 +00:00
ironic_init.yml Ensure the components are isolated from the system 2017-04-26 15:22:13 +00:00
ironic_init_common.yml Remove Trusty support from os_ironic 2016-12-15 13:18:23 +00:00
ironic_init_systemd.yml Ensure the components are isolated from the system 2017-04-26 15:22:13 +00:00
ironic_install.yml Add venv_tag local fact 2017-05-22 17:45:53 +00:00
ironic_oneview_setup.yml Ensure the components are isolated from the system 2017-04-26 15:22:13 +00:00
ironic_post_install.yml Merge "Adds support for the ironic-oneview drivers [+Docs]." 2017-01-30 12:08:01 +00:00
ironic_pre_install.yml Ensure 0755 default mode on new directories 2017-01-17 15:08:32 +00:00
ironic_service_setup.yml Cleanup/standardize usage of tags 2016-08-11 17:23:20 -05:00
main.yml Use package module to install distro packages 2017-05-05 13:59:33 +00:00