198ae29c43
This patch is adding the documentation for the IPMITool driver. This covers some general overview, basic setup (prerequisites, how to enable) as well as some advanced topics such as single/double bridge and protocol version. The IPMITool driver is rich and allows a lot of configuration, therefore not all topics are addressed by this commit. TODOs were left in the documentation (as comments) so we don't forget to address them later. Partial-Bug: #1468710 Change-Id: Ife99de75a42d7048fd1ad31e220b5606a8fe81f0
135 lines
1.5 KiB
ReStructuredText
135 lines
1.5 KiB
ReStructuredText
.. _drivers:
|
|
|
|
=================
|
|
Enabling drivers
|
|
=================
|
|
|
|
Ironic-Python-Agent (agent)
|
|
---------------------------
|
|
|
|
Ironic-Python-Agent is an agent that handles *ironic* bare metal
|
|
nodes in various actions such as inspection and deployment of such
|
|
nodes, and runs processes inside of a ramdisk.
|
|
|
|
For more information on this, see :ref:`IPA`.
|
|
|
|
IPMITool
|
|
--------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
../drivers/ipmitool
|
|
|
|
DRAC
|
|
----
|
|
|
|
DRAC with PXE deploy
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
|
|
- Add ``pxe_drac`` to the list of ``enabled_drivers`` in
|
|
``/etc/ironic/ironic.conf``
|
|
- Install python-dracclient package
|
|
|
|
AMT
|
|
----
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
../drivers/amt
|
|
|
|
SNMP
|
|
----
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
../drivers/snmp
|
|
|
|
iLO driver
|
|
----------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
../drivers/ilo
|
|
|
|
SeaMicro driver
|
|
---------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
../drivers/seamicro
|
|
|
|
iRMC
|
|
----
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
../drivers/irmc
|
|
|
|
VirtualBox drivers
|
|
------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
../drivers/vbox
|
|
|
|
|
|
Cisco UCS driver
|
|
----------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
../drivers/ucs
|
|
|
|
|
|
Wake-On-Lan driver
|
|
------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
../drivers/wol
|
|
|
|
|
|
iBoot driver
|
|
------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
../drivers/iboot
|
|
|
|
|
|
CIMC driver
|
|
------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
../drivers/cimc
|
|
|
|
|
|
OneView driver
|
|
--------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
../drivers/oneview
|
|
|
|
|
|
XenServer ssh driver
|
|
--------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
../drivers/xenserver
|