[dev] [GitHub] libcloud pull request: Gce auto create disk

2014-03-20 Thread wrigri
GitHub user wrigri opened a pull request: https://github.com/apache/libcloud/pull/267 Gce auto create disk This adds support for the automatic creation and deletion of boot disks when creating/deleting instances. It also deals with some inefficient code and should address

[dev] libcloud pull request: Adding/Removing instances from targetpool requires a...

2014-01-21 Thread wrigri
Github user wrigri closed the pull request at: https://github.com/apache/libcloud/pull/228

[dev] libcloud pull request: Adding/Removing instances from targetpool requires a...

2014-01-21 Thread wrigri
GitHub user wrigri opened a pull request: https://github.com/apache/libcloud/pull/228 Adding/Removing instances from targetpool requires a list. This fixes a bug with attaching/detaching nodes from loadbalancers. (Attach/Detach wasn't working) This may have chang

[dev] libcloud pull request: Update Documentation for Google Compute Engine

2014-01-17 Thread wrigri
Github user wrigri closed the pull request at: https://github.com/apache/libcloud/pull/224

[dev] libcloud pull request: Add support for creating nodes with Static or No ext...

2014-01-17 Thread wrigri
Github user wrigri closed the pull request at: https://github.com/apache/libcloud/pull/225

[dev] libcloud pull request: Add support for creating nodes with Static or No ext...

2014-01-17 Thread wrigri
GitHub user wrigri opened a pull request: https://github.com/apache/libcloud/pull/225 Add support for creating nodes with Static or No external IPs. This adds a new feature and fixes a bug. The feature is that you can specify information about the external IP address on node

[dev] libcloud pull request: Update Documentation for Google Compute Engine

2014-01-17 Thread wrigri
GitHub user wrigri opened a pull request: https://github.com/apache/libcloud/pull/224 Update Documentation for Google Compute Engine It appears as though the supported_providers pages are generated, so I didn't edit those, but I'm not clear on exactly how they are gener

[dev] libcloud pull request: LIBCLOUD-450: Update GCE to v1

2014-01-03 Thread wrigri
Github user wrigri closed the pull request at: https://github.com/apache/libcloud/pull/197

[dev] libcloud pull request: LIBCLOUD-450: Update GCE to v1

2013-12-16 Thread wrigri
GitHub user wrigri opened a pull request: https://github.com/apache/libcloud/pull/197 LIBCLOUD-450: Update GCE to v1 Update GCE to v1. The primary change for v1 from v1beta16 is that ephemeral disks have gone away and now all disks are persistent. This means that create_node

[dev] libcloud pull request: On GCE, Images no longer always have preferredKernel...

2013-12-03 Thread wrigri
Github user wrigri closed the pull request at: https://github.com/apache/libcloud/pull/184

[dev] libcloud pull request: On GCE, Images no longer always have preferredKernel...

2013-12-02 Thread wrigri
GitHub user wrigri opened a pull request: https://github.com/apache/libcloud/pull/184 On GCE, Images no longer always have preferredKernel set. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wrigri/libcloud

[dev] libcloud pull request: Update GCE driver to API version v1beta16

2013-11-03 Thread wrigri
Github user wrigri closed the pull request at: https://github.com/apache/libcloud/pull/174

[dev] libcloud pull request: Update GCE driver to API version v1beta16

2013-11-01 Thread wrigri
GitHub user wrigri opened a pull request: https://github.com/apache/libcloud/pull/174 Update GCE driver to API version v1beta16 Most of the changes are in the test fixtures, some were regenerated, some just had URLs updated as necessary. In addition, there were some changes

[dev] libcloud pull request: Libcloud 386 GCE Load Balancer Support

2013-10-09 Thread wrigri
Github user wrigri closed the pull request at: https://github.com/apache/libcloud/pull/142

[dev] libcloud pull request: Libcloud 386 GCE Load Balancer Support

2013-09-03 Thread wrigri
GitHub user wrigri opened a pull request: https://github.com/apache/libcloud/pull/142 Libcloud 386 GCE Load Balancer Support This adds Load Balancing support for Google Compute Engine. Since Load Balancer support for GCE is directly part of the GCE API, all of the API

[dev] libcloud pull request: Initial commit of support for Google Compute Engine.

2013-07-13 Thread wrigri
Github user wrigri closed the pull request at: https://github.com/apache/libcloud/pull/115

[dev] libcloud pull request: Initial commit of support for Google Compute Engine.

2013-06-21 Thread wrigri
GitHub user wrigri opened a pull request: https://github.com/apache/libcloud/pull/115 Initial commit of support for Google Compute Engine. The unit tests are still in development and will be coming in a separate commit. This currently works, and does not rely on any