Change the documentation to reference Redfish specification. Remove HP and iLO specific references

This commit is contained in:
sae8055
2015-03-25 21:27:11 +01:00
parent 4b62406ce9
commit 3d941108d8
5 changed files with 12 additions and 12 deletions

View File

@@ -1,14 +1,14 @@
# 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](http://hp.com/go/restfulapi).
# python-redfish
This repository will be used to house the Redfish python library. This library will be used to help Python developers communicate with the [Redfish API](http://www.redfishspecification.org/).
## Directory Structure
- **docs** - Links to documents discussing the HP RESTful API
- **examples** - Examples of routine server maintenance using the HP RESTful API
- **docs** - Links to documents discussing the Redfish Specification
- **python-redfish** - The python Redfish library
## Requirements
To use the enclosed examples, you will need [Python 2.7](https://www.python.org/downloads/), 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.
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 concerns.
## Shortcuts
- **repo webpage** - Shortened URL (http://git.io/hbp5) <div data-long-uri="https://github.com/HewlettPackard/python-proliant-sdk"></div>
- **repo zip archive** - Shortened URL (http://git.io/hbj9) <div data-long-uri="https://github.com/HewlettPackard/python-proliant-sdk/zipball/master"></div>
- **repo tar archive** - Shortened URL (http://git.io/hbhp) <div data-long-uri="https://github.com/HewlettPackard/python-proliant-sdk/tarball/master"></div>
- **repo webpage** - Shortened URL (http://git.io/hbp5) <div data-long-uri="https://github.com/devananda/python-redfish"></div>
- **repo zip archive** - Shortened URL (http://git.io/hbj9) <div data-long-uri="https://github.com/devananda/python-redfish/zipball/master"></div>
- **repo tar archive** - Shortened URL (http://git.io/hbhp) <div data-long-uri="https://github.com/devananda/python-redfish/tarball/master"></div>

View File

@@ -1,2 +0,0 @@
# Managing HP Servers Using the HP RESTful API for iLO
The overall protocol documentation can be found [here](http://h20564.www2.hp.com/hpsc/doc/public/display?docId=c04423967 "Managing HP Servers Using the HP RESTful API for iLO").

View File

@@ -0,0 +1,2 @@
# Redfish: Data Model and Schema
The data model documentation can be found [here](http://www.redfishspecification.org/redfish-data-model-and-schema/ "Redfish: Data Model and Schema").

View File

@@ -0,0 +1,2 @@
# Redfish Specification
The overall protocol documentation can be found [here](http://www.redfishspecification.org/ "Redfish Specification").

View File

@@ -1,2 +0,0 @@
# iLO 4 REST API Data Model
The data model documentation can be found [here](http://h20564.www2.hp.com/hpsc/doc/public/display?docId=c04423960 "HP RESTful API Data Model Reference for iLO 4").