module documentation

Module holding different constants.

Constant ALLOCATABLE_KEY Undocumented
Constant DAEMONS_EXTRA_LOGFILES Undocumented
Constant DAEMONS_LOGFILES Undocumented
Constant EXT_PLUGIN_MASK Undocumented
Constant FAILED_KEY Undocumented
Constant IE_MAGIC_RE Undocumented
Constant JOB_FILE_RE Undocumented
Constant JOB_ID_TEMPLATE Undocumented
ALLOCATABLE_KEY: str =

Undocumented

Value
'allocatable'
DAEMONS_EXTRA_LOGFILES =

Undocumented

Value
dict(((daemon, dict((extra, pathutils.GetLogFilename(DAEMONS_EXTRA_LOGBASE[
    daemon][extra])) for extra in DAEMONS_EXTRA_LOGBASE[daemon])) for
    daemon in DAEMONS_EXTRA_LOGBASE))
DAEMONS_LOGFILES =

Undocumented

Value
dict(((daemon, pathutils.GetLogFilename(DAEMONS_LOGBASE[daemon])) for daemon in
    DAEMONS_LOGBASE))
EXT_PLUGIN_MASK =

Undocumented

Value
re.compile(r'^[a-zA-Z0-9_-]+$')
FAILED_KEY: str =

Undocumented

Value
'failed'
IE_MAGIC_RE =

Undocumented

Value
re.compile(r'^[-_\.a-zA-Z0-9]{5,100}$')
JOB_FILE_RE =

Undocumented

Value
re.compile('^job-(%s)$'%JOB_ID_TEMPLATE)
JOB_ID_TEMPLATE: str =

Undocumented

Value
'\\d+'