IBM System z DPM virtualization driver for OpenStack Nova
Go to file
Andreas Scheuring 3746cf3f1e Use os-dpm
Os-dpm [1] is a shared library between nova-dpm and networking-dpm.
For now it contains the common config options between those 2
projects.

This patch switches over to use os-dpm. Config options that where
duplicates between nova-dpm and os-dpm, are now removed from
nova-dpm. This affects

* hmc
* hmc_password
* hmc_username
* cpc_object_id

Change-Id: If0b877101a9603ce04a5e0aaba3d4b9359b8d0fd
Closes-Bug: #1661315
2017-02-03 08:34:12 +01:00
devstack Changed name of cpc_uuid config option to cpc_object_id 2017-02-02 17:33:15 +01:00
doc rtd: revert release notes creation (partially) 2017-02-02 17:09:14 +01:00
etc/nova Enable configfile autogeneration 2017-01-26 14:28:28 +01:00
nova Devstack setup for nova-dpm 2016-12-15 13:25:28 +00:00
nova_dpm Use os-dpm 2017-02-03 08:34:12 +01:00
tools Install stable zhmcclient via requirements.txt 2017-01-13 11:34:17 +01:00
.coveragerc Fix an issue where no test coverage report is created 2017-01-13 16:36:42 -06:00
.gitignore Enable configfile autogeneration 2017-01-26 14:28:28 +01:00
.gitreview Added .gitreview 2016-11-11 18:14:30 +00:00
.testr.conf Initial Cookiecutter Commit 2016-12-01 12:48:30 +05:30
CONTRIBUTING.rst Initial Cookiecutter Commit 2016-12-01 12:48:30 +05:30
HACKING.rst Initial Cookiecutter Commit 2016-12-01 12:48:30 +05:30
LICENSE Initial Cookiecutter Commit 2016-12-01 12:48:30 +05:30
README.rst Merge "Docs: Add Feature Support Matrix" 2017-02-02 06:48:12 +00:00
babel.cfg Initial Cookiecutter Commit 2016-12-01 12:48:30 +05:30
requirements.txt Use os-dpm 2017-02-03 08:34:12 +01:00
setup.cfg Enable configfile autogeneration 2017-01-26 14:28:28 +01:00
setup.py Updated from global requirements 2016-12-19 09:04:15 +00:00
test-requirements.txt Use os-dpm 2017-02-03 08:34:12 +01:00
tox.ini Docs: Add Release Notes 2017-02-01 18:05:56 +01:00

README.rst

nova-dpm

OpenStack Nova driver and agent for IBM z Systems PR/SM hypervisor in DPM mode

On IBM z Systems, certain workloads run better in a logical partition than in a virtual machine of a software hypervisor such as KVM or z/VM.

The IBM z13 system (and IBM LinuxONE) introduced a new administrative mode named "Dynamic Partition Manager" (DPM) that allows for managing the firmware-based logical partition hypervisor (PR/SM) with the dynamic capabilities known from software-based hypervisors.

These new dynamic capabilities provided by the DPM mode enables PR/SM to act as a hypervisor managed by OpenStack using Nova.

This project supports adding the PR/SM hypervisor in DPM mode as a Nova hypervisor platform, by implementing a new Nova driver.

The other hypervisors on z Systems such as z/VM and KVM are already supported by OpenStack via Nova drivers. These drivers will continue to be supported. Adding support for PR/SM DPM allows addressing customers that need or want to run their workloads in logical partitions, and provides the advantage for them of using OpenStack as a uniform, standard, cloud management platform on z Systems.