uzh / vm-mad

Dynamically grow or shrink GridEngine clusters using cloud-based nodes
https://arxiv.org/abs/1302.2529
Apache License 2.0
3 stars 2 forks source link

Implement "terminate" command in webapp #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There's no way to tell the `Orchestrator` to forcibly terminate a running VM.

A "terminate" URL should be added to the `OrchestratorWebApp` so that
it is possible for an admin to tell a running orchestrator that a
running node should be stopped.

Connection to the URL would put the VM into STOPPING state, as if the
`can_stop_vm()` method returned `True`.

Original issue reported on code.google.com by riccardo.murri@gmail.com on 26 Apr 2012 at 10:01