Python library and client for Redfish support
Go to file
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
dmtf Update to Redfish 1.0.0 (official) 2015-08-31 15:47:33 +02:00
doc/source cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07:00
examples Refactoring and adding Types 2015-04-04 08:44:22 -07:00
redfish Update to Redfish 1.0.0 (official) 2015-08-31 15:47:33 +02:00
.coveragerc cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07:00
.gitattributes Added Attributes 2015-03-23 12:05:45 -05:00
.gitignore ReSync initial commit 2015-03-23 13:11:05 -05:00
.gitreview cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07:00
.mailmap cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07:00
.testr.conf cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07:00
babel.cfg cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07:00
CONTRIBUTING.rst cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07:00
HACKING.rst cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07:00
LICENSE Initial commit 2015-03-23 11:34:43 -05:00
MANIFEST.in cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07:00
openstack-common.conf cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07:00
python-redfish.spec 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
requirements.txt Refactoring and adding Types 2015-04-04 08:44:22 -07:00
setup.cfg cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07:00
setup.py cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07:00
test-requirements.txt cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07:00
tox.ini improve tox.ini with OS conventions 2015-03-28 21:54:23 -07:00

python-redfish

This repository will be used to house the Redfish python library, a reference implementation to enable Python developers to communicate with the Redfish API (http://www.dmtf.org/standards/redfish).

NOTE:

DRAFT - WORK IN PROGRESS

The current Redfish specification revision is 1.0.0 - Note that the mockup 
is still at version 0.99.0a and may not reflect what the standard provides 
fully

Project Structure

This project follows the same convention as OpenStack projects, eg. using pbr for build and test automation:

doc/            # documentation
doc/source      # the doc source files live here
doc/build/html  # output of building any docs will go here
examples/       # any sample code using this library, eg. for education
                # should be put here
redfish/        # the redfish library
redfish/tests/  # python unit test suite

Requirements

To use the enclosed examples, you will need Python 2.7 (https://www.python.org/downloads/). Note that Python 2.7.9 enforces greater SSL verification requiring server certificates be installed. Parameters to relax the requirements are available in the library, but these configurations are discouraged due to security.

Python requirements are listed in requirements.txt; additional requirements for running the unit test suite are listed in test-requirements.txt.

Developer setup

To initialize a local development environment (eg, so you can run unit tests) you should run the following commands:

Further References

The data model documentation can be found here:

http://www.redfishspecification.org/redfish-data-model-and-schema/

The overall protocol documentation can be found here:

http://www.redfishspecification.org/