Python library and client for Redfish support
Go to file
2015-03-25 13:46:58 -07:00
doc/source cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07:00
docs ReSync initial commit 2015-03-23 13:11:05 -05:00
python-redfish cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07: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
README.md update readme to point to examples 2015-03-23 14:10:22 -05:00
requirements.txt cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -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 cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07:00

python-proliant-sdk

This repository will be used to house the Python ProLiant SDK. This SDK will be used to help Python developers communicate with the HP ProLiant REST API.

Directory Structure

  • docs - Links to documents discussing the HP RESTful API
  • examples - Examples of routine server maintenance using the HP RESTful API

Requirements

To use the enclosed examples, you will need Python 2.7, and a ProLiant server running iLO 4 with network access to the iLO network port. Note that Python 2.7.9 enforces greater SSL verification requiring server certificates be installed. Parameters to relax the requirements are available in the sample scripts, but these configurations are discouraged due to security concerns.

Shortcuts