Hi Tim, Glad to hear you're interested in contributing to libcloud. As you develop your driver, post patches of your work to a new issue in JIRA: https://issues.apache.org/jira/browse/LIBCLOUD. A committer will review and incorporate your work into the trunk.
libcloud also supports Java: http://incubator.apache.org/libcloud/devinfo.html. Please consider contributing a driver in Java as well since there is a very tight mapping between these two versions. Thanks, Eric W. On Aug 3, 2010, at 12:16 PM, Tim Freeman wrote: > Hello, > > I was wondering what the processes/criteria are for getting a driver into > libcloud from a non-committer. > > The driver would be a small variation on existing ones in order to support > Nimbus based clouds: > > http://github.com/clemesha-ooi/nimboss/blob/master/nimboss/node.py > > Thankyou, > Tim > > ============= > > Some Context: > > There is a client system for cluster launches (to coordinate configuration: > contextualization) that we are working on at a higher level to integrate with > libcloud. > > A prototype of that client system that makes use of the alternative libcloud > driver (but also a current driver EC2 when needed) can be viewed online: > > http://github.com/clemesha-ooi/nimboss
