From f446be697badbc7ce28d294afb2ddc77e9906517 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 22 Mar 2022 16:57:45 +0100 Subject: [PATCH] Link from deploy interface docs to anaconda docs and move it to advanced This is an advanced feature, so keep it with other advanced features, but do link from the deploy interface listing. Change-Id: If8a3cd4c8eca670be89d5cc1ce4a8bb788e546da --- doc/source/admin/index.rst | 2 +- doc/source/admin/interfaces/deploy.rst | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/source/admin/index.rst b/doc/source/admin/index.rst index a6ac6182dd..a2f0792fdf 100644 --- a/doc/source/admin/index.rst +++ b/doc/source/admin/index.rst @@ -30,7 +30,6 @@ the services. Node Multi-Tenancy Fast-Track Deployment Booting a Ramdisk or an ISO - Deploying with anaconda deploy interface Hardware Burn-in Vendor Passthru @@ -58,6 +57,7 @@ Advanced Topics Layer 3 or DHCP-less Ramdisk Booting Tuning Ironic Role Based Access Control + Deploying with Anaconda .. toctree:: :hidden: diff --git a/doc/source/admin/interfaces/deploy.rst b/doc/source/admin/interfaces/deploy.rst index 56a815e537..f2ee5d95dd 100644 --- a/doc/source/admin/interfaces/deploy.rst +++ b/doc/source/admin/interfaces/deploy.rst @@ -125,6 +125,12 @@ it, see :doc:`Ansible deploy interface <../drivers/ansible>`. ../drivers/ansible +Anaconda deploy +=============== + +The ``anaconda`` deploy interface is another option for highly customized +deployments. See :doc:`/admin/anaconda-deploy-interface` for more details. + .. _ramdisk-deploy: Ramdisk deploy