openstack-ansible-os_aodh/tasks
Jesse Pretorius f4cdf9f6a1 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": {
        "aodh": {
            "venv_tag": "14.2.1"
        }
    }
}

Change-Id: I479a4de1fe78cb6ef80bb904df48b2c7f910c5a6
(cherry picked from commit 9af28295c7)
2017-05-22 17:47:54 +00:00
..
aodh_apache.yml Perform an atomic policy file change 2017-05-19 16:12:13 +00:00
aodh_db_setup.yml Fix linting issues for ansible-lint 3.4.1 2016-11-02 02:40:30 +00:00
aodh_init_systemd.yml Perform an atomic policy file change 2017-05-19 16:12:13 +00:00
aodh_install.yml Add venv_tag local fact 2017-05-22 17:47:54 +00:00
aodh_post_install.yml Perform an atomic policy file change 2017-05-19 16:12:13 +00:00
aodh_pre_install.yml Ensure 0755 default mode on new directories 2017-01-11 15:12:02 -06:00
aodh_service_setup.yml Remove unnecessary overrides of service variables 2016-07-16 17:58:17 -07:00
main.yml Perform an atomic policy file change 2017-05-19 16:12:13 +00:00