Role os_nova for OpenStack-Ansible
a5808248cb
qemu-system on debian derivative OS is a meta-package which installs qemu-system-* for all architecures understood by qemu. This is different from redhat type OS where the qemu-kvm package installed with dnf only installs the qemu-system-* binary matching the host architecture. This gives two problems, first there is inconsistency in openstack-ansible deployments between redhat and debian OS. Second, there is a potentially unexpected emulation of architectures when launching VM on a cloud with a mix of compute architectures when a full set of qemu-system-* binaries is available on a compute node. The compute node becomes a candidate for scheduling any of the supported architectures and a very specific configuration is needed both from the operator and end user to ensure that VM are run on a native architecture or emulated as required. This patch changes the installation so that redhat and debian compute nodes only have the native qemu-system binary installed. A new feature should be introduced to openstack-ansible in the future to explicitly control installation of non-native qemu-system-* binaries and write the config options for controlling emulation. Change-Id: I1c876c7968efb7f24880f1a6e96ba6b7264ddc94 |
||
---|---|---|
defaults | ||
doc | ||
examples | ||
files | ||
handlers | ||
meta | ||
releasenotes | ||
tasks | ||
templates | ||
tests | ||
vars | ||
zuul.d | ||
.gitignore | ||
.gitreview | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
manual-test.rc | ||
README.rst | ||
run_tests.sh | ||
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: 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://opendev.org/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