9 Commits

Author SHA1 Message Date
Uggla
dd66a15e02 Improve docker container management
- Simplify tagging.
- Test removal of old container.
2016-01-18 16:36:23 +01:00
Bruno Cornec
df2c027823 Merge pull request #11 from uggla/devel
My modifications for future version 0.3
2016-01-18 16:29:52 +01:00
Uggla
8697fc3907 Fix dmtf container
- Remove apache pid file. So it allows to restart the mockup after a
  brutal shutdown of the container.
2016-01-18 10:58:26 +01:00
Bruno Cornec
d88d55ad71 Update DMTF Redfish spec to latest versions
We're keeping the previous version to be able to still support them
2016-01-11 21:31:25 +01:00
Bruno Cornec
f844afc49b First working 0.1 version
- Uses tortilla lib to wrap the REST API (dep)
- Uses python requests to manage login/logout (dep)
- Provides 2 functional working examples with Redfish simulator and
  ProLiant server or Moonshot Server
- Remove OpenStack deps as this code has to be usable outside of
  OpenStack
- Provides a configuration file to handle credentials and connection
  URL
- Provides a mapping class to handle multiple versions of Redfish
  (in this version, 0.95.0 for ProLiant and 1.0.0 for mockup)
- Provides a first action reset_server to ... reset system
  The action is commented into simple-proliant.py to not do
  unexpected reset.
- Provides a first retrieving function get_bios_version to get the
  BIOS version of a system.
- Add basic logging capability
- Clean up to meet pep8 and doc strings (in progress).
2015-12-02 20:33:03 +01:00
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
Uggla
5da62f7368 - Add container and image naming (redfish-simulator)
- Add a build script
- Modify redfish-setup.sh to exit apache in a proper way
- Modify run script
2015-05-26 22:27:18 +02:00
Bruno Cornec
e556fb0ac6 Adds file to have a container with a Redfish mockup for testing 2015-05-20 01:48:51 +02:00
Bruno Cornec
e726598890 Update to latest DMTF specification version
- Store the current Redfish tools and specification provided by the DMTF
  under the dmtf dir
- Update references to the new version published in May (0.96.0a)
2015-05-18 06:54:18 +02:00