remove-node
Remove VM
Section titled “Remove VM”Checklist for removing VM from the Azure
Section titled “Checklist for removing VM from the Azure”- Remove VM
- Cleanup all the related resources for the allocated VM (disks, network interfaces, etc)
- Delete VM from the chef serve
Removing the VM from the chef server
Section titled “Removing the VM from the chef server”- Execute
knife node delete example.gitlap.com
, where isexample.gitlap.com
is the node name. - Delete corresponding files from the chef-repo. Usually it is
nodes/example.gitlap.com.json
and related roles.