slipstream / SlipStreamJobEngine

SlipStream distributed job engine
Apache License 2.0
0 stars 0 forks source link

VMs collect: do not fail if initial service offer doesn't exist anymore #24

Closed schaubl closed 6 years ago

schaubl commented 6 years ago

Currently when collecting VMs, if the initial service offer (the one used to start the deployment) doesn't exist anymore the job will fail and the virtual-machine will not be created.

So if the service offer is removed all VMs that have been started with him will disappear (from the monitoring, metering, ...).

Instead the job should continue and it should search for a new corresponding service offer.