Role os_nova for OpenStack-Ansible
Go to file
Jimmy McCrory e56ad5b188 Fix role gate tests for Ansible 2.3
'ansible_become' defined as a host_var or in the inventory for a host
has a higher precedence than 'become' defined within a playbook.

In change Id5b76a87809f03951c954fc3d752419a673403f7, 'become' was
defined explicitly for each play running against localhost so
'ansible_become' should be removed from its host_vars.

Change-Id: I27f46c3966877d5026c96345220d1f268deb971d
2017-04-19 08:28:32 -07:00
defaults Merge "nova user can read kernel for libguestfs on Ubuntu" 2017-04-04 17:03:31 +00:00
doc Use https instead of http for git.openstack.org 2017-02-06 16:28:44 +07:00
examples [DOCS] Refactor of nova role docs 2016-08-16 18:57:21 -04:00
files nova user can read kernel for libguestfs on Ubuntu 2017-03-31 10:25:06 -07:00
handlers Reload service files on Nova services restart 2017-03-31 19:26:43 +00:00
meta Remove Trusty support from os_nova role 2016-12-15 13:21:13 +00:00
releasenotes Rename reno to avoid conflict on integrated repo 2017-04-11 12:10:40 +01:00
tasks Merge "Added constraints to qemu save dir check and move" 2017-04-04 20:25:03 +00:00
templates Allow to use a custom block device with LXD init 2017-03-31 13:41:20 +02:00
tests Fix role gate tests for Ansible 2.3 2017-04-19 08:28:32 -07:00
vars Allow to use a custom block device with LXD init 2017-03-31 13:41:20 +02:00
.gitignore Using updated tempest method for nova. 2016-11-17 12:49:05 +02:00
.gitreview Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
bindep.txt Install python2-pyOpenSSL package on CentOS 2017-03-03 12:41:22 -06: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 Show team and repo badges on README 2016-11-25 16:15:31 +01:00
run_tests.sh Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant 2017-02-07 10:46:11 +07: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 2017-03-02 11:52:00 +00:00
test-requirements.txt Updated from global requirements 2017-02-11 17:49:08 +00:00
tox.ini Split upgrade testing into it's own shell script 2017-02-23 19:39:57 +00:00
Vagrantfile Remove Trusty support from os_nova role 2016-12-15 13:21:13 +00:00

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

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