Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Add a reference for some of the most common environment variables #131

@sharifsalah

Description

@sharifsalah

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions