You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcpcfg/testsuite/ngcpcfg-testsuite.cfg

32 lines
1004 B

# Filename: /etc/ngcp-config/ngcpcfg.cfg
# Purpose: main configuration file for ngcpcfg tools
# Note: do not modify unless you have a really good reason to do so
# directory name where ngcpcfg is managed through git
NGCPCTL_MAIN='./ngcp-config'
NGCPCTL_CONFIG="${NGCPCTL_MAIN}/config.yml"
HOST_CONFIG="${NGCPCTL_MAIN}/config.$(hostname).yml"
LOCAL_CONFIG="${NGCPCTL_MAIN}/config.local.yml"
CONSTANTS_CONFIG="${NGCPCTL_MAIN}/constants.yml"
# configuration files that should be managed
CONFIG_POOL='/tmp/output'
# location of templates
TEMPLATE_POOL_BASE="${NGCPCTL_MAIN}/templates/testsuite"
# location of service definitions
SERVICES_POOL_BASE="${NGCPCTL_MAIN}/templates/testsuite"
## NOTE: only supported with ngcp-ngcpcfg-ha
# supported values: {true,false}
SHARED_STORAGE='true'
# name of shared storage
GLUSTERFS='./glusterfs'
# name of shared storage repository
NGCPCTL_SHARE="${GLUSTERFS}/ngcpcfg-share"
## END OF FILE #################################################################