Revision 45317e3a lib/constants.py

b/lib/constants.py
146 146
CONFD = "ganeti-confd"
147 147
RAPI = "ganeti-rapi"
148 148
MASTERD = "ganeti-masterd"
149
# used in the ganeti-nbma project
150
NLD = "ganeti-nld"
151 149

  
152 150
DAEMONS_PORTS = {
153 151
  # daemon-name: ("proto", "default-port")
......
155 153
  CONFD: ("udp", 1814),
156 154
  RAPI: ("tcp", 5080),
157 155
  "ssh": ("tcp", 22),
158
  # used in the ganeti-nbma project
159
  NLD: ("udp", 1816),
160 156
}
161 157
DEFAULT_NODED_PORT = DAEMONS_PORTS[NODED][1]
162 158
DEFAULT_CONFD_PORT = DAEMONS_PORTS[CONFD][1]
163 159
DEFAULT_RAPI_PORT = DAEMONS_PORTS[RAPI][1]
164
# used in the ganeti-nbma project
165
DEFAULT_NLD_PORT = DAEMONS_PORTS[NLD][1]
166 160

  
167 161
FIRST_DRBD_PORT = 11000
168 162
LAST_DRBD_PORT = 14999

Also available in: Unified diff