Role os_nova for OpenStack-Ansible
Go to file
Jesse Pretorius be9db3b4ea Remove unified queue from gate pipeline
Initially the intent for adding this was to better test
any patches for roles together before they merge, but it
has had the unintended side-effect of causing patches to
take much longer to merge (because they all get lined up
in a single queue, rather than independent queues) and
a lot more infra resources are used (because a patch
that fails at the top of the queue will result in all
subsequent patches restarting all their tests).

As discussed in the channel, we'd prefer to revert back
to the previous independent queue method of testing. It
has served us well.

Change-Id: I2df5f24a7ce2cb2aadceb395088505b99f31bd5c
2017-10-23 11:24:29 +01:00
defaults Adding serial console support 2017-08-31 09:42:45 +02:00
doc Update upgrade role for Queens from P 2017-10-19 14:45:31 +00:00
examples [DOCS] Refactor of nova role docs 2016-08-16 18:57:21 -04:00
files Update paste, policy and rootwrap configurations 2017-08-15 2017-08-15 09:59:20 +01:00
handlers Add external LB management handler hook interface 2017-09-16 14:23:03 -05:00
meta Add OpenStack-Ansible metadata 2017-10-11 09:07:36 +00:00
releasenotes Update upgrade role for Queens from P 2017-10-19 14:45:31 +00:00
tasks Merge "Adding serial console support" 2017-10-12 20:28:22 +00:00
templates Merge "Adding serial console support" 2017-10-12 20:28:22 +00:00
tests Update upgrade role for Queens from P 2017-10-19 14:45:31 +00:00
vars Merge "Force the installation of qemu packages" 2017-10-05 17:35:49 +00:00
zuul.d Remove unified queue from gate pipeline 2017-10-23 11:24:29 +01:00
.gitignore Updated from OpenStack Ansible Tests 2017-06-22 15:19:53 +00:00
.gitreview Implement base configuration for independent repository 2016-03-02 00:07:37 +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 Update URLs in documents according to document migration 2017-07-14 09:44:33 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2017-07-28 15:00:46 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-09-12 23:55:37 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 10:27:39 +01:00
run_tests.sh Update upgrade role for Queens from P 2017-10-19 14:45:31 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-14 09:44:33 +08:00
setup.py Updated from global requirements 2017-03-02 11:52:00 +00:00
test-requirements.txt Updated from global requirements 2017-09-16 23:20:19 +00:00
tox.ini Ensure that role tests pin pip/setuptools/wheel 2017-06-04 11:22:16 +01:00

README.rst

Team and repository tags

image

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: https://docs.openstack.org/openstack-ansible-os_nova/latest/

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