Update release notes

This makes our releasenotes only include advanced features which cant't
get from current OpenStack ecosystem. Will follow the release notes
rules after the coming first release.

Change-Id: Ie03f98b7d7791038140ddb10d9b4bb697460f2f8
This commit is contained in:
Zhenguo Niu 2017-09-12 17:03:09 +08:00
parent d45a8de43c
commit 647b1ce151
16 changed files with 29 additions and 39 deletions

View File

@ -1,5 +0,0 @@
---
features:
- Add ssh keypair support for baremetal servers like nova, as admin_pass
is not worked with cloud-init by default, keypair is a must for users to
access and manage the servers.

View File

@ -1,4 +0,0 @@
---
features:
- Support to get console from bms, introduce the console API, consoleauth
manager and shellinabox console proxy.

View File

@ -1,4 +0,0 @@
---
features:
- Introduce taskflow in creation process of server, which could support to
rollback in the process of creating an server.

View File

@ -1,4 +0,0 @@
---
features:
- Add floating IP related methods, so users can associate/disassociate FIP
to their servers.

View File

@ -0,0 +1,4 @@
---
features:
Allow mogan to manage running nodes from backend drivers, which permits
an operator to migrate bare metal nodes to openstack.

View File

@ -0,0 +1,6 @@
---
features:
- |
Node aggregate allows the partition of bare metal nodes into logical groups
for server distribution. Which is quite like Nova host aggregate, but we
are based on bare metal nodes.

View File

@ -1,4 +0,0 @@
---
features:
- Introduce versioned notification base, and add instances action
notification in Mogan.

View File

@ -0,0 +1,5 @@
---
features:
Migrate resources tracking to placement service, that makes each bare metal
node a "resource provider" with a custom resource class that references the
flavor.

View File

@ -0,0 +1,5 @@
---
features:
Add root disk partitions support, allow users to specify root, ephemeral
and swap partitions when claiming a server. This feature is only available
for partition images.

View File

@ -0,0 +1,4 @@
---
features:
Add support for serial protocol console, there are two connection types,
shellinabox and socat.

View File

@ -0,0 +1,4 @@
---
features:
Add server groups support with affinity and anti-affinity policies, which
based on a special aggregate metadata "affinity zone".

View File

@ -1,4 +0,0 @@
---
features:
- Support to create multi-servers in one request of mogan. Mogan will check
and find the exact number of servers which will be created finally.

View File

@ -1,5 +0,0 @@
---
features:
- Support quota for servers in Mogan, add quota operation in creating and
deleting servers process. Now only support database quota driver by
default.

View File

@ -1,4 +0,0 @@
---
features:
- Add a lock and unlock API to change server's 'locked' status to
True or Flase. This will disallow deleting server after locking.

View File

@ -1,4 +0,0 @@
---
features:
- Support to rebuild the baremetal server in Mogan. This feature allows
users to redeploy their servers.