Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 25679176F3 for ; Thu, 30 Apr 2015 09:53:03 +0000 (UTC) Received: (qmail 42074 invoked by uid 500); 30 Apr 2015 09:53:03 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 42033 invoked by uid 500); 30 Apr 2015 09:53:03 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 41958 invoked by uid 99); 30 Apr 2015 09:53:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2015 09:53:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [54.76.25.247] (HELO mx1-eu-west.apache.org) (54.76.25.247) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2015 09:52:37 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 3A8602D18D for ; Thu, 30 Apr 2015 09:52:34 +0000 (UTC) Received: (qmail 39747 invoked by uid 99); 30 Apr 2015 09:52:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2015 09:52:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7B314E0061; Thu, 30 Apr 2015 09:52:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yzhdanov@apache.org To: commits@ignite.incubator.apache.org Date: Thu, 30 Apr 2015 09:52:53 -0000 Message-Id: <804e0e20f5084264b3cd2cd086073ea4@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [23/50] incubator-ignite git commit: merge from ignite-790 to ignite-sprint-4 X-Virus-Checked: Checked by ClamAV on apache.org merge from ignite-790 to ignite-sprint-4 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/2b02dd02 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/2b02dd02 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/2b02dd02 Branch: refs/heads/ignite-752 Commit: 2b02dd0269f93a4817daf7c6c19b2ed8301b693c Parents: ac399d9 5e28951 Author: Denis Magda Authored: Wed Apr 29 13:47:35 2015 +0300 Committer: Denis Magda Committed: Wed Apr 29 13:47:35 2015 +0300 ---------------------------------------------------------------------- modules/cloud/README.txt | 32 ++ modules/cloud/licenses/apache-2.0.txt | 202 +++++++++ modules/cloud/pom.xml | 108 +++++ .../cloud/TcpDiscoveryCloudIpFinder.java | 433 +++++++++++++++++++ .../tcp/ipfinder/cloud/package-info.java | 21 + .../TcpDiscoveryCloudIpFinderSelfTest.java | 124 ++++++ .../tcp/ipfinder/cloud/package-info.java | 22 + .../ignite/testsuites/IgniteCloudTestSuite.java | 112 +++++ .../discovery/tcp/TcpDiscoverySpiAdapter.java | 10 +- pom.xml | 1 + 10 files changed, 1062 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/2b02dd02/pom.xml ---------------------------------------------------------------------- diff --cc pom.xml index 200a84d,6585c37..2a45704 --- a/pom.xml +++ b/pom.xml @@@ -76,7 -75,7 +76,8 @@@ modules/jcl modules/schema-import modules/codegen + modules/gce + modules/cloud