Role os_nova for OpenStack-Ansible
Go to file
Jesse Pretorius 3d78d07015 Use the distro package for libvirt-python
The libvirt-python library has C bindings which are very particular
about the version of its companion package (libvirt). To ensure
things run smoothly for stable releases, we opt to use the distro
packages for these and symlink the appropriate library files and
binding into the venv.

This approach has been used successfully for the ceph python bindings.

Change-Id: Id962efe16c425424715409f071c4a304f8416001
2018-05-30 19:54:55 +00:00
defaults Use the distro package for libvirt-python 2018-05-30 19:54:55 +00:00
doc Updated from global requirements 2018-03-15 07:37:08 +00:00
examples [DOCS] Refactor of nova role docs 2016-08-16 18:57:21 -04:00
files Fix kernel post-installation script 2018-04-12 14:58:30 -04:00
handlers Remove systemd conditionals 2018-02-20 09:39:58 +00:00
meta Change include: to include_tasks: 2018-02-20 09:41:13 +00:00
releasenotes Use the distro package for libvirt-python 2018-05-30 19:54:55 +00:00
tasks Use the distro package for libvirt-python 2018-05-30 19:54:55 +00:00
templates Merge "Remove ironic_host_manager usage" 2018-05-25 15:57:08 +00:00
tests Remove tests-repo-clone.sh 2018-03-28 10:15:33 +01:00
vars SUSE: Add missing QEMU drivers for block devices 2018-05-23 14:03:47 +01:00
zuul.d Merge "Reinstate disabled jobs" 2018-05-25 15:36:52 +00:00
.gitignore Updated from OpenStack Ansible Tests 2018-03-27 18:41:00 +01: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 links in README 2018-03-03 12:10:06 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-05-09 19:42:18 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-12 15:15:38 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 10:27:39 +01:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-04-30 05:15:41 +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 2018-03-15 07:37:08 +00:00
tox.ini Remove tests-repo-clone.sh 2018-03-28 10:15:33 +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: https://launchpad.net/openstack-ansible