Skip to content
Snippets Groups Projects
Unverified Commit 4ebebd7d authored by anarcat's avatar anarcat
Browse files

number steps for easier reference

parent 249caecb
No related branches found
No related tags found
No related merge requests found
= Decommissioning a host =
* remove the host from tor-nagios/config/nagios-master.cfg
* if applicable, stop the VM: virsh destroy $host
* if applicable, undefine it: virsh undefine $host
* if applicable, remove the LVM logical volumes or virtual disk files
* remove it from ud-ldap: the host entry and any @<host> group memberships there might be as well as any sudo passwords users might have configured for that host
* if it has any associated records in tor-dns/domains or auto-dns, remove it from there too
* on pauli: read x ; puppet node clean $x.torproject.org && puppet node deactivate $x.torproject.org
* grep the tor-puppet repo for the host (and maybe its IP addresses) and clean up
* clean host from tor-passwords
1. remove the host from tor-nagios/config/nagios-master.cfg
2. if applicable, stop the VM: virsh destroy $host
3. if applicable, undefine it: virsh undefine $host
4. if applicable, remove the LVM logical volumes or virtual disk files
5. remove it from ud-ldap: the host entry and any @<host> group memberships there might be as well as any sudo passwords users might have configured for that host
6. if it has any associated records in tor-dns/domains or auto-dns, remove it from there too
7. on pauli: read x ; puppet node clean $x.torproject.org && puppet node deactivate $x.torproject.org
8. grep the tor-puppet repo for the host (and maybe its IP addresses) and clean up
9. clean host from tor-passwords
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment