Utility library for managing HP Proliant servers (used in Ironic iLO drivers).
Go to file
Nisha Agarwal 373216098e ILO: Add nic_capacity to capabilities
This commit adds a new ipmi module to execute ipmi
commands and get NIC capacity with it.

Implements: blueprint ilo-properties-capabilities-discovery
Change-Id: Ibeefe1d4e575a032427bcbd3fb40b7d1609440b8
2015-04-08 15:08:21 +00:00
doc Add hpssa module to proliantutils 2015-02-13 09:36:26 +00:00
proliantutils ILO: Add nic_capacity to capabilities 2015-04-08 15:08:21 +00:00
.gitignore Add hpssa module to proliantutils 2015-02-13 09:36:26 +00:00
.testr.conf Add tox for proliantutils module 2015-02-03 03:14:24 -08:00
AUTHORS Fix minor space issues in ribcl module 2015-02-03 01:31:09 -08:00
ChangeLog Add tox for proliantutils module 2015-02-03 03:14:24 -08:00
LICENSE Initial commit 2014-05-26 03:40:34 -07:00
README.md Add support for pbr 2015-02-03 01:27:30 -08:00
README.rst Add support for pbr 2015-02-03 01:27:30 -08:00
requirements.txt Add Proliant Hardware Manager for IPA 2015-02-20 15:58:01 +05:30
setup.cfg Add Proliant Hardware Manager for IPA 2015-02-20 15:58:01 +05:30
setup.py Add support for pbr 2015-02-03 01:27:30 -08:00
test-requirements.txt ILO: Add unit tests for ris.RISOperations._rest_op 2015-03-20 06:53:36 +00:00
tox.ini Add tox for proliantutils module 2015-02-03 03:14:24 -08:00

README.md

============== Proliant Utils

Proliant Management Tools provides python libraries for interfacing and managing various devices(like iLO) present in HP Proliant Servers.

Currently, this module offers a library to interface to iLO4 using RIBCL.

#!/usr/bin/python

from proliantutils.ilo import ribcl

ilo_client = ribcl.IloClient('1.2.3.4', 'Administrator', 'password')
print ilo_client.get_host_power_status()