[GitHub] libcloud pull request: allow specifying standard as a domain in ex...

2014-07-02 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/335 allow specifying standard as a domain in ex_associate_address_with_node AWS uses "domain" field to distinguish between EIP allocated for Classic EC2 ('standard') and EI

[GitHub] libcloud pull request: [LIBCLOUD-592] Create a generic method for ...

2014-07-02 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/334 [LIBCLOUD-592] Create a generic method for listing AWS EIPs Currently there are three methods in ec2 driver for listing EIPs: They all satisfy different use cases

[GitHub] libcloud pull request: [LIBCLOUD-588] Add ex_node_ids and ex_filte...

2014-06-27 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/329 [LIBCLOUD-588] Add ex_node_ids and ex_filters to list_volumes() Current list_volumes() has a node parameter, which is using a specific filter. I added a generic filtering while leaving the

[GitHub] libcloud pull request: [LIBCLOUD-587] ex_modify_network_attributes...

2014-06-26 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/328 [LIBCLOUD-587] ex_modify_network_attributes method http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-ModifyVpcAttribute.html This is kinda weird EC2 method

[GitHub] libcloud pull request: [LIBCLOUD-586] allow EC2SecurityGroup objec...

2014-06-26 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/326 [LIBCLOUD-586] allow EC2SecurityGroup objects be specified when creating... ... nodes, also use different parameters when launching node into a subnet You can merge this pull request into a Git

[GitHub] libcloud pull request: use _get_boolean() function instead of pars...

2014-06-24 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/324 use _get_boolean() function instead of parsing api response in every met... ...hod You can merge this pull request into a Git repository by running: $ git pull https://github.com/zerthimon

[GitHub] libcloud pull request: use _build_filters function instead of spec...

2014-06-23 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/323 use _build_filters function instead of specifying request params manuall... ...y You can merge this pull request into a Git repository by running: $ git pull https://github.com/zerthimon

[GitHub] libcloud pull request: [LIBCLOUD-581] fix setting Name tags and na...

2014-06-23 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/322 [LIBCLOUD-581] fix setting Name tags and name attributes when creating s... ...ome objects You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] libcloud pull request: [LIBCLOUD-580] node filters for ec2 driver

2014-06-20 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/320 [LIBCLOUD-580] node filters for ec2 driver You can merge this pull request into a Git repository by running: $ git pull https://github.com/zerthimon/libcloud LIBCLOUD-580_node-filters

[GitHub] libcloud pull request: use existing _pathlist() function to conver...

2014-06-20 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/319 use existing _pathlist() function to convert key and an array of values ... ...into AWS query param format instead of doing this in every function You can merge this pull request into a Git

[GitHub] libcloud pull request: [LIBCLOUD-579] Allow nodes to be launched i...

2014-06-20 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/318 [LIBCLOUD-579] Allow nodes to be launched into a specific subnet by addi... ...ng subnet parameter to create_node() method of ec2 driver You can merge this pull request into a Git repository by

[GitHub] libcloud pull request: Libcloud 574 routes and route tables

2014-06-10 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/313 Libcloud 574 routes and route tables Support for EC2 Route Tables and Routes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zerthimon

[GitHub] libcloud pull request: LIBCLOUD-572 internet-gateways-filters for ...

2014-06-03 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/307 LIBCLOUD-572 internet-gateways-filters for ec2 driver Extend EC2 driver ex_list_internet_gateways() method with ability to provide internet gateway ID and filters to list only specific internet

[GitHub] libcloud pull request: LIBCLOUD-571 subnet-filters for ec2 driver

2014-06-03 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/306 LIBCLOUD-571 subnet-filters for ec2 driver Extend EC2 driver ex_list_subnets() method with ability to provide subnet ID and filters to list only specific subnets. You can merge this pull

[GitHub] libcloud pull request: [LIBCLOUD-563] fix group id variable

2014-05-29 Thread zerthimon
Github user zerthimon closed the pull request at: https://github.com/apache/libcloud/pull/300 --- 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

[GitHub] libcloud pull request: LIBCLOUD-563 fix group id variable

2014-05-26 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/300 LIBCLOUD-563 fix group id variable Fix variable name. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zerthimon/libcloud LIBCLOUD

[GitHub] libcloud pull request: LIBCLOUD-559_sec-groups new method to get s...

2014-05-21 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/297 LIBCLOUD-559_sec-groups new method to get security groups Current method of listing security groups [ex_list_security_groups()] only returns security group names. This method doesn't pr

[GitHub] libcloud pull request: [LIBCLOUD-554] Add support for providing fi...

2014-05-16 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/294 [LIBCLOUD-554] Add support for providing filters and VPC IDs to EC2: ex_list_networks() EC2 API allows VPC ID and filters to be provided to list only specific VPCs. http

[GitHub] libcloud pull request: [LIBCLOUD-544] GCE: fix adding node metadat...

2014-04-28 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/283 [LIBCLOUD-544] GCE: fix adding node metadata at node creation Passing a simple metadata dict to create_node GCE driver method doesn't work. GCE api requires the following structur

[GitHub] libcloud pull request: [LIBCLOUD-541] Add destination(target) inst...

2014-04-21 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/278 [LIBCLOUD-541] Add destination(target) instance tags support to GCE driv... Add firewall destination (target) instance tags support to GCE driver You can merge this pull request into a Git

[GitHub] libcloud pull request: [LIBCLOUD-535] Add EbsOptimized parameter t...

2014-04-04 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/272 [LIBCLOUD-535] Add EbsOptimized parameter to create_node() method Add EbsOptimized parameter to create_node() method of BaseEC2NodeDriver in ec2.py driver You can merge this pull request into