Go to file
Andreas Scheuring d4a3e6a58b Change how we set the boot-os-specific-params for a nic
For each nic we need to add some data to the partitions
boot-os-specific-parameters property. Till now we were accumulating
everything to a single string which set the property once. The new
approach is to update the property for each nic.

This leads to more read/write accesses on this partition property. But
on the other hand we're gaining flexibility. E.g. someone might want to
add a NIC after spawn. Or some other data should be added. Those
scenarios were not supported in the past.

This is also helpful to move this code into the partitioninstance
class. In the future this action might not be required for all type of
partitions (e.g. not for ssc).

Change-Id: I0262f2660b3e89b455bb1b1ece016342c8347c80
2018-01-16 13:14:19 +01:00
2017-01-26 14:28:28 +01:00
2016-12-15 13:25:28 +00:00
2017-02-20 09:34:19 +01:00
2016-11-11 18:14:30 +00:00
2016-12-01 12:48:30 +05:30
2016-12-01 12:48:30 +05:30
2016-12-01 12:48:30 +05:30
2017-02-07 15:47:55 +01:00
2017-03-07 12:24:01 +00:00
2017-04-13 12:07:17 +05:30

openstack/nova-dpm Project

About this project

This project provides a Nova virtualization driver for the PR/SM hypervisor of IBM z Systems and IBM LinuxOne machines that are in the DPM (Dynamic Partition Manager) administrative mode.

The DPM mode enables dynamic capabilities of the firmware-based PR/SM hypervisor that are usually known from software-based hypervisors, such as creation, deletion and modification of partitions (i.e. virtual machines) and virtual devices within these partitions, and dynamic assignment of these virtual devices to physical I/O adapters.

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

Description
IBM System z DPM virtualization driver for OpenStack Nova
Readme 3.3 MiB
Languages
Python 89%
Shell 10.5%
reStructuredText 0.5%