From 52b360cc12644c34b72c50c1190558d9eedcdfa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= Date: Fri, 25 Jan 2019 18:10:47 +0100 Subject: [PATCH] Incoming connections over 19885/TCP are needed on nodes This is already mentioned in Nodepool's operator guide when speaking about clouds. Let's make sure that the same thing is mentioned when speaking about a statically preconfigured set of nodes. Change-Id: Icc7786d54a0a4c1f499704bcb0fb59199a30f615 --- doc/source/admin/nodepool_static.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/admin/nodepool_static.rst b/doc/source/admin/nodepool_static.rst index 60635e4ba1..ff2d35d6af 100644 --- a/doc/source/admin/nodepool_static.rst +++ b/doc/source/admin/nodepool_static.rst @@ -16,6 +16,8 @@ the following requirements: * Must be reachable by Zuul executors and have SSH access enabled. * Must have a user that Zuul can use for SSH. * Must have Python 2 installed for Ansible. +* Must be reachable by Zuul executors over TCP port 19885 (console log + streaming). When setting up your nodepool.yaml file, you will need the host keys for each node for the ``host-key`` value. This can be obtained with