Re: [jgroups-users] Deploying in Azure and IPs

Questions/problems related to using JGroups <[email protected]> Fri, 25 Nov 2016 15:13:40 +0100
Newsgroups gmane.comp.java.javagroups.general
Message-ID <[email protected]>
Have you looked at AZURE_PING [1]?

Note that you can use regexps to find addresses, e.g. 
bind_addr="match-address:10.0.0.*" or 
external_addr="match-host:domain.*", see [2] for details (below the 
first table).

[1] https://github.com/jgroups-extras/jgroups-azure
[2] http://www.jgroups.org/manual4/index.html#Transport

On 25/11/16 14:31, Questions/problems related to using JGroups wrote:
> Dear all,
>
> We have been deploying a few couple of machines in Azure Cloud.
> For now we have been using a config with both a bind_addr and an
> external address :
>
> <TCP
> ....
>          bind_addr="10.0.0.4"
>          external_addr="domain.westeurope.cloudapp.azure.com
> <http://domain.westeurope.cloudapp.azure.com>"
> ....
>
> We would now like to scale to many more machines (still in Azure), and
> we would like to share the jgroups config on all of them.
> Are there any known ways to retrieve the proper addresses when they are
> not known in advance?
>
> Thanks in advance,
>
>
> ActiveViam
>
> 46 rue de l'Arbre Sec, 75001 Paris
> France
> Twitter <https://twitter.com/active_viam>	Blog
> <http://activeviam.com/blog/>	Linkedin
> <https://www.linkedin.com/company/85029>	Youtube
> <https://www.youtube.com/channel/UCGjYnbjlPamN0RvSm3eGqCw>
>
> 	Alexandre de Champeaux
> *R&D Engineer*
>
> Websitewww.activeviam.com <https://activeviam.com/>
>
> 	
>
>
>
> ------------------------------------------------------------------------------
>
>
>
> _______________________________________________
> javagroups-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/javagroups-users
>

-- 
Bela Ban, JGroups lead (http://www.jgroups.org)


------------------------------------------------------------------------------