Role os_nova for OpenStack-Ansible
bdf7eb76a9
This patch brings over the one-task package installation pattern from the security role and uses async to allow the package install to run while the virtual environment is downloaded/extracted. This should hopefully save time during the gate jobs since the nova KVM package install is one of the longest package install jobs in OSA. It also uses Ansible 2.0's ability to use variables in task includes to avoid running a ton of skipped tasks. Change-Id: I1e9259413d14670cf7f5bbc46eacc15837982779 |
||
---|---|---|
defaults | ||
doc | ||
examples | ||
files | ||
handlers | ||
meta | ||
releasenotes | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
manual-test.rc | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
Vagrantfile |
Team and repository tags
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