IBM System z DPM virtualization driver for OpenStack Nova
Go to file
preethipy 00c646ab77 Devstack setup for nova-dpm
+ Updated tox.ini to install nova
+ Modified tox_install script to install zhmcclient requirements and removed
conditional nova installation check because new folder nova introduced for
devstack setup always returns true for the check that verifies if nova is
already installed

blueprint: devstack-setup-nova

Change-Id: I0c16e4bdda38eb331fa76010e39b5d8457475af4
2016-12-15 13:25:28 +00:00
devstack Devstack setup for nova-dpm 2016-12-15 13:25:28 +00:00
doc/source Initial Cookiecutter Commit 2016-12-01 12:48:30 +05:30
nova Devstack setup for nova-dpm 2016-12-15 13:25:28 +00:00
nova_dpm Driver code for CPCSubset listing feature 2016-12-14 13:47:39 +05:30
tools Devstack setup for nova-dpm 2016-12-15 13:25:28 +00:00
.coveragerc Initial Cookiecutter Commit 2016-12-01 12:48:30 +05:30
.gitignore Initial Cookiecutter Commit 2016-12-01 12:48:30 +05:30
.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 Initial Cookiecutter Commit 2016-12-01 12:48:30 +05:30
babel.cfg Initial Cookiecutter Commit 2016-12-01 12:48:30 +05:30
requirements.txt Initial Cookiecutter Commit 2016-12-01 12:48:30 +05:30
setup.cfg Devstack setup for nova-dpm 2016-12-15 13:25:28 +00:00
setup.py Initial Cookiecutter Commit 2016-12-01 12:48:30 +05:30
test-requirements.txt Initial Cookiecutter Commit 2016-12-01 12:48:30 +05:30
tox.ini Devstack setup for nova-dpm 2016-12-15 13:25:28 +00: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.

Features

  • TODO