From f154d99e030af931b838678afdcab59cd30f6341 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Wed, 9 Feb 2022 14:16:01 +0100 Subject: [PATCH] clarify redeployment --- admin-guide/operations/deployment.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/admin-guide/operations/deployment.rst b/admin-guide/operations/deployment.rst index 6a54f39b..3e391032 100644 --- a/admin-guide/operations/deployment.rst +++ b/admin-guide/operations/deployment.rst @@ -24,7 +24,7 @@ written in Python. Alternatively it is possible to use the web API directly. First, add the new node:: - bob node add $FQDN $ENV local + bob node add $FQDN $ENV netboot To be able to PXE boot we need to configure at least one MAC address for the new @@ -39,3 +39,15 @@ parameters:: bob node set-attr $FQDN ipxe_installer=rhel72server bob node set-attr $FQDN puppet_env=prod bob node set-attr $FQDN puppet_role=role::server + + +Redeployment +~~~~~~~~~~~~ + +After the initial installation the boot mode has been reset from netboot to local +so it will then always boot from the local disk. For a redeployment the netboot +needs to be set anew:: + + bob node netboot $FQDN + +and after redo the PXE boot.