Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "BuildServerPorts"

Line 12: Line 12:
 
who forward to their ISP, and can take roughly a week to obtain.  
 
who forward to their ISP, and can take roughly a week to obtain.  
  
 
+
;
== WTP ==
+
;
 
+
;
=== well known ===
+
{| border="2"
 
+
|+ Ports in use on 'build.eclipse.org' (''utils'' node) as of approximately December 12, 2006
WTP build uses CruiseControl, and our instance uses ports
+
! Project !! well known port(s) !! internal port(s) !! Notes
 
+
|-
7000, 7777 (cruiseconsole console and status page, respectively)
+
! WTP !! 7000, 7777 !! 20000 - 29999 !!{|align="right"|}  7000, and 7777 are for CruiseConsole console and status page, respectively.
  
 
I believe we no longer need or use the following
 
I believe we no longer need or use the following
Line 26: Line 26:
 
</del>
 
</del>
  
=== internal ===
+
Need to find whole list, but 'Servers' currently assigned: 22100-22200  
 
+
(and currently only uses 22150).
Some of our unit tests use ports the range 20000 to 29999.
+
 
+
FYI, need to find whole list, but Serves currently assigned: 22100-22200  
+
(and currently only use 22150)
+
 
+
 
+
 
+
== Orbit ==
+
 
+
Orbit build uses CruiseControl, and our instance uses ports
+
  
9000, 9777  (cruiseconsole console and status page, respectively)
+
!
 +
|
 +
|-
 +
! Orbit !! 9000, 9777  !!  !!  CruiseControl console and status page, respectively
 +
!
 +
|
 +
|}

Revision as of 14:11, 7 December 2006

This page is to document ports that are used on the build.eclipse.org server by teams that are doing build or Unit tests there.

In the following, '"well known"' means it is given to others to access some function, so should be relatively long term, and needs to be open to the public in the firewall. Whereas '"internal"' means a port that needs to be distinct from other processes running on the util node, it does not need to be open to the public, and would likely be feasible to change, if need be. For example, those used in unit tests. Note: to be open in the firewall, takes a note to the webmasters, who forward to their ISP, and can take roughly a week to obtain.

Ports in use on 'build.eclipse.org' (utils node) as of approximately December 12, 2006
Project well known port(s) internal port(s) Notes
WTP 7000, 7777 20000 - 29999 align="right"|} 7000, and 7777 are for CruiseConsole console and status page, respectively.

I believe we no longer need or use the following 7070, 7077 ( build tools)

Need to find whole list, but 'Servers' currently assigned: 22100-22200 (and currently only uses 22150).

Orbit 9000, 9777 CruiseControl console and status page, respectively

Back to the top