ironic/doc/source/deploy/drivers.rst
Vladyslav Drok d3c7e6fad4 Fix markup in documentation
This change fixes all the markup issues in our docs, such as:

* Title length must match an underline (some titles are only 3
  characters long, make them longer, otherwise they are not
  considered a title);
* Blank line required after literal block;
* Duplicate explicit target name.

It also makes section names consistent in drivers.rst.

Change-Id: I058224589f4ca63a4acfb8e2c4fcdbb51c730542
2016-06-06 11:00:24 +00:00

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 driver
---------------
.. toctree::
:maxdepth: 1
../drivers/ipmitool
DRAC driver
-----------
DRAC with PXE deploy
^^^^^^^^^^^^^^^^^^^^
- Add ``pxe_drac`` to the list of ``enabled_drivers`` in
``/etc/ironic/ironic.conf``
- Install python-dracclient package
AMT driver
----------
.. toctree::
:maxdepth: 1
../drivers/amt
SNMP driver
-----------
.. toctree::
:maxdepth: 1
../drivers/snmp
iLO driver
----------
.. toctree::
:maxdepth: 1
../drivers/ilo
SeaMicro driver
---------------
.. toctree::
:maxdepth: 1
../drivers/seamicro
iRMC driver
-----------
.. toctree::
:maxdepth: 1
../drivers/irmc
VirtualBox driver
-----------------
.. 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