A set of tools to support the development and test of the Sushy library
Go to file
maelk 794ca7f3e3 Store virtual media device changes persistently
Prior to this patch, ejecting virtual media was not communicated
to libvirt effectively  leaving virtual media inserted.

Also, changing virtual media properties has not been stored
persistently in the emulator.

Co-Authored-By: Ilya Etingof <etingof@gmail.com>
Change-Id: Ib5505c9a5dbd55bba81bcd6bd5ba315e944e8896
2019-09-10 15:48:44 +02:00
doc/source Merge "Fix non-functional driver configuration on Py2" 2019-09-10 13:44:23 +00:00
releasenotes Add Drive resource support 2019-09-04 20:32:12 +05:30
sushy_tools Store virtual media device changes persistently 2019-09-10 15:48:44 +02:00
zuul.d Update Python 3 test runtimes for Train 2019-06-13 14:09:24 +08: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 update git.openstack.org to opendev 2019-04-29 10:47:38 +08: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.