Closed dpinney closed 10 years ago
It makes no sense, given AWS's APIs, that we have too ssh into every cluster node and run cloudDeploy.sh on each.
We can automate the ssh with Fabric (http://docs.fabfile.org/en/1.6/). We can do host discovery via the API and boto.
NAI now that we're deploying on a single host.
It makes no sense, given AWS's APIs, that we have too ssh into every cluster node and run cloudDeploy.sh on each.
We can automate the ssh with Fabric (http://docs.fabfile.org/en/1.6/). We can do host discovery via the API and boto.