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

This includes: - [ ] Removing six as a dependency Add more to the list above as needed.

Would like to retrieve timestamps with the job resource, either as meta data or a separate field. At a minimum, we want timestamps for the submit and complete events, but...

Two different types of lists were added: 1. List taskflows for a given user. 2. List taskflows for all users. Their endpoints are GET '/taskflows' and GET '/taskflows/all', respectively. The...

Rather than using requirements.txt let do the right thing!

The flag is registered in #311 but we're not enforcing it yet. (Duplicate #294)

Moved from [HPCCloud #597](https://github.com/Kitware/HPCCloud/issues/597) --- Been looking at the cluster_log_url and it's `http://localhost:9999/api/v1/clusters/59497ecf0640fd17c3a5fbdf/log` That would be the localhost of the machine right though? The line `%s/clusters/%s/log` appears a few places...

The cluster gets terminated on AWS but gets stuck in the terminating state on HPCCloud ``` File "/usr/local/bin/ansible-playbook", line 92, in exit_code = cli.run() File "/usr/local/lib/python2.7/dist-packages/ansible/cli/playbook.py", line 154, in run...