e535293c68
The Host Hardware Profiles for creating re-usable configuration templates for hosts are no longer maintained or supported and should be removed from code. Including : CPU, Interface, Storage and Memory profiles. profile categories: * cpu * memory * storage * interfaces topics: * remove objects * update models * update documentation * remove import/export profile apis * remove and update unit tests * new version script for migration upgrade Test Plan / Failure Path: PASS: Verify profile feature is removed on system upgrade without existing previous profiles. PASS: Verify profile feature is removed on system upgrade with existing previous profiles. PASS: Verify profile feature is removed on fresh install. Regression: PASS: Verify that the Horizon GUI remains navigable. PASS: Verify non-affected system commands remains listed. Story: 2009163 Task: 43159 Signed-off-by: Pablo Bovina <pablo.bovina@windriver.com> Depends-On: https://review.opendev.org/c/starlingx/config/+/806800 Change-Id: Id828365920ce179e347acf0de5d3ed6af09efcbd
36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
---
|
|
prelude: >
|
|
The StarlingX Config project is a new repository that provides the
|
|
following:
|
|
- Host Installation.
|
|
- Inventory Discovery.
|
|
- Host Configuration, which moves to Host Management in future.
|
|
- System-level Configuration.
|
|
- Configuration of StarlingX Platform Services.
|
|
- API, Horizon and CLI services for all Main Components.
|
|
- Configuration for various services in StarlingX.
|
|
features:
|
|
- |
|
|
Installation:
|
|
|
|
- Auto-discover new nodes.
|
|
- Manage installation parameters (i.e. console and root disks).
|
|
- Bulk provisioning of nodes through xml file.
|
|
- Installation progress indicators.
|
|
- |
|
|
Inventory Discovery:
|
|
|
|
- CPU/cores, SMT, processors, memory, and huge pages.
|
|
- Storage, ports.
|
|
- GPUs, crypto/compression H/W, and LLDP neighbor information.
|
|
- |
|
|
Nodal Configuration:
|
|
|
|
- Node role and role profiles.
|
|
- Core and memory (including huge page) assignments.
|
|
- Network Interfaces and storage assignments.
|
|
- |
|
|
User Interface:
|
|
|
|
- REST API, Horizon GUI, and “system” CLI commandsuite.
|