Release Note Content: Updated text with writing scrub

Rewrote various areas for better presentation and use of
grammar.

Change-Id: I4a96b9896aced0c62b93a4e4c61bbd8d69d1ffd7
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
This commit is contained in:
Scott Rifenbark 2018-10-23 09:58:22 -07:00
parent 8a1afec67c
commit 0cfdfc1bc0
1 changed files with 20 additions and 18 deletions

View File

@ -1,34 +1,36 @@
--- ---
prelude: > prelude: >
The StarlingX Config project is a new repository that: The StarlingX Config project is a new repository that provides the
- Provides Host Installation, Inventory Discovery and Host Configuration, following:
(NOTE will move to Host Management in future). - Host Installation.
- Provides System-level Configuration and Configuration of - Inventory Discovery.
StarlingX Platform Services. - Host Configuration, which moves to Host Management in future.
- Provides API, Horizon and CLI services for all Main Components. - System-level Configuration.
- Configures various services in StarlingX. - Configuration of StarlingX Platform Services.
- API, Horizon and CLI services for all Main Components.
- Configuration for various services in StarlingX.
features: features:
- | - |
Installation Installation:
- Auto-discover new nodes. - Auto-discover new nodes.
- Manage installation parameters (i.e. console, root disks). - Manage installation parameters (i.e. console and root disks).
- Bulk provisioning of nodes through xml file. - Bulk provisioning of nodes through xml file.
- Installation progress indicators. - Installation progress indicators.
- | - |
Inventory Discovery Inventory Discovery:
- CPU/cores, SMT, processors, memory, huge pages. - CPU/cores, SMT, processors, memory, and huge pages.
- Storage, ports. - Storage, ports.
- GPUs, crypto/compression H/W, LLDP neighbor info. - GPUs, crypto/compression H/W, and LLDP neighbor information.
- | - |
Nodal Configuration Nodal Configuration:
- Node role, role profiles. - Node role and role profiles.
- Core, memory (including huge page) assignments. - Core and memory (including huge page) assignments.
- Network Interfaces and storage assignments. - Network Interfaces and storage assignments.
- Bulk configuration of nodes via system profiles. - Bulk configuration of nodes through system profiles.
- | - |
User Interface User Interface:
- REST API, Horizon GUI and “system” CLI commandsuite. - REST API, Horizon GUI, and “system” CLI commandsuite.