905a11f94c297188ae46e2b3b04a582b8e857632
This commit adds the disk allocator which allocates physical disks to create requests (if physical_disks were not provided in the input). This commit modifies the size of disks in the test input data to facilitate writing easy test casese for disk allocator. Implements: blueprint hpssa-support Change-Id: I7b48aa68cb9305596ab772a410d2c497313935b6
============== 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()
Description
Languages
Python
100%