python-redfish/dmtf
Bruno Cornec 56c9f0a910 Update to Redfish 1.0.0 (official)
- Update Redfish spec and schema to version 1.0.0
- Update Redfish simulator to version 0.99.0a
- Comply with Redfish 1.0.0 by changing remaining refs from /rest/v1 to /redfish/v1
- Adds a README to explain how to use the Docker container to launch the
  DMTF Redfish mockup in order to test without hardware
- Update spec file for local usage
2015-08-31 15:47:33 +02:00
..
buildImage.sh Update to Redfish 1.0.0 (official) 2015-08-31 15:47:33 +02:00
Dockerfile Update to Redfish 1.0.0 (official) 2015-08-31 15:47:33 +02:00
DSP0266_1.0.0.pdf Update to Redfish 1.0.0 (official) 2015-08-31 15:47:33 +02:00
DSP2043_0.99.0a.zip Update to Redfish 1.0.0 (official) 2015-08-31 15:47:33 +02:00
DSP8010_1.0.0.zip Update to Redfish 1.0.0 (official) 2015-08-31 15:47:33 +02:00
README.rst Update to Redfish 1.0.0 (official) 2015-08-31 15:47:33 +02:00
redfish-setup.sh Update to Redfish 1.0.0 (official) 2015-08-31 15:47:33 +02:00
run-redfish-simulator.sh Update to Redfish 1.0.0 (official) 2015-08-31 15:47:33 +02:00

DMTF Redfish specification

This directory contains the current references from the DMTF on the Redfish specification (1.0.0 at the time of the writing)

In order to ease test, the DMTF has published a mockup environment to simulate a Redfish based system so it is possible to write programs without real Redfish compliant hardware platform.

Docker container

In order to help testing python-redfish, this directory provides a script which you should be able to run on your system (providing you have docker support and a docker registry) which will create a docker container running the DMTF Redfish mockup on the port 8000.

To build your container, just issue: ./buildImage.sh To launch it, just issue: ./run-redfish-simulator.sh To use it, just issue: firefox http://localhost:8000/redfish/v1

Systems entry point: http://localhost:8000/redfish/v1/Systems

Chassis entry point: http://localhost:8000/redfish/v1/Chassis

Managers entry point: http://localhost:8000/redfish/v1/Managers