diff options
author | Sam Betts <sam@code-smash.net> | 2015-09-01 12:32:23 +0100 |
---|---|---|
committer | Sam Betts <sam@code-smash.net> | 2015-09-21 18:29:43 +0100 |
commit | 363c9c38df001ba0d9499c132c13ef19b7080a9f (patch) | |
tree | f3032a135f55ccc777577172b12e4eb497a3a007 /driver-requirements.txt | |
parent | 4b5d69ffcf58cd8e044e2738b05791034da2e34a (diff) | |
download | ironic-363c9c38df001ba0d9499c132c13ef19b7080a9f.tar.gz |
Add Cisco IMC PXE Driver
Current drivers only allow for control of UCS servers via either IPMI or
UCSM, the Cisco UCS C-Series operating in standalone mode can also be
controlled via CIMC using its http/s XML API. This provides finer
control over the server than IPMI can, and doesn't require the extra
infrastructure that UCSM needs.
Change-Id: Ibd39040e3d7e82a87960d33150750433beb2453b
Implements: blueprint cisco-imc-pxe-driver
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r-- | driver-requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt index 108e92fc0..692c7e062 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -26,3 +26,6 @@ UcsSdk==0.8.2.2 # Refer documentation on how to install and configure this: # http://docs.openstack.org/developer/ironic/drivers/vbox.html pyremotevbox>=0.5.0 + +# The CIMC drivers use the Cisco IMC SDK version 0.7.1, which is avaliable from +# https://communities.cisco.com/docs/DOC-37174 |