hep-gc / cloud-scheduler

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

Allow default parameters for all CS/JDL paramaters in cloud_scheduler.conf. #439

Closed crlb closed 7 years ago

crlb commented 7 years ago

Currently identified as missing are: default_VMInjectCA, default_VMKeepAlive, and default_VMUseCloudInit.

mhpx commented 7 years ago

A default VMKeepAlive time can be set on a per cloud basis in cloud_resources.conf by adding a time (in minutes) to any cloud entry.

[cloud] ... keep_alive: 5 ...

This was done to give more control over commercial versus 'free' clouds.

mhpx commented 7 years ago

UseCloudInit defaults to True and looks like it can be deprecated / removed Issue #441

mhpx commented 7 years ago

default_VMInjectCA already supported.