aboutsummaryrefslogtreecommitdiffstats
path: root/sdv/docker/sdvsecurity/nfvsec/conf/00_common.conf
blob: fb3ec0dfa89155adac79fae9e97d42df19b6709b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import os

# default log output directory for all logs
LOG_DIR = '/tmp'

# default log for all "small" executables
LOG_FILE_DEFAULT = 'csure.log'

ROOT_DIR = os.path.normpath(os.path.join(
    os.path.dirname(os.path.realpath(__file__)), '../'))

RESULTS_PATH = '/tmp'

# 'debug', 'info', 'warning', 'error', 'critical'
VERBOSITY = 'warning'

# One of 'docker' (rhosp, devstack-kolla), 'k8s' (airship), 'legacy' (devstack, tungsten-fabric, fuel)
DEPLOYMENT = 'k8s'

EXCLUDE_MODULES = ['']