Python library for Rack Scale Design
Go to file
Lin Yang f6d3ec88ef Ignore vscode related files in .gitignore
Change-Id: Ie894cc966db479bb3f243b6da31fe2d6003b1a83
2019-09-10 11:04:20 -07:00
doc/source Apply python code style to usage doc 2018-12-10 09:50:02 -08:00
releasenotes Initial Cookiecutter Commit. 2017-08-02 14:57:06 -07:00
rsd_lib Add missing attribute in Chassis in RSD 2.3 2019-07-24 17:00:22 +08:00
.coveragerc Initial Cookiecutter Commit. 2017-08-02 14:57:06 -07:00
.gitignore Ignore vscode related files in .gitignore 2019-09-10 11:04:20 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:50:03 +00:00
.mailmap Initial Cookiecutter Commit. 2017-08-02 14:57:06 -07:00
.testr.conf Initial Cookiecutter Commit. 2017-08-02 14:57:06 -07:00
babel.cfg Initial Cookiecutter Commit. 2017-08-02 14:57:06 -07:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2017-08-02 14:57:06 -07:00
HACKING.rst Update the URL in HACKING.rst 2018-09-23 17:34:23 +08:00
LICENSE Initial Cookiecutter Commit. 2017-08-02 14:57:06 -07:00
README.rst Modify url of documentation 2019-07-19 13:16:47 +08:00
requirements.txt Strict sushy version to 1.8.1 2019-09-10 11:04:20 -07:00
setup.cfg Replace openstack.org URLs with opendev.org URLs 2019-05-09 19:21:25 +08:00
setup.py Initial Cookiecutter Commit. 2017-08-02 14:57:06 -07:00
test-requirements.txt Initial Cookiecutter Commit. 2017-08-02 14:57:06 -07:00
tox.ini Replace openstack.org URLs with opendev.org URLs 2019-05-09 19:21:25 +08:00

rsd-lib

Extended Sushy library for Rack Scale Design

This library extends the existing Sushy library to include functionality for Intel RackScale Design enabled hardware. Capabilities include logical node composition and decomposition, remote storage discovery and composition, and NVMe over PCIe drive attaching and detaching to logical nodes.

It supports the API interface of RSD version 2.1, 2.2 and 2.3 now. Part of RSD 2.4 API have been supported, and the rest of them are still under implementation.