Bogdan Caprita | c87a914 | 2014-07-21 10:38:13 -0700 | [diff] [blame] | 1 | package config |
| 2 | |
| 3 | const ( |
| 4 | // EnvelopeEnv is the name of the environment variable that holds the |
| 5 | // serialized node manager application envelope. |
| 6 | EnvelopeEnv = "VEYRON_NM_ENVELOPE" |
| 7 | // PreviousEnv is the name of the environment variable that holds the |
| 8 | // path to the previous version of the node manager. |
| 9 | PreviousEnv = "VEYRON_NM_PREVIOUS" |
| 10 | // OriginEnv is the name of the environment variable that holds the |
| 11 | // object name of the application repository that can be used to |
| 12 | // retrieve the node manager application envelope. |
| 13 | OriginEnv = "VEYRON_NM_ORIGIN" |
| 14 | // RootEnv is the name of the environment variable that holds the |
| 15 | // path to the directory in which node manager workspaces are |
| 16 | // created. |
| 17 | RootEnv = "VEYRON_NM_ROOT" |
| 18 | // CurrentLinkEnv is the name of the environment variable that holds |
| 19 | // the path to the soft link that points to the current node manager. |
| 20 | CurrentLinkEnv = "VEYRON_NM_CURRENT" |
| 21 | ) |