Re: [dev] [ANNOUNCE] Apache libcloud 1.0.0-rc2 release

2016-04-11 Thread Samuel Marks
ere was the indirection around region_name and provider name. Namely—pun intended!—working with *ap-southeast-2* and *ap-southeast2a*. Looking very much forward to the 1.0 release proper ^_^, Samuel Marks http://linkedin.com/in/samuelmarks On Mon, Apr 11, 2016 at 2:47 PM, anthony shaw <anthony.p.s..

Re: [dev] ssl and proxy issue "Failed to verify hostname"

2016-07-30 Thread Samuel Marks
the proxy but it still goes through to AWS, then just disable verification like you've done. Samuel Marks http://linkedin.com/in/samuelmarks On Sat, Jul 30, 2016 at 5:41 AM, Troy Cauble <troycau...@gmail.com> wrote: > I'm using libcloud 1.1.0 on python 2.7.10 and > ubuntu 15.10. >

Re: [dev] Coveralls support in repo

2016-06-27 Thread Samuel Marks
Great to hear Samuel Marks http://linkedin.com/in/samuelmarks On Mon, Jun 27, 2016 at 4:01 AM, Eric Johnson <erjoh...@apache.org> wrote: > Outstanding! > > On Sun, Jun 26, 2016 at 3:13 AM, Tomaz Muraus <to...@apache.org> wrote: > > > Nice :thumbsup: >

Re: [dev] lazy entry

2016-07-04 Thread Samuel Marks
libcloud.compute.providers import get_driver, DRIVERS from libcloud.compute.types import Provider Samuel Marks http://linkedin.com/in/samuelmarks On Tue, Jul 5, 2016 at 8:26 AM, Anthony Shaw <anthony.p.s...@gmail.com> wrote: > This is aimed at people who are new to the package. I feel

Re: [dev] lazy entry

2016-07-04 Thread Samuel Marks
> >> The new way is > >> > >> import libcloud > >> cls = libcloud.get_driver(libcloud.DriverType.COMPUTE, > >> libcloud.DriverType.COMPUTE.RACKSPACE) > >> > >> OR > >> > >> import libcloud > >> cls = libcloud.get_compute_driver(libcloud.DriverType.COMPUTE.RACKSPACE) > >> > >> Comments please. > >> > >> https://github.com/apache/libcloud/pull/822 > >> > >> Ant > >> > > > > > -- Samuel Marks http://linkedin.com/in/samuelmarks

[dev] SoftLayer broken in 2.0.0rc1, confirmed works with 1.5.0

2017-02-10 Thread Samuel Marks
0 it takes a long time [~5 minutes] but works just fine. Probably a problem with the new requests library utilisation. Happy to debug further if you don't have a SoftLayer account. Samuel Marks http://linkedin.com/in/samuelmarks

Re: [dev] SoftLayer broken in 2.0.0rc1, confirmed works with 1.5.0

2017-02-11 Thread Samuel Marks
ts... I do remember us having some code in previous versions to > handle connections which were opened for a long time and to prevent load > balancers from killing them if they sit idle for too long, etc. > > On Sat, Feb 11, 2017 at 6:27 AM, Samuel Marks <samuelma...@gmail.com> > wrot

Re: [dev] [VOTE] Release Apache Libcloud 2.0.0rc1

2017-01-17 Thread Samuel Marks
Typo: Each instance of libcloud.common.base.Connection will have a LibcloudConnection instance under the connection property. In 1.5.0<, there would be 2 connection class instances, LibcloudHttpConnection and LibcloudHttpsConnection, stored as an instance property conn_classes. In 2.0.0 this has

[dev] [DISCUSS] Introduction of Vagrant driver into libcloud.drivers.compute

2016-11-18 Thread Samuel Marks
turn this into a proper PR, with test-coverage and all. Interested? :) Samuel Marks http://linkedin.com/in/samuelmarks BTW: Technically vagrant supports AWS, VirtualBox, Hyper-V, docker and host more [via community plugins] https://github.com/mitchellh/vagrant/wiki/Available-Vagrant-Plugins#providers - which w

Re: [dev] [DISCUSS] Introduction of Vagrant driver into libcloud.drivers.compute

2016-12-27 Thread Samuel Marks
*bump* FYI: https://github.com/offscale/libcloud/tree/vagrant has been updated a few times Samuel Marks http://linkedin.com/in/samuelmarks On Sat, Nov 19, 2016 at 3:47 PM, Samuel Marks <samuelma...@gmail.com> wrote: > Been using libcloud for a while—even developed wrappers to

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

2017-04-21 Thread Samuel Marks
[+1] Release Apache Libcloud 2.0.0 Samuel Marks http://linkedin.com/in/samuelmarks On Sat, Apr 22, 2017 at 2:41 PM, Allard Hoeve <allardho...@gmail.com> wrote: > [+1] Release Apache Libcloud 2.0.0 > > > > > > > > > > > On Sat, Apr 22, 2017, 04:44 a

[dev] Azure ARM 3-month old patch RFC

2017-07-16 Thread Samuel Marks
https://github.com/apache/libcloud/pull/1042 Thanks -- Samuel Marks http://linkedin.com/in/samuelmarks

Re: [dev] Re: Adding libcloud support to SaltStack

2017-05-02 Thread Samuel Marks
Nice work Samuel Marks http://linkedin.com/in/samuelmarks On Tue, May 2, 2017 at 9:22 PM, anthony shaw <anthony.p.s...@gmail.com> wrote: > I've written a piece on this functionality and what it offers here; > https://medium.com/@anthonypjshaw/using-salt-to-boss-your-c

