Re: [dev] Adding VPN functionality for CloudStack

2015-02-16 Thread sebgoa
On Feb 16, 2015, at 4:45 PM, Avi Nanhkoesingh wrote: > Hi all, > > I need to implement some VPN functionality for the CloudStack provider in > LibCloud. At minimum the following endpoints will be added: > > - listVpnGateways > - createVpnGateway > - updateVpnGateway > - deleteVpnGateway > >

Re: [dev] [VOTE] Release Apache Libcloud 0.17.0

2015-02-16 Thread Eric Johnson
On Mon, Feb 16, 2015 at 12:51 PM, Tomaz Muraus wrote: > On Mon, Feb 16, 2015 at 8:57 PM, sebgoa wrote: > > > > > On Feb 16, 2015, at 8:30 PM, Tomaz Muraus wrote: > > > > > Explicit +1 from me. > > > > > > [+1] Release Apache Libcloud 0.17.0 > > > > > > This brings the totals to: > > > > > > +1'

Re: [dev] changes to vcloud driver

2015-02-16 Thread Markos Gogoulos
Hi Sergio, you may have a look at vcloud.py on our branch at mist.io, at https://github.com/mistio/libcloud/tree/mistio We follow a similar approach, list_nodes for example returns nodes for all vApps, and thus you can run actions on the VMs more easily. Btw this uses multiprocessing to query vapp

Re: [dev] [VOTE] Release Apache Libcloud 0.17.0

2015-02-16 Thread Tomaz Muraus
On Mon, Feb 16, 2015 at 8:57 PM, sebgoa wrote: > > On Feb 16, 2015, at 8:30 PM, Tomaz Muraus wrote: > > > Explicit +1 from me. > > > > [+1] Release Apache Libcloud 0.17.0 > > > > This brings the totals to: > > > > +1's: > > > > - Jerry (binding) > > - Eric (binding) > > - Sebastien (binding) > >

Re: [dev] [VOTE] Release Apache Libcloud 0.17.0

2015-02-16 Thread sebgoa
On Feb 16, 2015, at 8:30 PM, Tomaz Muraus wrote: > Explicit +1 from me. > > [+1] Release Apache Libcloud 0.17.0 > > This brings the totals to: > > +1's: > > - Jerry (binding) > - Eric (binding) > - Sebastien (binding) > - Tomaz (binding) > > / Tomaz, worth mentioning that anyone on this li

Re: [dev] [VOTE] Release Apache Libcloud 0.17.0

2015-02-16 Thread Tomaz Muraus
Explicit +1 from me. [+1] Release Apache Libcloud 0.17.0 This brings the totals to: +1's: - Jerry (binding) - Eric (binding) - Sebastien (binding) - Tomaz (binding) / 0's: / This means the vote has passed. Thanks to everyone for their votes. I will publish the release artifacts and send th

[dev] Adding VPN functionality for CloudStack

2015-02-16 Thread Avi Nanhkoesingh
Hi all, I need to implement some VPN functionality for the CloudStack provider in LibCloud. At minimum the following endpoints will be added: - listVpnGateways - createVpnGateway - updateVpnGateway - deleteVpnGateway - listVpnCustomerGateways - createVpnCustomerGateway - updateVpnCustomerGatewa

Re: [dev] changes to vcloud driver

2015-02-16 Thread sebgoa
On Feb 16, 2015, at 11:10 AM, Sergio Rua wrote: > Hi all, > > I've started a project at my company on my spare time to automate builds in > our vCloud provider. I started using libcloud for this but I finding the > library to be quite limited. My biggest problem with the vCloud driver is > t

[dev] changes to vcloud driver

2015-02-16 Thread Sergio Rua
Hi all, I've started a project at my company on my spare time to automate builds in our vCloud provider. I started using libcloud for this but I finding the library to be quite limited. My biggest problem with the vCloud driver is that it seems to be wholly oriented to manage and orchestrate vA