Implementation of Nova virtulization driver for zVM.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
OpenDev Sysadmins 2a2d8ee410 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
4 years ago
doc Enhance doc 5 years ago
etc/nova Add configuration file 6 years ago
nova switch to sdk 6 years ago
nova_zvm Fix uuidsentinel 5 years ago
.gitignore Move nova zvm virt driver to separate namespace 6 years ago
.gitreview OpenDev Migration Patch 4 years ago
.testr.conf Move nova zvm virt driver to separate namespace 6 years ago
LICENSE Add a Apache-2.0 License to the base dir 5 years ago
README.rst Add more info into README 6 years ago
requirements.txt set up ca file configuration in drver 5 years ago
setup.cfg Move nova zvm virt driver to separate namespace 6 years ago
setup.py Update from global requirements 8 years ago
test-requirements.txt uncap eventlet 5 years ago
tox.ini fix tox python3 overrides 5 years ago

README.rst

openstack/nova-zvm Project

About this project

This project provides a Nova virtualization driver for the z/VM hypervisor of IBM z Systems and IBM LinuxOne machines.

z/VM provides a highly secure and scalable enterprise cloud infrastructure and an environment for efficiently running multiple diverse critical applications on IBM z Systems and IBM LinuxONE with support for more virtual servers than any other platform in a single footprint. These z/VM virtual servers can run Linux, z/OS and more. The detailed information can be found at http://www.vm.ibm.com/

The KVM hypervisors on z Systems and LinuxONE machines are supported by separate Nova virtualization drivers:

  • KVM is supported by the standard libvirt/KVM driver in the openstack/nova project.