Jesse Pretorius c4468e6ded 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": {
        "nova": {
            "venv_tag": "14.2.1"
        }
    }
}

Change-Id: I8d43e52ee6044e5bfc2d5ca9af0c57a0a2bfa52d
(cherry picked from commit 9326554986)
2017-05-22 18:05:27 +00:00
2017-05-22 18:05:27 +00:00
2017-04-27 14:59:50 +01:00
2017-02-14 10:45:29 +00:00
2016-09-29 14:47:06 -04:00
2016-09-30 12:44:34 +00:00
2016-08-18 17:18:12 +01:00
2016-07-19 21:12:37 +00:00
2016-10-20 12:54:37 +01:00
2016-08-19 15:40:40 -04:00

OpenStack-Ansible nova

Ansible role that installs and configures OpenStack nova and all of its corresponding services.

This role will install the following:
  • nova-api
  • nova-conductor
  • nova-scheduler
  • nova-console
  • nova-cert
  • nova-compute

Documentation for the project can be found at: http://docs.openstack.org/developer/openstack-ansible-os_nova/

The project home is at: http://launchpad.net/openstack-ansible

Description
Role os_nova for OpenStack-Ansible
Readme 16 MiB
Languages
Jinja 66.7%
Python 30.9%
Shell 2.4%