This is a utility to remove a VCF NSX-T Edge cluster deployment from
a VCF environment. It cleans up the Edge cluster's configuration from
NSX, vCenter and VCF inventory. Please refer to

  https://kb.vmware.com/s/article/78635

for more information.

You can run this either directly on the SDDC Manager VM in your VCF
environment, or from any host which has a VPN connection to the VCF
environment's management network and password-free ssh access to the
SDDC Manager VM.

In either case, to start the cleaner invoke

   remove_edge_cluster.sh -d

which will prompt for any additional required arguments and then perform
a dry run to check that the environment is in order.

Once the dry run results are successful, you can run an actual removal
of the edge cluster by using the same arguments as for the dry run but
omitting the -d

   remove_edge_cluster.sh -c ...

