[GitHub] libcloud pull request #1211: Added script to get automatically EC2 instance ...

2018-05-19 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/1211 Added script to get automatically EC2 instance sizes Added script to get automatically EC2 instance sizes ### Description - I created a script to download & parse the big

[GitHub] libcloud pull request #1175: Added eu-west-3

2018-02-23 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/1175 Added eu-west-3 ## Added eu-west-3 ### Description Main reference: https://aws.amazon.com/fr/blogs/aws/now-open-aws-eu-paris-region/ ### Status Done

[GitHub] libcloud pull request #1159: Added EC2 M5 sizes

2018-01-04 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/1159 Added EC2 M5 sizes ## Added EC2 M5 sizes ### Description See: https://aws.amazon.com/about-aws/whats-new/2017/11/introducing-amazon-ec2-m5-instances/?nc1=h_ls https

[GitHub] libcloud pull request #1150: Fixed Pytest on Python 2.6 & 3.3

2017-12-06 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/1150 Fixed Pytest on Python 2.6 & 3.3 ## Fixed Pytest on Python 2.6 & 3.3 ### Description CI was failing with Python 2.6 & 3.3 because new version of Pytest doesn'

[GitHub] libcloud pull request #1147: Added AWS EC2 c5 series

2017-12-02 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/1147 Added AWS EC2 c5 series ## Added AWS EC2 c5 series ### Description New serie available: https://aws.amazon.com/fr/ec2/instance-types/c5/ ### Status Done

[GitHub] libcloud pull request #1116: Added EC2 x1 instance type

2017-09-21 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/1116 Added EC2 x1 instance type ## Added EC2 x1 instance type ### Description Added x1.16xlarge and x1e.32xlarge to EC2 to `INSTANCE_TYPES`. For more information on

[GitHub] libcloud pull request #1101: Added AWS EC2 g3 instance types

2017-08-30 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/1101 Added AWS EC2 g3 instance types ## Added AWS EC2 g3 instance types ### Description Just added AWS EC2 G3 series to `INSTANCE_TYPES` & `REGION_DETAILS` ### St

[GitHub] libcloud pull request #897: Added snapshot management to OVH compute

2016-10-09 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/897 Added snapshot management to OVH compute ## Added snapshot management to OVH compute ### Description Added: - `ex_list_snapshots` - `ex_get_volume_snapshot

[GitHub] libcloud pull request #891: Replace RunAbove driver by OVH

2016-10-05 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/891 Replace RunAbove driver by OVH ## Replace RunAbove driver by OVH ### Description RunAbove is the OVH's test platform. Now its compute is closed, I replaced by their

[GitHub] libcloud pull request: Make clearer travis display

2015-10-18 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/608 Make clearer travis display I've made real usage of travis' language parameter. It ables to have the language column used in build summary (see https://travis-ci.org/ZuluPro/libcl

[GitHub] libcloud pull request: Added Runabove storage

2015-09-23 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/586 Added Runabove storage You can merge this pull request into a Git repository by running: $ git pull https://github.com/ZuluPro/libcloud runabove_storage Alternatively you can review and

[GitHub] libcloud pull request: Added Runabove volume management & fixed ma...

2015-08-09 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/561 Added Runabove volume management & fixed many little things RunAbove has added volume management recently to their API, I added this to libcloud with tests. I also: - A

[GitHub] libcloud pull request: Added RunAbove Driver

2015-07-19 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/550 Added RunAbove Driver Added RunAbove Driver with unittests and doc. Object storage and pricing are comming soon ! Unfortunately, their API doesn't support volumes yet. Yo

[GitHub] libcloud pull request: Gandi Compute Driver improvement

2015-06-04 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/534 Gandi Compute Driver improvement - Added sphinx documentation with example of node creation - Added docstring for all public methods - Added SSH keypair management: list, get, import

[GitHub] libcloud pull request: Added ex_get_node and ex_get_volume to Clou...

2015-05-29 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/532 Added ex_get_node and ex_get_volume to Cloudstack Compute Driver You can merge this pull request into a Git repository by running: $ git pull https://github.com/ZuluPro/libcloud ikoula

[GitHub] libcloud pull request: Added Cloudwatt doc with example

2015-05-20 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/525 Added Cloudwatt doc with example Added: - Basic doc - Examples - Logo You can merge this pull request into a Git repository by running: $ git pull https://github.com/ZuluPro

[GitHub] libcloud pull request: @Added JoyentNodeDriver.ex_get_node()

2014-12-24 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/421 @Added JoyentNodeDriver.ex_get_node() Joyent didn't have a method for get only one Node. Because I doesn't want to make a for loop for find a node, I added this method. Err

[GitHub] libcloud pull request: Made optional Google token file writing

2014-12-17 Thread ZuluPro
Github user ZuluPro closed the pull request at: https://github.com/apache/libcloud/pull/387 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] libcloud pull request: Made optional Google token file writing

2014-11-11 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/387 Made optional Google token file writing I had an issue where I can't write the token file in home directory. File reading is made as optional by a try/except IOError. So I mad

[GitHub] libcloud pull request: Added us-east-2 and us-east-3 regions

2014-11-10 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/386 Added us-east-2 and us-east-3 regions Added new regions to constant VALID_REGIONS. This list was created in 2012, I made an update. You can merge this pull request into a Git repository

[GitHub] libcloud pull request: Added Cloudwatt driver

2014-07-13 Thread ZuluPro
GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/338 Added Cloudwatt driver Added Driver for new French cloud provider Cloudwatt https://www.cloudwatt.com/fr/ This provider is based on OpenStack but uses a custom kind of authentication