openstack-ansible-os_gnocchi/tasks
Jesse Pretorius d713fbc6e5 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": {
        "gnocchi": {
            "venv_tag": "14.2.1"
        }
    }
}

Change-Id: Id942ca5c4039d5b7b556f1c75834b99ced7f43f2
2017-05-22 15:40:26 +00:00
..
gnocchi_apache.yml Perform an atomic policy file change 2017-04-28 17:28:11 +01:00
gnocchi_ceph_python_libs.yml Perform an atomic policy file change 2017-04-28 17:28:11 +01:00
gnocchi_db_setup.yml Fix linting issues for ansible-lint 3.4.1 2016-11-02 12:02:27 +00:00
gnocchi_identity_setup.yml Enable Gnocchi role lifecycle var for Identity 2016-09-07 12:35:57 -07:00
gnocchi_init_systemd.yml Perform an atomic policy file change 2017-04-28 17:28:11 +01:00
gnocchi_install.yml Add venv_tag local fact 2017-05-22 15:40:26 +00:00
gnocchi_post_install.yml Use uri module for git sourced configs 2017-05-12 11:29:54 +01:00
gnocchi_pre_install.yml Ensure 0755 default mode on new directories 2017-01-24 16:20:28 +00:00
gnocchi_service_setup.yml Enable Gnocchi role lifecycle var for Identity 2016-09-07 12:35:57 -07:00
main.yml Perform an atomic policy file change 2017-04-28 17:28:11 +01:00