Role os_nova for OpenStack-Ansible
Go to file
Paul Martin 76c982d1b3 If nova is installed on arm64 with active KVM, default to that.
There are problems using aarch64 booting UEFI with bare QEMU at the
moment, but if run under KVM it works well with a 4.15.0 kernel.

Tested with the current Ubuntu Bionic cloud image.  The Cirros 0.4.0
arm64 image has a 4.4.0 kernel which doesn't receive hardware
information from UEFI and panics when it cannot find an interrupt
controller, but without logging anything to console because it hasn't
detected the serial port either.

Change-Id: I7a39a03bf1bf959c650e4454bcb32f8c0c792619
2019-01-03 09:37:52 +00:00
defaults Enable overriding the service setup host python interpreter 2018-11-30 15:03:19 +00:00
doc Updated from global requirements 2018-03-15 07:37:08 +00:00
examples Trivial: Fix the pep8 warning 2018-08-06 07:47:12 +00:00
files Add support to kvm nested virt 2018-11-06 15:44:54 +00:00
handlers Use a common python build/install role 2018-09-04 11:45:20 +00:00
meta SUSE: Add support for openSUSE Leap 15 2018-09-25 08:08:02 +01:00
releasenotes Fix nova-lxd tests for bionic. 2018-11-20 20:55:52 +00:00
tasks If nova is installed on arm64 with active KVM, default to that. 2019-01-03 09:37:52 +00:00
templates Fix nova-lxd tests for bionic. 2018-11-20 20:55:52 +00:00
tests Fix nova-lxd tests for bionic. 2018-11-20 20:55:52 +00:00
vars Drop un-used nova_nginx_conf_path 2018-11-09 13:26:52 +00:00
zuul.d Fix nova-lxd tests for bionic. 2018-11-20 20:55:52 +00:00
.gitignore Updated from OpenStack Ansible Tests 2018-10-02 14:54:21 +00:00
.gitreview Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
CONTRIBUTING.rst [Trivial Fix] Replace Chinese punctuation with English punctuation 2018-09-06 10:52:17 +08:00
LICENSE Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
README.rst Add bugs url link to README 2018-12-04 10:05:57 +00:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-09-28 06:21:05 +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-09-29 04:55:30 +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
tox.ini Clean up role tests 2018-09-08 15:51:20 +00: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/

Release notes for the project can be found at: https://docs.openstack.org/releasenotes/openstack-ansible-os_nova/

The project source code repository is located at: https://git.openstack.org/cgit/openstack/openstack-ansible-os_nova/

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

The project bug tracker is located at: https://bugs.launchpad.net/openstack-ansible