[JBoss JIRA] (ISPN-10421) ServerNG: semantic network address configuration
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10421?page=com.atlassian.jira.plugin... ]
Tristan Tarrant closed ISPN-10421.
----------------------------------
> ServerNG: semantic network address configuration
> ------------------------------------------------
>
> Key: ISPN-10421
> URL: https://issues.jboss.org/browse/ISPN-10421
> Project: Infinispan
> Issue Type: Sub-task
> Components: Configuration, Server
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Beta5
>
>
> Use semantic naming for interface / network address selection compatible with JGroups http://www.jgroups.org/manual4/index.html#Transport
> * GLOBAL Picks a global IP address if available. If not, falls back to a SITE_LOCAL IP address.
> * SITE_LOCAL Picks a site local (non routable) IP address, e.g. from the 192.168.0.0 or 10.0.0.0 address range.
> * LINK_LOCAL Picks a link-local IP address, from 169.254.1.0 through 169.254.254.255.
> * NON_LOOPBACK Picks any non loopback address.
> * LOOPBACK Pick a loopback address, e.g. 127.0.0.1.
> * match-interface Pick an address which matches a pattern against the interface name, e.g. match-interface:eth.\*
> * match-address Pick an address which matches a pattern against the host address, e.g. match-address:192.168.\*
> * match-host Pick an address which matches a pattern against the host name, e.g. match-host:linux.\*
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years
[JBoss JIRA] (ISPN-9945) ServerNG: Test Suite
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-9945?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant resolved ISPN-9945.
-----------------------------------
Fix Version/s: 10.0.0.Final
Resolution: Done
> ServerNG: Test Suite
> --------------------
>
> Key: ISPN-9945
> URL: https://issues.jboss.org/browse/ISPN-9945
> Project: Infinispan
> Issue Type: Sub-task
> Components: Server, Test Suite
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> Implement a test harness with the following objectives:
> * minimize server start/stops by reusing the same servers multiple times
> * simplify development and execution of the tests without requiring complex setups
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years