Utility library for managing HP Proliant servers (used in Ironic iLO drivers).
Go to file
Anusha Ramineni 1fb02bc45b UPDATE_PERSISTENT_BOOT to work for Gen9 servers
This commit is to modify UPDATE_PERSISTENT_BOOT to support Gen9
servers.
2014-10-31 15:03:03 +05:30
doc Adding Documentation to ribcl module 2014-06-20 10:07:44 +05:30
proliantutils UPDATE_PERSISTENT_BOOT to work for Gen9 servers 2014-10-31 15:03:03 +05:30
.gitignore Initial commit 2014-05-26 03:40:34 -07:00
AUTHORS Updated minor space issues in ribcl 2014-09-12 18:55:03 +05:30
ChangeLog Updated minor space issues in ribcl 2014-09-12 18:55:03 +05:30
LICENSE Initial commit 2014-05-26 03:40:34 -07:00
README.md Add support for pbr 2014-06-24 12:30:33 +05:30
README.rst Add support for pbr 2014-06-24 12:30:33 +05:30
setup.cfg Add support for pbr 2014-06-24 12:30:33 +05:30
setup.py Add support for pbr 2014-06-24 12:30:33 +05:30

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()