From 4cec83fffe8d93d719530eca05af19bad0d082a1 Mon Sep 17 00:00:00 2001 From: Markus Zoeller Date: Tue, 21 Feb 2017 17:18:24 +0100 Subject: [PATCH] Add Ocata (1.0.0) release notes We publish our docs on ReadTheDocs (RTD). We also want to use "reno" as release notes tools. Reno has issues to determine the repo root when it gets used in an RTD build (see bug 1661319). The bug is solved in reno>2.0.3 but that will be released *after* the Ocata release. This means we need an interim solution to have release notes ready at the same time when the actual release is happening. This change is this interim solution. Change-Id: I90c5419b7338b312a469308a59501f3bd0ef02ba Co-Authored-By: Sreeram Vancheeswaran (cherry picked from commit a3e4d40811fb01318b3e5b35dd27dc09a0b295ea) --- doc/source/history.rst | 45 +++++++++++++++++++ doc/source/index.rst | 2 +- doc/source/releasenotes/source/unreleased.rst | 8 ---- 3 files changed, 46 insertions(+), 9 deletions(-) create mode 100644 doc/source/history.rst delete mode 100644 doc/source/releasenotes/source/unreleased.rst diff --git a/doc/source/history.rst b/doc/source/history.rst new file mode 100644 index 0000000..e309144 --- /dev/null +++ b/doc/source/history.rst @@ -0,0 +1,45 @@ +============= +Release Notes +============= + +1.0.0 +===== + +*nova-dpm* 1.0.0 is the first release of the 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. + +New Features +------------ + +* Configure a compute node to manage and consume only + a subset of a *z Systems* CPC in DPM mode. +* CPC subsetting is hidden from users and they are treated + like normal hosts in OpenStack. +* Spawn instance from FCP volume. +* Instance lifecycle management. +* Use flat networking. + +Known Issues +------------ + +* VLAN and tunneled networks are not supported in this release. +* Cinder driver for Storwize V7000 Unified returns additional WWPN's + which are tagged as NAS, which are used for internal connections. + The invalid target WWPN's need to be blacklisted in nova + configuration parameters. +* Fibre Channel Multipathing is not supported. +* The configuration parameter ``[DEFAULT].host`` cannot be more than + 17 characters in length. +* Networking: 12 ports per partition at the maximum. +* Networking: In the guest image, always port 0 of an network adapter gets + autoconfigured. If port 1 should be used, manually deconfigure port 0 and + configure port 1 in the operating system of the launched instance. +* Boot from image is not available. Boot from volume has to be used. +* Only a single fibre channel network is supported. Configured storage + adapters and cinder fibre channel backends must all use the same fibre + channel network. +* The configured maximum number of partitions (``[dpm].max_instances``) + is not yet enforced. +* All bug reports are listed at: https://bugs.launchpad.net/nova-dpm diff --git a/doc/source/index.rst b/doc/source/index.rst index c068163..af17669 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -49,7 +49,7 @@ Overview .. toctree:: :maxdepth: 2 - releasenotes/source/unreleased + history topology support-matrix diff --git a/doc/source/releasenotes/source/unreleased.rst b/doc/source/releasenotes/source/unreleased.rst deleted file mode 100644 index 7ce5f41..0000000 --- a/doc/source/releasenotes/source/unreleased.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. Documentation for this reno sphinx ext can be found at - http://docs.openstack.org/developer/reno/sphinxext.html - -============================ -Current Series Release Notes -============================ - -TODO