ironic/doc/source/deploy/drivers.rst
Sam Betts 363c9c38df 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
2015-09-21 18:29:43 +01:00

1.5 KiB

Enabling drivers

Ironic-Python-Agent (agent)

To enable IPA, add the appropriate ironic agent driver to the enabled_drivers line of the ironic.conf file.

Several variants are currently supported, they are:
  • agent_ilo
  • agent_ipmitool
  • agent_pyghmi
  • agent_ssh
  • agent_vbox

Note

Starting with the Kilo release IPA ramdisk may also be used with ironic PXE drivers.

For more information see the ironic-python-agent GitHub repo

DRAC

DRAC with PXE deploy

  • Add pxe_drac to the list of enabled_drivers in /etc/ironic/ironic.conf
  • Install openwsman-python package

AMT

../drivers/amt

SNMP

../drivers/snmp

iLO driver

../drivers/ilo

SeaMicro driver

../drivers/seamicro

iRMC

../drivers/irmc

VirtualBox drivers

../drivers/vbox

Cisco UCS driver

../drivers/ucs

Wake-On-Lan driver

../drivers/wol

iBoot driver

../drivers/iboot

CIMC driver

../drivers/cimc