cumulus icon indicating copy to clipboard operation
cumulus copied to clipboard

A REST API for creating and using cloud clusters

Results 60 cumulus issues
Sort by recently updated
recently updated
newest added

Install celery, and all that stuff, sun grid engine etc, just running a simple job. Look at traditional HPC cluster test in trad_integration_test.py

@cjh1 See [here](https://github.com/Kitware/cumulus/blob/master/girder/cumulus/server/models/cluster.py#L68-L75). For ansible clusters scheduler type should be determined at provision time.

make them accessible to celery worker on separate host

ansible-refactor

make sure provisioning manages private/public keys and job submission/tracking is data is available in cluster configs

ansible-refactor

Submission scripts can implemented as files there is no need to have this special model.

Should we just python style configuration files instead?

For several endpoints we are loading the same model multiple times, this could be optimized if it becomes necessary.