summaryrefslogtreecommitdiff
path: root/doc/source/admin
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/admin')
-rw-r--r--doc/source/admin/deploy-steps.rst2
-rw-r--r--doc/source/admin/drivers/ilo.rst2
-rw-r--r--doc/source/admin/node-deployment.rst9
3 files changed, 9 insertions, 4 deletions
diff --git a/doc/source/admin/deploy-steps.rst b/doc/source/admin/deploy-steps.rst
index 1c02da9a7..fb3526365 100644
--- a/doc/source/admin/deploy-steps.rst
+++ b/doc/source/admin/deploy-steps.rst
@@ -2,4 +2,4 @@
Deploy Steps
============
-The deploy steps section has moved to :ref:`node-deployment-deploy-steps`.
+The deploy steps section has moved to :doc:`node-deployment`.
diff --git a/doc/source/admin/drivers/ilo.rst b/doc/source/admin/drivers/ilo.rst
index 064318a5f..43026e8d9 100644
--- a/doc/source/admin/drivers/ilo.rst
+++ b/doc/source/admin/drivers/ilo.rst
@@ -736,7 +736,7 @@ For more information on node manual cleaning, see :ref:`manual_cleaning`
Node Deployment Customization
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The hardware type ``ilo`` and ``ilo5`` supports customization of node
-deployment via deploy templates, see :ref:`node-deployment-deploy-steps`
+deployment via deploy templates, see :doc:`/admin/node-deployment`.
The supported deploy steps are:
diff --git a/doc/source/admin/node-deployment.rst b/doc/source/admin/node-deployment.rst
index 3136685ed..b3f8bfe4f 100644
--- a/doc/source/admin/node-deployment.rst
+++ b/doc/source/admin/node-deployment.rst
@@ -5,8 +5,6 @@ Node Deployment
.. contents::
:depth: 2
-.. _node-deployment-deploy-steps:
-
Overview
========
@@ -84,6 +82,13 @@ Accordingly, the following priority ranges can be used for custom deploy steps:
1 to 19
Any steps that are run when the user instance is already running.
+In-band steps
+-------------
+
+More deploy steps can be provided by the ramdisk, see
+:ironic-python-agent-doc:`IPA hardware managers documentation
+<admin/hardware_managers.html>` for a listing.
+
Writing a Deploy Step
---------------------