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:
parent
d45a8de43c
commit
647b1ce151
@ -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.
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
features:
|
||||
- Support to get console from bms, introduce the console API, consoleauth
|
||||
manager and shellinabox console proxy.
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
features:
|
||||
- Introduce taskflow in creation process of server, which could support to
|
||||
rollback in the process of creating an server.
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
features:
|
||||
- Add floating IP related methods, so users can associate/disassociate FIP
|
||||
to their servers.
|
@ -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*.
|
@ -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.
|
6
releasenotes/notes/node-aggregates-2f932693645b133b.yaml
Normal file
6
releasenotes/notes/node-aggregates-2f932693645b133b.yaml
Normal 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.
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
features:
|
||||
- Introduce versioned notification base, and add instances action
|
||||
notification in Mogan.
|
@ -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.
|
@ -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.
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
Add support for serial protocol console, there are two connection types,
|
||||
shellinabox and socat.
|
4
releasenotes/notes/server-groups-e5235bdd90edc312.yaml
Normal file
4
releasenotes/notes/server-groups-e5235bdd90edc312.yaml
Normal 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".
|
@ -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.
|
@ -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.
|
@ -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.
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
features:
|
||||
- Support to rebuild the baremetal server in Mogan. This feature allows
|
||||
users to redeploy their servers.
|
Loading…
Reference in New Issue
Block a user