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
>
>
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'
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
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)
> >
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
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
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
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
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