diff --git a/modules/sysadmin_guide/nav.adoc b/modules/sysadmin_guide/nav.adoc index e3736db..96f341d 100644 --- a/modules/sysadmin_guide/nav.adoc +++ b/modules/sysadmin_guide/nav.adoc @@ -52,7 +52,7 @@ ** xref:infra-hostrename.adoc[Infrastructure Host Rename - SOP] ** xref:infra-raidmismatch.adoc[Infrastructure Raid Mismatch Count - SOP] ** xref:infra-repo.adoc[Infrastructure Yum Repo - SOP] -** xref:infra-retiremachine.adoc[infra-retiremachine - SOP in review ] +** xref:infra-retiremachine.adoc[Infrastructure retire machine - SOP] ** xref:ipsilon.adoc[ipsilon - SOP in review ] ** xref:iscsi.adoc[iscsi - SOP in review ] ** xref:jenkins-fedmsg.adoc[jenkins-fedmsg - SOP in review ] diff --git a/modules/sysadmin_guide/pages/infra-retiremachine.adoc b/modules/sysadmin_guide/pages/infra-retiremachine.adoc index 244ea82..d230ab8 100644 --- a/modules/sysadmin_guide/pages/infra-retiremachine.adoc +++ b/modules/sysadmin_guide/pages/infra-retiremachine.adoc @@ -10,34 +10,24 @@ doesn't cause problems down the road. == Retire process [arabic] -. {blank} -+ -Ensure that the machine is no longer used for anything. Use git-grep,:: - stop services, etc. -. {blank} -+ -Remove the machine from ansible. Make sure you not only remove the -main:: - machine name, but also any aliases it might have (or move them to an - active server if they are active services. Make sure to search for the - IP address(s) of the machine as well. Ensure dns is updated to remove - the machine. -. {blank} -+ -Remove the machine from any labels in hardware devices like consoles -or:: - the like. +. Ensure that the machine is no longer used for anything. Use git-grep, stop services, etc. + +. Remove the machine from ansible. Make sure you not only remove the main +machine name, but also any aliases it might have (or move them to an +active server if they are active services. Make sure to search for the +IP address(s) of the machine as well. Ensure dns is updated to remove +the machine. + +. Remove the machine from any labels in hardware devices like consoles +or the like. + . Revoke the ansible cert for the machine. -. {blank} -+ -Move the machine xml defintion to ensure it does NOT start on boot. -You:: - can move it to 'name-retired-YYYY-MM-DD'. -. {blank} -+ -Ensure any backend storage the machine was using is freed or renamed -to:: - name-retired-YYYY-MM-DD + +. Move the machine xml defintion to ensure it does NOT start on boot. +You can move it to `name-retired-YYYY-MM-DD`. + +. Ensure any backend storage the machine was using is freed or renamed +to `name-retired-YYYY-MM-DD` == TODO