From 8a008c39ed79069e508a9109cc5d16d934c98a7f Mon Sep 17 00:00:00 2001 From: Chris Krelle Date: Thu, 26 Mar 2015 10:58:32 -0700 Subject: [PATCH] Add IPA to enable drivers doc's page This adds IPA to the Enabling Drivers doc's page. It also corrects a very minor formatting issue in the drac section. Change-Id: I01df63fd6b5b20046e6507a624bd08ce3e3f0ab9 --- doc/source/deploy/drivers.rst | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/doc/source/deploy/drivers.rst b/doc/source/deploy/drivers.rst index 3f73f1916f..8f005bfa87 100644 --- a/doc/source/deploy/drivers.rst +++ b/doc/source/deploy/drivers.rst @@ -4,13 +4,30 @@ 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`` +- Add ``pxe_drac`` to the list of ``enabled_drivers`` in ``/etc/ironic/ironic.conf`` - Install openwsman-python package