cf99ff0165
>> Changed project name from plasma to valence in docs. >> Fixed docstring indentation. >> Added features docs. >> Added driver docs. >> Hidden licence headers from html files. Depends-On: Ia02bc00ad168b3c3d01ef6ca9696d43996091070 Change-Id: I1fa382d566165f5e76c84ad864024c0f546ef74c |
||
---|---|---|
api-ref/source | ||
doc | ||
etc | ||
releasenotes | ||
simulator | ||
ui | ||
valence | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
install_valence.sh | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Openstack Valence Project
Overview
Valence is a service for lifecycle management of pooled bare-metal hardware infrastructure. The concept of pooled storage (SSDs or nvmE) disaggregated from compute nodes and network disaggregated from compute and storage provides the flexibility to compose and uses as and when the cloud requires more server resources. Valence provides the capability "compose" hardware nodes and release resources as needed by the overcloud.
Valence supports Redfish as default management protocol to communicate to hardware. It supports Rack Scale Design (RSD), Open architecture for management of disaggregated server hardware resources, which is standardized in Redfish. Valence also provides capability to manage other vendors disaggregated hardware using their respective drivers other than Redfish.
- Free software
-
Apache license
- Wiki
- Source
- Bugs
Feature Highlights
Valence provides the following capabilities for managing disaggregated hardware resources.
Multiple Podmanager Support
Valence provides the capability to manage multiple podmanagers. Each
podmanager can be configured to use different driver. By default,
redfishv1
driver is used.
- Currently supported drivers in Valence are:
-
redfishv1-driver
expether-driver
Future work include redfish v2 driver support. Other vendors also could implement their own driver to manage their hardware.
This provides uniform interface to manage all the disaggregated hardware in datacentre supporting different protocols.
Device Orchestration framework
Valence provides support for the dynamic management of pooled resources like storage, network and other pci devices which can be connected on demand to a composed node, giving user the ability to attach or detach the devices dynamically based on workload.
Ironic provision driver
Valence supports ironic
provision driver to be able to
register the valence composed node to ironic. Once the node is
registered further operations of provisioning/managing could be directly
performed using Ironic.
For more details on Ironic usage: Ironic API guide.
For more features please refer the Valence blueprints for supported and in-the-pipeline features.