A set of tools to support the development and test of the Sushy library
Go to file
Riccardo Pittau 87b7e00c57 Correct doc link to point to sushy-tools docs
Change-Id: I13521f253f68bb4595cbf80918034ef1a071374e
2019-10-25 10:35:19 +02:00
doc/source Merge "Add Volume resource support" 2019-09-10 13:55:04 +00:00
releasenotes Fix libvirt set-boot-image implementation 2019-10-01 17:37:14 +02:00
sushy_tools Fix libvirt set-boot-image implementation 2019-10-01 17:37:14 +02:00
zuul.d Switch to Ussuri job 2019-10-21 16:49:04 +02:00
.coveragerc Initial Commit 2017-04-06 17:05:16 +01:00
.gitignore Switch to use stestr for unit test 2018-07-27 08:14:22 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:44:40 +00:00
.mailmap Initial Commit 2017-04-06 17:05:16 +01:00
.stestr.conf Switch to use stestr for unit test 2018-07-27 08:14:22 +07:00
CONTRIBUTING.rst Initial Commit 2017-04-06 17:05:16 +01:00
HACKING.rst Update the URL in HACKING.rst 2018-09-23 16:38:42 +08:00
LICENSE Initial Commit 2017-04-06 17:05:16 +01:00
README.rst Correct doc link to point to sushy-tools docs 2019-10-25 10:35:19 +02:00
bindep.txt add local bindep.txt 2019-06-29 19:40:08 +02:00
lower-constraints.txt Build pdf doc 2019-09-05 15:23:32 +08:00
requirements.txt Add missing six and requests requirements 2019-08-22 14:49:04 +02:00
setup.cfg Update Python 3 test runtimes for Train 2019-06-13 14:09:24 +08:00
setup.py Updated from global requirements 2018-01-08 13:02:05 +00:00
test-requirements.txt Build pdf doc 2019-09-05 15:23:32 +08:00
tox.ini Build pdf doc 2019-09-05 15:23:32 +08:00

README.rst

Redfish development tools

This is a set of simple simulation tools aiming at supporting the development and testing of the Redfish protocol implementations and, in particular, Sushy library (https://docs.openstack.org/sushy/).

The package ships two simulators - static Redfish responder and virtual Redfish BMC that is backed by libvirt or OpenStack cloud.

The static Redfish responder is a simple REST API server which responds the same things to client queries. It is effectively read-only.

The virtual Redfish BMC resembles the real Redfish-controlled bare-metal machine to some extent. Some client queries are translated to commands that actually control VM instances simulating bare metal hardware. However some of the Redfish commands just return static content never touching the virtualization backend and, for that matter, virtual Redfish BMC is similar to the static Redfish responser.