Add a reference for some of the most common environment variables, such as:
Outline
OL_BASE_SESSION_PATH
OL_LAYER_SESSION_PATH
OL_LAYER_RANGE
OL_VERSION
OL_OS
OL_TAG_OVERRIDE
OL_CONFIG
CueBot
CUEBOT_HOSTS
CUEBOT_GRPC_CUE_PORT
CUEBOT_GRPC_RQD_SERVER_PORT
Other
CUEGUI_DEFAULT_INI_PATH # CueGUI/Constants.py
OPENCUE_CONF (PyCue)
CUESUBMIT_CONFIG_FILE
CUE_FRAME_LOG_DIR
CUE_FS_ROOT
CUE_PYTHON_BIN
CUE_PYTHONPATH
# Path where all of the Cue Python libraries and their dependencies are installed.
# The recommended workflow is for this to be a virtual environment, like:
# CUE_PYTHONPATH = '<path to virtualenv>/lib/python2.7/site-packages'
We should also try to document the locations of the various config files:
- PyCue: pycue/opencue/default.yaml
- CueGUI: cuegui/cuegui/config/*.(yaml|ini)
- CueSubmit: $CUESUBMIT_CONFIG_FILE
- PyOutline: pyoutline/etc/config.cfg
- RQD: /etc/opencue/rqd.conf
- cueadmin: N/A
These are just some examples as there are many others, but it would be good to publish something basic and add to it over time.
Please add any suggestions for useful variables or config files to this issue.