hep-gc / cloud-scheduler

Automatically boot VMs for your HTC jobs
http://cloudscheduler.org
Apache License 2.0
3 stars 0 forks source link

Report to monitor completed VMs. #473

Open crlb opened 6 years ago

crlb commented 6 years ago

When performing a VM cleanup, perform the following curl request:

   curl "vmrepo.heprc.uvic.ca?cs_vm_fqdn=<html_encoded_fqdn>" >/dev/null 2>&1
mhpx commented 6 years ago

add some exception handling, had an issue with incomplete url causing error messages.