ironic/doc/source/deploy/drivers.rst
Bob Ball a31f3679b8 XenAPI: Add support for XenServer VMs
Ironic should be able to control power of the VMs hosted on
a XenServer host.  This change adds such support to the ssh
driver.

Blueprint: xenserver-power-control

Change-Id: I30b4d0c3f2685170f8c4f6ec834e5395d6bb2499
2015-10-23 13:35:13 +01:00

1.7 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

OneView driver

======= .. toctree:: :maxdepth: 1

../drivers/oneview

XenServer ssh driver

../drivers/xenserver