[
https://issues.apache.org/jira/browse/LIBCLOUD-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14266483#comment-14266483
]
ASF GitHub Bot commented on LIBCLOUD-605:
-----------------------------------------
GitHub user verb opened a pull request:
https://github.com/apache/libcloud/pull/427
LIBCLOUD-605 GCE HTTP-LB support
Adds support for many HTTP LB primitives to the GCE NodeDriver. Reviewed
by @erjohnso.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/verb/libcloud LIBCLOUD-605_gce_httplb
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/427.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #427
----
commit 4da42e002047d8c7a932bf395e9bbbc2b7a21777
Author: Lee Verberne <[email protected]>
Date: 2014-12-23T21:50:24Z
GCE HTTP-LB support part 1: ex_* for get/list
This change wraps get/list for the resources in the /compute/ namespace
introduced by HTTP-LB. These low-level methods are in the compute
driver and not yet surfaced in the loadbalancer driver.
Integrates feedback from @erjohnso
commit c2526a38d573bb2ce4454ec5ef899ca01f286173
Author: Lee Verberne <[email protected]>
Date: 2014-08-30T00:01:04Z
GCE HTTP-LB support part 2: ex_* for create/destroy
This change wraps create/destroy for the resources in the /compute/
namespace introduced by HTTP-LB. These low-level methods are in the
compute driver and not yet surfaced in the loadbalancer driver.
commit 72681d04f68652754f12e4efb3424db61322d7cb
Author: Lee Verberne <[email protected]>
Date: 2014-12-19T23:24:20Z
GCE HTTP-LB support part 3: rebase & consistency
This comment rebases HTTP-LB back up to trunk and renames new methods
to be consistent with the convention of targetinstances.
Also of note is that GCE's ex_create_forwarding_rule has backwards
compatible parameter changes to rename 'targetpool' to the more generic
'target' now that it's used by targetinstance & targethttpproxy.
commit 1dfc86efcbbef4149ee0bf59a524dc9a386d8185
Author: Lee Verberne <[email protected]>
Date: 2014-12-30T18:36:16Z
Allow multiple healthchecks for backend services
Also improve documentation for target usage in forwarding rules.
----
> Support HTTP load balancing in the GCE driver
> ---------------------------------------------
>
> Key: LIBCLOUD-605
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-605
> Project: Libcloud
> Issue Type: New Feature
> Components: LoadBalancer
> Reporter: Lee Verberne
> Assignee: Eric Johnson
> Labels: Google
>
> This is a tracking issue to add support to libcloud for GCE's HTTP load
> balancing solution.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)