fe5391b2d9
The new httpd docker image required MPM module in the httpd.conf https://stackoverflow.com/questions/48525092/docker-httpd-configuration-error-no-mpm-loaded Change-Id: I1ef1500ff2446f82fd084e4a9d6ab43ee3657271 Signed-off-by: Valentin Boucher <valentin.boucher@kontron.com> |
||
---|---|---|
.. | ||
mockup_0.99.0a | ||
mockup_1.1.0 | ||
DSP0266_1.0.0.pdf | ||
DSP0266_1.0.1.pdf | ||
DSP0266_1.0.2.pdf | ||
DSP0266_1.0.3.pdf | ||
DSP0266_1.0.4.pdf | ||
DSP0266_1.0.5.pdf | ||
DSP0266_1.1.0.pdf | ||
DSP2043_0.99.0a.zip | ||
DSP2043_1.0.0.zip | ||
DSP2043_1.1.0.zip | ||
DSP8010_1.0.0.zip | ||
DSP8010_2016.1a.zip | ||
DSP8010_2016.2.zip | ||
DSP8010_2016.3.zip | ||
DSP8011_1.0.0a.json | ||
moonshot_data_model_reference.html | ||
README.rst |
DMTF Redfish specification
This directory contains the current references from the DMTF on the Redfish specification (1.0.1 at the time of the writing)
- The overall protocol documentation can be found online at:
- The specification can be found locally in DSP0266_1.0.1.pdf or online at:
-
http://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.0.1.pdf
- The data model documentation can be found locally in DSP8010_1.0.0.zip or online at:
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.
Note: Mockup release is still 0.99.0a and so not aligned with specification realease number.
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