StanfordBioinformatics / loom

A tool for running bioinformatics workflows locally or in the cloud.
GNU Affero General Public License v3.0
29 stars 8 forks source link

Add GCE start/stop to Loom client when supported by Ansible #105

Open isaacliao opened 8 years ago

isaacliao commented 8 years ago

The Ansible gce module currently creates or terminates Google Cloud instances, but doesn't yet have start/stop capabilities. Issue here: https://github.com/ansible/ansible-modules-core/issues/3100

Once Ansible supports this, write playbooks so that the Loom client can also start and stop instances.

isaacliao commented 7 years ago

This was added to Ansible a month after I created this issue: https://github.com/ansible/ansible-modules-core/commit/b5da9d190de77a86d57363148fadd9e219a77d06

So, should be doable now.