[dev] [azure_arm] [compute] Quick start guide uses az cli, should we library-ify it?

2017-11-29 Thread Samuel Marks
with `AzureResourceManagementConnection` are welcome!) Thanks, Samuel Marks http://linkedin.com/in/samuelmarks

[dev] Re: [azure_arm] [compute] Quick start guide uses az cli, should we library-ify it?

2017-12-28 Thread Samuel Marks
I fleshed it out a little more, just added an untested create_app method and associated classes. Would appreciate a review + feedback! Samuel Marks http://linkedin.com/in/samuelmarks On Thu, Nov 30, 2017 at 2:14 PM, Samuel Marks <samuelma...@gmail.com> wrote: > http://libcloud.readt

Re: [dev] Azure Storage fixtures

2018-08-06 Thread Samuel Marks
As long as the tests are compliant with the latest fixtures, and the interface exposed doesn't change—or has defaults; so people's codebase doesn't need to change to match—then I don't see why it wouldn't be accepted (IMHO). Samuel Marks http://linkedin.com/in/samuelmarks On Wed, Aug 1, 2018

Re: [dev] PyCon US sprint day

2018-04-14 Thread Samuel Marks
les and prototypes based on the last discussion thread? > > Regards > Anthony Shaw aka @tonybaloney > -- Samuel Marks http://linkedin.com/in/samuelmarks

[dev] Re: Azure ARM 3-month old patch RFC

2018-04-16 Thread Samuel Marks
Rebased. The goal is to replace the first 3 CLI commands that require the Azure client installed, with Apache Libcloud code: http://libcloud.readthedocs.io/en/latest/compute/drivers/azure_arm.html Comments appreciated :) Samuel Marks http://linkedin.com/in/samuelmarks On Mon, Jul 17, 2017

Re: [dev] Re: Azure ARM 3-month old patch RFC

2018-04-16 Thread Samuel Marks
Hmm, let me close that PR and open a new one. Guess the branch changes didn't translate. Anyway, still at RFC stage so don't merge anything. Samuel Marks http://linkedin.com/in/samuelmarks On Mon, Apr 16, 2018 at 6:14 PM, anthony shaw <anthony.p.s...@gmail.com> wrote: > I'm n

Re: [dev] Re: Azure ARM 3-month old patch RFC

2018-04-16 Thread Samuel Marks
Whoops, actually that PR had the same branch name but was under my individual [not organisation] account. Created a new PR now highlighting completely unrelated changes, emphasising automating Azure deployments in Libcloud [without need of any Azure clients installed]. Samuel Marks http

Re: [dev] Moving all Libcloud development and issue management to Github

2019-05-29 Thread Samuel Marks
Will the mailing list stay active? Samuel Marks http://linkedin.com/in/samuelmarks On Thu, May 30, 2019 at 7:20 AM Tomaz Muraus wrote: > Everyone, > > Apache now supports Github as a first class citizen ( > https://gitbox.apache.org/), so I think it's finally time to

Re: [dev] Moving all Libcloud development and issue management to Github

2019-05-30 Thread Samuel Marks
lestone and > > release management for our Github repository (we asked for it to be > > disabled in the past when the repo was read-only for us) > > > > 2. Updating all the references to JIRA on our website and documentation. > > This includes documenting new Github flow for contributors and committers > > > > 3. Closing the JIRA project and directing people to our Github repo and > > contribution docs > > > -- Samuel Marks http://linkedin.com/in/samuelmarks

Re: [dev] Dropping support for old Python versions (2.7 and 3.4)

2019-11-21 Thread Samuel Marks
Anthony prepared some statistics a while back showing the proportion of users on each version of Python. Maybe an updated chart will help convince the community here? Samuel Marks http://linkedin.com/in/samuelmarks On Thu, Nov 21, 2019 at 10:17 PM anthony shaw wrote: > Considering libcl

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

2020-09-19 Thread Samuel Marks
樂, the changelog link isn't being updated anymore [since 2.8.3] Samuel Marks Charity <https://sydneyscientific.org> | consultancy <https://offscale.io> | open-source <https://github.com/offscale> | LinkedIn <https://linkedin.com/in/samuelmarks> On Mon, Sep 14, 2020 at 10

Re: [dev] Publishing up to date pricing data (pricing.json file) to a well known location

2020-07-11 Thread Samuel Marks
! - With this being in JSON, I could imagine using Terraform libraries in Go; instead of Libcloud; to do multicloud, and use this costing system to say where and when. Samuel Marks Charity <https://sydneyscientific.org> | consultancy <https://offscale.io> | open-source <https://github.com/offsc

[dev] toJSON method for all `Node`s?

2022-07-27 Thread Samuel Marks
of Nodes for each provider in Apache Libcloud? - Happy to contrib once you've done the first couple of examples so I don't break some API principle you're specifying. Thanks for your consideration, Samuel Marks Charity <https://sydneyscientific.org> | consultancy <https://offscale.i

[dev] RFC - Support credentials from vendor CLIs like `gcloud`, `az`, `aws` .

2023-03-21 Thread Samuel Marks
. Anyway would welcome your perspective and—if you like it—ideas on API design (i.e., should it just jerryrig into existing approaches or be called differently?). Just my 2¢, Samuel Marks Charity <https://sydneyscientific.org> | consultancy <https://offscale.io> | open-source <htt