MONROE-PROJECT / Scheduler

The MONROE scheduling server, and deployment daemon
https://www.monroe-project.eu/
0 stars 2 forks source link

Wip virtualization support #15

Closed jonakarl closed 6 years ago

jonakarl commented 6 years ago

I have tried to test this version as much as possible by manually simulating a scheduled deployment/start/stop with this config file: jonas.conf {"script": "jonakarl/vm", "storage": 134217728, "stop": 1520636779, "start": 1520636479, "traffic": 314572800, "shared": 0, "nodes": "232", "vm" : 1}

A real bonus would be if we could preallocate some space for the virtual machine os. That way a fragile part of the code could be removed and we would not risk ending up with dangling files if the node reboots/hangs.

Sorry for the not so informative git commit log "Working version".