Role os_nova for OpenStack-Ansible
Go to file
Jimmy McCrory 3f91e25a0a Delegate from first available compute host
The 'Drop authorized keys file script locally' task shouldn't
specifically require that the first member of the nova_compute group be
available. If the playbook is run with a limit excluding that host, the
task will always end up being skipped.

Use an intersect filter to find the first available compute host within
the play and use that as the delegation host.

Closes-Bug: 1632447
Change-Id: Id12fd6cee104a6fb705acc66704f21d629694d84
2016-10-12 17:41:48 -07:00
defaults Merge "Fix ironic compute_driver" 2016-10-11 18:40:45 +00:00
doc Use centralised Ansible test scripts 2016-10-10 21:52:59 +01:00
examples [DOCS] Refactor of nova role docs 2016-08-16 18:57:21 -04:00
files Update paste, policy and rootwrap configurations 2016-10-06 2016-10-06 14:36:26 +01:00
handlers Use dictionary for service group mappings 2016-09-30 17:41:26 +00:00
meta Add missing xenial to meta.yml 2016-06-27 15:35:13 -04:00
releasenotes Enable release notes translation 2016-10-06 20:37:49 +02:00
tasks Delegate from first available compute host 2016-10-12 17:41:48 -07:00
templates Use dictionary for service group mappings 2016-09-30 17:41:26 +00:00
tests Use centralised Ansible test scripts 2016-10-10 21:52:59 +01:00
vars Update librabbit package for novnc in 16.04 2016-09-02 08:44:21 -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 [DOCS] Fix link to nova 2016-08-18 17:18:12 +01: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 Use centralised Ansible test scripts 2016-10-10 21:52:59 +01:00
tox.ini Use centralised Ansible test scripts 2016-10-10 21:52:59 +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-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