openstack-ansible-os_trove/tasks
Jesse Pretorius 93913b6af5 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": {
        "trove": {
            "venv_tag": "14.2.1"
        }
    }
}

Change-Id: Id2545ad38d78c5c28310b67a8a3eb74b8b51b026
(cherry picked from commit cec3b715d1)
2017-05-22 17:47:30 +00:00
..
main.yml Add RPC encryption key support 2017-04-17 01:11:41 +00:00
trove_apache.yml Update 2016-08-25 14:56:41 +02:00
trove_db_setup.yml Fix linting issues for ansible-lint 3.4.1 2016-11-02 12:33:12 +00:00
trove_init.yml Ensure the components are isolated from the system 2017-04-26 15:22:19 +00:00
trove_init_common.yml Remove Trusty support from os_trove role 2016-12-15 15:10:27 +00:00
trove_init_systemd.yml Ensure the components are isolated from the system 2017-04-26 15:22:19 +00:00
trove_install.yml Add venv_tag local fact 2017-05-22 17:47:30 +00:00
trove_post_install.yml Adding the trove-guestagent.conf 2017-01-31 02:10:45 -06:00
trove_pre_install.yml Ensure 0755 default mode on new directories 2017-01-11 15:42:15 -06:00
trove_service_setup.yml Trove service user configuration should be aligned 2016-11-23 18:42:14 +00:00