From 2089573ea5ee5b80864314f3f42138c7dc4b3aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Nussbaumer?= <rn@google.com> Date: Tue, 13 Jul 2010 16:29:49 +0200 Subject: [PATCH] Adding constants for setup-ssh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: RenΓ© Nussbaumer <rn@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- lib/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/constants.py b/lib/constants.py index da52f1357..8168cb77c 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -147,6 +147,7 @@ DAEMONS_PORTS = { NODED: ("tcp", 1811), CONFD: ("udp", 1814), RAPI: ("tcp", 5080), + "ssh": ("tcp", 22), # used in the ganeti-nbma project NLD: ("udp", 1816), } @@ -175,6 +176,7 @@ LOG_OS_DIR = LOG_DIR + "os" LOG_WATCHER = LOG_DIR + "watcher.log" LOG_COMMANDS = LOG_DIR + "commands.log" LOG_BURNIN = LOG_DIR + "burnin.log" +LOG_SETUP_SSH = LOG_DIR + "setup-ssh.log" DEV_CONSOLE = "/dev/console" -- GitLab