ironic/doc/source/deploy/drivers.rst
Dmitry Tantsur 9cfdc3f51d Only mention IPA in the quick start and user guides for DevStack
The old ramdisk is deprecated, so we should not really default to it.
Also this guide makes an assumption that agent_* and pxe_* drivers
can't be used together, which is no longer the case, as IPA handles both.

Consolidate the example local.conf into one enabling both pxe_* and agent_*
drivers with IPA and create a separate page for explaining difference between
these two.

Co-Authored-By: Lilia Sampaio <liliars@lsd.ufcg.edu.br>
Change-Id: Ifeed7bf9128281b79d425f7c5dbb3d8c39e7fb68
2015-12-01 10:23:40 +01:00

127 lines
1.4 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`.
DRAC
----
DRAC with PXE deploy
^^^^^^^^^^^^^^^^^^^^
- Add ``pxe_drac`` to the list of ``enabled_drivers`` in
``/etc/ironic/ironic.conf``
- Install openwsman-python 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