Shared library for networking-dpm and nova-dpm
Go to file
Andreas Scheuring b66d960537 Add DPMObjectId configuration object
This patch adds a new DPMObjectId configuraiton object and
corresponding type to os-dpm. This new configuration object
represents a DPM object id. It inlcudes validation if the
given config value has the correct object-id format.

It allows upper and lower case values to be defined, however
internally it converts everything to lower case (which is required by
the hmc webservices).

Example for a valid object-id:
  fa1f2466-12df-311a-804c-4ed2cc1d656b

Change-Id: I6b446f9634a018e005e112cf1e3f9cc7f6fb4a1b
2017-04-20 11:34:44 +02:00
doc/source Inital cookiecutter commit 2017-01-13 13:37:33 +01:00
os_dpm Add DPMObjectId configuration object 2017-04-20 11:34:44 +02:00
releasenotes Inital cookiecutter commit 2017-01-13 13:37:33 +01:00
tools tox: don't check upper constraints 2017-01-17 14:49:05 +01:00
.coveragerc Fix an issue where no test coverage report is created 2017-01-17 15:10:36 +01:00
.gitignore Inital cookiecutter commit 2017-01-13 13:37:33 +01:00
.gitreview Added .gitreview 2017-01-12 19:04:34 +00:00
.mailmap Inital cookiecutter commit 2017-01-13 13:37:33 +01:00
.testr.conf Inital cookiecutter commit 2017-01-13 13:37:33 +01:00
CONTRIBUTING.rst Inital cookiecutter commit 2017-01-13 13:37:33 +01:00
HACKING.rst Inital cookiecutter commit 2017-01-13 13:37:33 +01:00
LICENSE Inital cookiecutter commit 2017-01-13 13:37:33 +01:00
README.rst Inital cookiecutter commit 2017-01-13 13:37:33 +01:00
babel.cfg Inital cookiecutter commit 2017-01-13 13:37:33 +01:00
requirements.txt Inital cookiecutter commit 2017-01-13 13:37:33 +01:00
setup.cfg Inital cookiecutter commit 2017-01-13 13:37:33 +01:00
setup.py Inital cookiecutter commit 2017-01-13 13:37:33 +01:00
test-requirements.txt Tests for testing config 2017-01-17 15:02:39 +01:00
tox.ini Fix an issue where no test coverage report is created 2017-01-17 15:10:36 +01:00

README.rst

os-dpm

OpenStack Shared library for IBM z Systems PR/SM hypervisor in DPM mode

The IBM z Systems (and IBM LinuxONE) "Dynamic Partition Manager" (DPM) allows managing the firmware-based logical partition hypervisor (PR/SM) with the dynamic capabilities known from software-based hypervisors. This project holds common files between nova-dpm [1] and networking-dpm [2].

[1] https://github.com/openstack/nova-dpm [2] https://github.com/openstack/networking-dpm

Features

  • TODO