From ae6adf84286457000b2d6dc915f66d446fd883ab Mon Sep 17 00:00:00 2001 From: Abraham Arce Date: Thu, 27 Sep 2018 10:03:48 -0500 Subject: [PATCH] [Doc] stx.2018.10 Release Summary Create stx.2018.10 release summary note. Change-Id: I8190e26cfe12b223618f9c3d3d8dbf1f4f0c0e5b Signed-off-by: Abraham Arce --- .../release-summary-6738ff2f310f9b57.yaml | 33 ++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/releasenotes/notes/release-summary-6738ff2f310f9b57.yaml b/releasenotes/notes/release-summary-6738ff2f310f9b57.yaml index eec4de2539..af7868291c 100644 --- a/releasenotes/notes/release-summary-6738ff2f310f9b57.yaml +++ b/releasenotes/notes/release-summary-6738ff2f310f9b57.yaml @@ -1,3 +1,34 @@ --- prelude: > - These release notes cover the initial release of StarlingX. + The StarlingX Config project is a new repository that: + - Provides Host Installation, Inventory Discovery and Host Configuration, + (NOTE will move to Host Management in future). + - Provides System-level Configuration and Configuration of + StarlingX Platform Services. + - Provides API, Horizon and CLI services for all Main Components. + - Configures various services in StarlingX. +features: + - | + Installation + + - Auto-discover new nodes. + - Manage installation parameters (i.e. console, root disks). + - Bulk provisioning of nodes through xml file. + - Installation progress indicators. + - | + Inventory Discovery + + - CPU/cores, SMT, processors, memory, huge pages. + - Storage, ports. + - GPUs, crypto/compression H/W, LLDP neighbor info. + - | + Nodal Configuration + + - Node role, role profiles. + - Core, memory (including huge page) assignments. + - Network Interfaces and storage assignments. + - Bulk configuration of nodes via system profiles. + - | + User Interface + + - REST API, Horizon GUI and “system” CLI commandsuite.