GitHub user IMS94 opened a pull request:
https://github.com/apache/curator/pull/174
Introduced hostname to InstanceSpec class for improved network interface
compatibility
Currently, when we create a TestingCluster, all the TestingServers will be
bound to the local interface (127.0.0.1). This becomes a constraint if we want
to run a TestingCluster which can be used for testing over a network (say LAN).
To provide more flexibility over network interfaces, I have added the
concept of **hostname** into the **InstanceSpec** class in this PR.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/IMS94/curator master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/174.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 #174
----
commit a8a5d46cca4a6257d7f8edce9f3d21af3526847b
Author: Imesha <[email protected]>
Date: 2016-11-29T09:54:37Z
Introduced hostname to InstanceSpec so that the TestingServer can be bound
to other interfaces in a machine other than localhost (127.0.01)
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---