tree: eda02a8c357513ed8a382c180f150517cc55dd1c [path history] [tgz]
  1. Dockerfile
  2. Makefile
  3. README.md
  4. mockup/
mock-redfish-server/README.md

This is a mockup of an OLT Running Redfish.

It may be started as follows:

docker build -t opendcord/redfish-mockup-server:latest -f Dockerfile.redfish_mockup_server .
docker run -d -p 127.0.0.1:8401:8001 opencord/redfish-mockup-server:latest

The mockup was generated by running https://github.com/DMTF/Redfish-Mockup-Creator against a physical Edgecore OLT.