Python library for Rack Scale Design
Go to file
Lin Yang 609075345c Reformat all files with black auto formatter
Change-Id: I037b6b4a8d08862893060c5fe85865e9e11ac486
2019-09-11 16:36:53 -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 Reformat all files with black auto formatter 2019-09-11 16:36:53 -07: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
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
babel.cfg Initial Cookiecutter Commit. 2017-08-02 14:57:06 -07:00
requirements.txt Update sushy dependency to 2.0.0 2019-09-10 13:36:00 -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

README.rst

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.