Role os_nova for OpenStack-Ansible
Go to file
Kevin Carter f6f6299983 Enable log collection after functional testing
This change enables log collection within the gate so that further analysis
on gate tasks can be performed post build. This is very useful when
debugging problems.

Change-Id: I96e532605a12a4d15ec9cc038f1d2c9acc6730a4
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-08-29 21:37:12 -05:00
defaults Change nova_virt_type from lxc to lxd 2016-08-25 15:11:25 -04:00
doc [DOC] Add clarifying statement on CPU type 2016-08-19 09:57:14 -04:00
examples [DOCS] Refactor of nova role docs 2016-08-16 18:57:21 -04:00
files Update paste, policy and rootwrap configurations 2016-07-14 2016-07-18 21:34:37 +00:00
handlers Address Ansible bare variable usage 2016-06-15 11:13:57 -04:00
meta Add missing xenial to meta.yml 2016-06-27 15:35:13 -04:00
releasenotes Change nova_virt_type from lxc to lxd 2016-08-25 15:11:25 -04:00
tasks Rename lxc to lxd in various tasks 2016-08-25 23:42:41 -04:00
templates Change nova_virt_type from lxc to lxd 2016-08-25 15:11:25 -04:00
tests Change nova_virt_type from lxc to lxd 2016-08-25 15:11:25 -04:00
vars Implement nova-lxd driver 2016-08-08 18:05:13 -04:00
.gitignore Adding a Vagrantfile for local testing 2016-07-18 21:36:39 +00:00
.gitreview Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
bindep.txt Add SNI support via OS packages for os_nova 2016-08-19 16:57:45 +00:00
CONTRIBUTING.rst Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
LICENSE Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
README.rst [DOCS] Fix link to nova 2016-08-18 17:18:12 +01:00
run_tests.sh Add SNI support via OS packages for os_nova 2016-08-19 16:57:45 +00:00
setup.cfg Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
setup.py Updated from global requirements 2016-07-19 21:12:37 +00:00
test-requirements.txt Updated from global requirements 2016-08-18 05:31:01 +00:00
tox.ini Enable log collection after functional testing 2016-08-29 21:37:12 -05:00
Vagrantfile Remove apt update from Vagrantfile 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