Role os_nova for OpenStack-Ansible
Go to file
Jesse Pretorius c63ddb0652 Remove join filter from pip module tasks
Ansible 2.2 now treats the 'name' argument for the pip module
as a list, removing the need for us to implement the join
filter to optimise the install execution.

Change-Id: I5daf0a42537ca659d7c43b0aae4e0596e82398fc
2016-11-09 21:34:28 +00:00
defaults Adding support for Designate notifications. 2016-11-08 18:19:38 +00:00
doc [DOCS] Added release-name as a watermark to Docs. 2016-10-18 17:05:03 +00:00
examples [DOCS] Refactor of nova role docs 2016-08-16 18:57:21 -04:00
files Disable SMT for ppc64 hypervisor and set VNC 2016-11-02 14:47:23 +00:00
handlers Fix linting issues for ansible-lint 3.4.1 2016-11-02 12:48:25 +00:00
meta Use updated get_url module checksum functionality 2016-11-09 14:15:06 +00:00
releasenotes Simplify pip options/constraints mechanism 2016-11-02 17:53:34 +00:00
tasks Remove join filter from pip module tasks 2016-11-09 21:34:28 +00:00
templates Fix tmpfiles.d when multiple service are running 2016-11-09 14:14:36 +00:00
tests Remove nova-cert 2016-10-14 14:42:10 -07:00
vars Change protocol of novalink url. 2016-10-31 09:06:05 -05:00
.gitignore Use openstack-ansible-tests for os-nova role 2016-09-20 12:36:33 +01:00
.gitreview Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
bindep.txt Compress test execution logs 2016-09-15 01:07:04 +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
manual-test.rc Use centralised test scripts 2016-09-28 10:27:39 +01:00
README.rst Remove nova-cert 2016-10-14 14:42:10 -07:00
run_tests.sh Use openstack-ansible-tests for os-nova role 2016-09-20 12:36:33 +01:00
setup.cfg modify the home-page info with the developer documentation 2016-09-20 16:34:55 +05:30
setup.py Updated from global requirements 2016-07-19 21:12:37 +00:00
test-requirements.txt Updated from global requirements 2016-11-02 15:37:57 +00:00
tox.ini Use upper constraints for all tox targets 2016-10-19 07:43:54 +01: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-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