You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by rahulbsw <gi...@git.apache.org> on 2018/10/02 23:24:23 UTC

[GitHub] ignite pull request #4899: Network discovery using consul and S3 resolver to...

GitHub user rahulbsw opened a pull request:

    https://github.com/apache/ignite/pull/4899

    Network discovery using consul and S3 resolver to handle public and private IP mapping

    Module added to discover node using consul,
    update aws module adding S3 base address resolution service which will help to handle accessing ignite cluster outside of aws using public and private ip map 


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rahulbsw/ignite master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4899.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 #4899
    
----
commit 597ef0ba939e56720eae2a223de650664b91e271
Author: Rahul <ra...@...>
Date:   2018-04-09T22:17:21Z

    AWS S3 IP Finder SPI ,
       replace depricated AWS APIs with new API
       added support to include public IP (for public address resolution)
    Added new S3 Address resolution depends on update S3 IP Finders SPI
    Add Consul IP Finder SPI and address resolvers

commit 18eda56c5be15d2dce55b0556ee8c85ee6b1dd7f
Author: Rahul <ra...@...>
Date:   2018-04-10T03:26:36Z

    Merge pull request #1 from apache/master
    
    Merge from apache/ignite master

commit 3202e71257418320e823093940461b0c03973812
Author: Rahul <ra...@...>
Date:   2018-04-21T20:11:53Z

    AWS S3 IP Finder SPI ,
       replace depricated AWS APIs with new API
       added support to include public IP (for public address resolution)
    Added new S3 Address resolution depends on update S3 IP Finders SPI
    Add Consul IP Finder SPI and address resolvers

commit 80a0b997c884d649f7a36f0e84e93e4747c27f02
Author: Rahul <ra...@...>
Date:   2018-04-21T20:18:11Z

    Merge remote-tracking branch 'origin/master' into aws-update_consul_support

----


---

[GitHub] ignite pull request #4899: Network discovery using consul and S3 resolver to...

Posted by rahulbsw <gi...@git.apache.org>.
Github user rahulbsw closed the pull request at:

    https://github.com/apache/ignite/pull/4899


---