Merge "Update release notes"

This commit is contained in:
Jenkins 2017-09-15 07:20:31 +00:00 committed by Gerrit Code Review
commit 2e59fb3a1f
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

@ -2,4 +2,4 @@
features:
- Introduce Guru to Mogan. Guru is a mechanism whereby developers and system
administrators can generate a report about the state of a running Mogan
executable. This report is called a *Guru Meditation Report*.
executable. This report is called a *Guru Meditation Report*.

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.