Merge "Add web / fingergw connections for components graph"

This commit is contained in:
Zuul 2019-04-03 05:03:04 +00:00 committed by Gerrit Code Review
commit df79fc8802
1 changed files with 6 additions and 0 deletions

View File

@ -25,7 +25,9 @@ which is described below.
Executor -- Statsd
Web -- Gearman
Web -- Zookeeper
Web -- Executor
Finger -- Gearman
Finger -- Executor
Gearman -- Scheduler;
Scheduler -- Gerrit;
@ -52,6 +54,10 @@ communicate with the hosts which nodepool provides. If these are on
private networks, the Executors will need to be able to route traffic
to them.
Only Zuul fingergw and Zuul web need to be publicly accessible;
executors never do. Executors should be accessible on TCP port 7900
by fingergw and web.
If statsd is enabled, the executors and scheduler needs to be able to
emit data to statsd. Statsd can be configured to run on each host
and forward data, or services may emit to a centralized statsd