Skip to content
Snippets Groups Projects
Commit 2089573e authored by René Nussbaumer's avatar René Nussbaumer
Browse files

Adding constants for setup-ssh


Signed-off-by: default avatarRené Nussbaumer <rn@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 3727671e
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment