Skip to content

AevaOnline/python-redfish

This branch is 52 commits ahead of, 99 commits behind HewlettPackard/python-ilorest-library-old:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

359b5db · Sep 9, 2015

History

60 Commits
Aug 31, 2015
Mar 25, 2015
Apr 4, 2015
Aug 31, 2015
Mar 25, 2015
Mar 23, 2015
Mar 23, 2015
Mar 25, 2015
Mar 25, 2015
Mar 25, 2015
Mar 25, 2015
Mar 25, 2015
Mar 23, 2015
Mar 25, 2015
Aug 31, 2015
Mar 25, 2015
Mar 25, 2015
Aug 31, 2015
Apr 4, 2015
Mar 25, 2015
Mar 25, 2015
Mar 25, 2015
Mar 29, 2015

Repository files navigation

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/

About

Python library for RedFish RESTful API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.6%
  • Shell 3.4%