openstack-ansible-os_sahara/tasks
Jesse Pretorius 4a224f899f 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": {
        "sahara": {
            "venv_tag": "14.2.1"
        }
    }
}

Change-Id: I43a8895d111de16386a58acd30cc7a5e2c8259db
(cherry picked from commit afb4cfa352)
2017-05-22 17:47:01 +00:00
..
main.yml Role cleanup/update for ocata 2017-02-14 18:37:27 +00:00
sahara_db_setup.yml Ansible 2.1.1 role testing 2016-10-03 14:12:51 +01:00
sahara_init_common.yml Role cleanup/update for ocata 2017-02-14 18:37:27 +00:00
sahara_init_systemd.yml Ensure the components are isolated from the system 2017-04-26 15:21:06 +00:00
sahara_install.yml Add venv_tag local fact 2017-05-22 17:47:01 +00:00
sahara_post_install.yml Role cleanup/update for ocata 2017-02-14 18:37:27 +00:00
sahara_pre_install.yml Ensure 0755 default mode on new directories 2017-01-11 15:44:44 -06:00
sahara_service_setup.yml Role cleanup/changes for newton OSA 2016-08-24 02:44:06 +00:00