angelos.lib.const

All constants goes here.

class angelos.lib.const.Const

Bases: object

All global constants.

Bla bla bla

Attributes: A_TYPE_PERSON_CLIENT Archive type for PersonClientFacade A_TYPE_PERSON_SERVER Archive type for PersonServerFacade A_TYPE_MINISTRY_CLIENT Archive type for MinistryClientFacade A_TYPE_MINISTRY_SERVER Archive type for MinistryServerFacade A_TYPE_CHURCH_CLIENT Archive type for ChurchClientFacade A_TYPE_CHURCH_SERVER Archive type for ChurchServerFacade

A_TYPE_BEARER Archive type for courier data. A_TYPE_SEED Archive type for seed data. A_TYPE_ARCHIVE Archive type for general fs data.

A_ROLE_PRIMARY Current node has a primary role in the domain A_ROLE_BACKUP Current node has a backup role in the domain

A_USE_VAULT Archive used as vault A_USE_HOME Archive used as an encrypted home directory A_USE_MAIL Archive used as intrachurch mail routing pool A_USE_POOL Archive used as public document pool A_USE_FTP Archive used as encrypted ftp file system A_USE_ROUTING Archive used as interchurch mail routing pool A_USE_META Archive used as internal node meta-information

CNL_VAULT Vault file path CNL_HOME Encrypted home directory file path CNL_MAIL Mail routing pool file path CNL_POOL Public document pool file path CNL_FTP Encrypted ftp file path CNL_ROUTING Mail routing pool file path CNL_META Meta information storage path

ARCH_BLK_1 = 227
ARCH_BLK_2 = 454
ARCH_BLK_4 = 908
A_ROLE_BACKUP = 98
A_ROLE_PRIMARY = 112
A_TYPE_ARCHIVE = 97
A_TYPE_BEARER = 98
A_TYPE_CHURCH_CLIENT = 99
A_TYPE_CHURCH_SERVER = 67
A_TYPE_MINISTRY_CLIENT = 109
A_TYPE_MINISTRY_SERVER = 77
A_TYPE_PERSON_CLIENT = 112
A_TYPE_PERSON_SERVER = 80
A_TYPE_SEED = 115
A_USE_FTP = 102
A_USE_HOME = 104
A_USE_MAIL = 109
A_USE_META = 77
A_USE_POOL = 112
A_USE_ROUTING = 114
A_USE_VAULT = 118
CNL_FTP = 'ftp.ar7'
CNL_HOME = 'home.ar7'
CNL_MAIL = 'mail.ar7'
CNL_META = 'meta.ar7'
CNL_POOL = 'pool.ar7'
CNL_ROUTING = 'routing.ar7'
CNL_VAULT = 'vault.ar7'
OPT_LISTEN = ['localhost', 'loopback', 'hostname', 'domain', 'ip', 'any']