Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Refactor the configuration of ports to auto select ports. #27

Closed
nuxlli opened this issue Mar 14, 2014 · 1 comment
Closed

Refactor the configuration of ports to auto select ports. #27

nuxlli opened this issue Mar 14, 2014 · 1 comment

Comments

@nuxlli
Copy link
Member

nuxlli commented Mar 14, 2014

The azk uses several ports for communication of internal components:

5641   # spfs - p9fs server
5622   # ssh port to virtual machine
15680  # http balancer
5640   # rpc commands
5639   # realtime events

These ports may conflict with ports used by the user and that make the process too complicated for implementing agent.

Because these ports are just ports for communication of the components of AZK they do not necessarily need to be configured for any specific port.

@nuxlli
Copy link
Member Author

nuxlli commented Jun 11, 2014

In version 0.2.0 we started to use a different strategy: when azk agent starts it searches for available ports above port 11000.

Only in the case of Linux (running directly on the Docker) is that you must specify the port where the balancer should run.

@nuxlli nuxlli closed this as completed Jun 11, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant