[GitHub] stratos pull request: Google compute engine load balancing support

2015-10-11 Thread asankasanjaya
Github user asankasanjaya commented on the pull request: https://github.com/apache/stratos/pull/433#issuecomment-147193032 I have changed the logic for health check creation. So health checks are created using the port map configuration related to the application instead of using the

[GitHub] stratos pull request: Google compute engine load balancing support

2015-08-17 Thread asankasanjaya
Github user asankasanjaya commented on a diff in the pull request: https://github.com/apache/stratos/pull/433#discussion_r37168335 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/util/GCEOperations.java --- @@ -0,0 +1,589 @@ +/*

[GitHub] stratos pull request: Google compute engine load balancing support

2015-08-17 Thread asankasanjaya
Github user asankasanjaya commented on a diff in the pull request: https://github.com/apache/stratos/pull/433#discussion_r37168330 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/util/GCEOperations.java --- @@ -0,0 +1,589 @@ +/*

[GitHub] stratos pull request: Google compute engine load balancing support

2015-08-16 Thread swgkg
Github user swgkg commented on a diff in the pull request: https://github.com/apache/stratos/pull/433#discussion_r37158810 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/util/GCEOperations.java --- @@ -0,0 +1,589 @@ +/* + *

[GitHub] stratos pull request: Google compute engine load balancing support

2015-08-16 Thread swgkg
Github user swgkg commented on a diff in the pull request: https://github.com/apache/stratos/pull/433#discussion_r37158573 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/util/GCEOperations.java --- @@ -0,0 +1,589 @@ +/* + *

[GitHub] stratos pull request: Google compute engine load balancing support

2015-08-14 Thread asankasanjaya
GitHub user asankasanjaya opened a pull request: https://github.com/apache/stratos/pull/433 Google compute engine load balancing support You can merge this pull request into a Git repository by running: $ git pull https://github.com/asankasanjaya/stratos master Alternatively

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread asankasanjaya
Github user asankasanjaya commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36942991 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCELoadBalancer.java --- @@ -0,0 +1,391 @@ +/*

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread asankasanjaya
Github user asankasanjaya commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36941948 --- Diff: extensions/load-balancer/gce-extension/src/main/assembly/bin.xml --- @@ -0,0 +1,70 @@ + + +http://maven.apache.org/plugins/maven-

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread asankasanjaya
Github user asankasanjaya commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36941856 --- Diff: components/org.apache.stratos.cartridge.agent/src/test/java/org/apache/stratos/cartridge/agent/test/JavaCartridgeAgentTest.java --- @@ -77,6

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36939532 --- Diff: extensions/load-balancer/pom.xml --- @@ -36,6 +36,7 @@ haproxy-extension nginx-extension +gce-extensio

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36939485 --- Diff: extensions/load-balancer/gce-extension/src/main/license/LICENSE --- @@ -0,0 +1,481 @@ + + Apache License

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36939443 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/util/GCEOperations.java --- @@ -0,0 +1,582 @@ +/* + *

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36939331 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/util/GCEOperations.java --- @@ -0,0 +1,582 @@ +/* + *

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36939245 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/Main.java --- @@ -0,0 +1,113 @@ +/* + * Licensed to th

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36939218 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCEStatisticsReader.java --- @@ -0,0 +1,52 @@ +/* + *

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36939163 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCELoadBalancer.java --- @@ -0,0 +1,391 @@ +/* + * Lic

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36939143 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCELoadBalancer.java --- @@ -0,0 +1,391 @@ +/* + * Lic

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36939135 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCELoadBalancer.java --- @@ -0,0 +1,391 @@ +/* + * Lic

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36939122 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCELoadBalancer.java --- @@ -0,0 +1,391 @@ +/* + * Lic

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36939081 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCELoadBalancer.java --- @@ -0,0 +1,391 @@ +/* + * Lic

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36939054 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCELoadBalancer.java --- @@ -0,0 +1,391 @@ +/* + * Lic

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36938995 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCELoadBalancer.java --- @@ -0,0 +1,391 @@ +/* + * Lic

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36939007 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCELoadBalancer.java --- @@ -0,0 +1,391 @@ +/* + * Lic

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36938985 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCELoadBalancer.java --- @@ -0,0 +1,391 @@ +/* + * Lic

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36938959 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCELoadBalancer.java --- @@ -0,0 +1,391 @@ +/* + * Lic

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36938936 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCELoadBalancer.java --- @@ -0,0 +1,391 @@ +/* + * Lic

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36938900 --- Diff: extensions/load-balancer/gce-extension/src/main/conf/gce-configuration.xml --- @@ -0,0 +1,32 @@ + + + + +127.0.0.1

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36938924 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCELoadBalancer.java --- @@ -0,0 +1,391 @@ +/* + * Lic

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36938879 --- Diff: extensions/load-balancer/gce-extension/src/main/bin/gce-extension.sh --- @@ -0,0 +1,39 @@ +#!/bin/bash +# ---

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36938859 --- Diff: extensions/load-balancer/gce-extension/src/main/assembly/bin.xml --- @@ -0,0 +1,70 @@ + + +http://maven.apache.org/plugins/maven-assembly

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36938774 --- Diff: components/org.apache.stratos.load.balancer.common/src/main/java/org/apache/stratos/load/balancer/common/event/receivers/LoadBalancerCommonTopologyEventR

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread imesh
Github user imesh commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36938744 --- Diff: components/org.apache.stratos.cartridge.agent/src/test/java/org/apache/stratos/cartridge/agent/test/JavaCartridgeAgentTest.java --- @@ -77,6 +77,7 @

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread isurulucky
Github user isurulucky commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36925677 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/util/GCEOperations.java --- @@ -0,0 +1,582 @@ +/*

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread isurulucky
Github user isurulucky commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36925504 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCELoadBalancer.java --- @@ -0,0 +1,391 @@ +/* +

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread isurulucky
Github user isurulucky commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36925340 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCELoadBalancer.java --- @@ -0,0 +1,391 @@ +/* +

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-12 Thread isurulucky
Github user isurulucky commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36925152 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/GCELoadBalancer.java --- @@ -0,0 +1,391 @@ +/* +

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-11 Thread asankasanjaya
Github user asankasanjaya commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36717871 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/util/GCEOperations.java --- @@ -0,0 +1,588 @@ +/*

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-10 Thread swgkg
Github user swgkg commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36712387 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/util/GCEOperations.java --- @@ -0,0 +1,588 @@ +/* + *

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-10 Thread swgkg
Github user swgkg commented on the pull request: https://github.com/apache/stratos/pull/419#issuecomment-129707792 Hi Asanka, Please use the log.error(object,throwable) method when you are log the error logs with the exception catch block. This is the standard we have followe

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-10 Thread swgkg
Github user swgkg commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36712101 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/util/GCEOperations.java --- @@ -0,0 +1,588 @@ +/* + *

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-10 Thread swgkg
Github user swgkg commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36712081 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/util/GCEOperations.java --- @@ -0,0 +1,588 @@ +/* + *

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-07 Thread asankasanjaya
GitHub user asankasanjaya opened a pull request: https://github.com/apache/stratos/pull/419 Google compute engine load balancing support for stratos You can merge this pull request into a Git repository by running: $ git pull https://github.com/asankasanjaya/stratos master Al