Spirals-Team / docker-machine-driver-g5k

Docker Machine driver for the Grid'5000 testbed infrastructure.
https://www.grid5000.fr
Apache License 2.0
13 stars 5 forks source link

Support standard environment reuse #23

Closed gfieni closed 6 years ago

gfieni commented 6 years ago

The Grid'5000 nodes are already deployed with a standard environment (Debian 9). Currently the driver deploy the OS at every machine creation. Skipping the deployment of the image and provisionning this environment directly would save ~10 minutes per machine. This enhancement depends on the #22 task completion.