Role os_nova for OpenStack-Ansible
Go to file
Logan V 0bd3c221a6 Install netcat-openbsd for live migration
netcat-openbsd is required on Debian/Ubuntu in order for live migration
to function. If it is not installed, you get an error that looks like:

libvirt.libvirtError: operation failed: Failed to connect to remote libvirt URI qemu+ssh://nova@hv1/system?no_verify=1&keyfile=/var/lib/nova/.ssh/id_rsa: End of file while reading data:
sh: 1: nc: not found: Input/output error
2020-05-19 22:13:32.553 4511 ERROR nova.virt.libvirt.driver [-] [instance: b5a313c0-326c-4e3f-bec4-22926289999f] Migration operation has aborted

This was originally fixed in [1] and then accidentally reverted in a
package cleanup[2].

[1] https://review.opendev.org/#/c/666759/
[2] https://review.opendev.org/#/c/662585/

Closes-Bug: #1833644

Change-Id: Ia2747142e6253b286d36d8c71a263ef7ed01341d
(cherry picked from commit 1e7f093fee)
2020-06-24 13:51:56 +00:00
defaults Cleanup after repo_build and pip_install retirement 2020-05-12 22:40:19 +03:00
doc Update docstheme for style 2020-05-20 18:50:25 +02:00
examples Remove useless code-block tag 2019-09-20 14:24:43 +03:00
files Add ignore_msrs=1 2020-05-06 14:48:02 +00:00
handlers Cleanup files and templates using smart sources 2019-02-12 10:21:06 +00:00
meta Clarify supported SUSE versions 2019-05-21 09:58:13 +02:00
releasenotes Update docstheme for style 2020-05-20 18:50:25 +02:00
tasks Updated from OpenStack Ansible Tests 2020-06-17 19:59:15 +00:00
templates Refactor memcached_servers 2020-03-13 22:12:17 +00:00
tests Cleanup after repo_build and pip_install retirement 2020-05-12 22:40:19 +03:00
vars Install netcat-openbsd for live migration 2020-06-24 13:51:56 +00:00
zuul.d Restore debian voting jobs 2019-10-03 15:15:09 -04:00
.gitignore Updated from OpenStack Ansible Tests 2019-08-20 03:06:37 +00:00
.gitreview Update .gitreview for stable/ussuri 2020-06-01 13:16:57 +00:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2020-05-12 22:38:49 +03:00
LICENSE Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-06 19:25:48 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2019-07-20 09:36:08 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2020-05-22 07:07:37 +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 2019-07-18 22:19:27 +00:00
setup.cfg Cleanup py27 support 2020-04-14 16:42:34 +08:00
setup.py Cleanup py27 support 2020-04-14 16:42:34 +08:00
tox.ini Update TOX_CONSTRAINTS_FILE for stable/ussuri 2020-06-01 13:17:00 +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://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