uzh / vm-mad

Dynamically grow or shrink GridEngine clusters using cloud-based nodes
https://arxiv.org/abs/1302.2529
Apache License 2.0
3 stars 2 forks source link

Boto-based provider #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Since libcloud is proving a bit unreliable and mixed-quality, we
should have a provider backend based on the "boto" EC2 Python
bindings.

It should be in a file `provider/boto.py` and implement a class
`BotoNodeProvider` that implements the interface described by the
generic `NodeProvider` class.

Original issue reported on code.google.com by riccardo.murri@gmail.com on 7 Dec 2012 at 1:22

GoogleCodeExporter commented 9 years ago

Original comment by riccardo.murri@gmail.com on 15 Jan 2013 at 1:51