blob: c3c3d7b8ba3c987435a01b4c1b26397ac6ffb68e [file] [log] [blame]
Jiri Simsa24e87aa2014-06-09 09:27:34 -07001package impl
2
Jiri Simsa24e87aa2014-06-09 09:27:34 -07003const (
Jiri Simsa4d832ed2014-07-11 10:58:16 -07004 // BinaryEnv is the name of the environment variable that holds the
5 // object name used for obtaining the node manager binary.
6 BinaryEnv = "VEYRON_NM_BINARY"
Jiri Simsaa95daec2014-06-20 15:51:59 -07007 // PreviousEnv is the name of the environment variable that holds
8 // the path to the workspace that contains the previous version of
9 // the node manager.
10 PreviousEnv = "VEYRON_NM_PREVIOUS"
11 // OriginEnv is the name of the environment variable that holds the
Bogdan Capritad9281a32014-07-02 14:40:39 -070012 // object name of the application repository that can be used to
Jiri Simsaa95daec2014-06-20 15:51:59 -070013 // retrieve the node manager application envelope.
14 OriginEnv = "VEYRON_NM_ORIGIN"
15 // RootEnv is the name of the environment variable that holds the
16 // path to the directory in which node manager workspaces are
17 // created.
18 RootEnv = "VEYRON_NM_ROOT"
Jiri Simsa24e87aa2014-06-09 09:27:34 -070019)