aboutsummaryrefslogtreecommitdiffstats
path: root/sdv/docker/sdvsecurity/nfvsec/conf/00_common.conf
diff options
context:
space:
mode:
authorSridhar Rao <sridhar.rao@spirent.com>2021-06-14 09:42:15 +0000
committerGerrit Code Review <gerrit@opnfv.org>2021-06-14 09:42:15 +0000
commit59b843cdd9ea6f704412d760ece42f2a49dfb9cd (patch)
treea47666b7b1ab9426facdc2f35783907b3731bc13 /sdv/docker/sdvsecurity/nfvsec/conf/00_common.conf
parent5797983f51bea393307a0319bad438a798fcd054 (diff)
parent0c3b23c3a3f48f1fbc2e59e76245a847de53ab92 (diff)
Merge "[WIP]: Openstack Security Check"
Diffstat (limited to 'sdv/docker/sdvsecurity/nfvsec/conf/00_common.conf')
-rw-r--r--sdv/docker/sdvsecurity/nfvsec/conf/00_common.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/sdv/docker/sdvsecurity/nfvsec/conf/00_common.conf b/sdv/docker/sdvsecurity/nfvsec/conf/00_common.conf
new file mode 100644
index 0000000..fb3ec0d
--- /dev/null
+++ b/sdv/docker/sdvsecurity/nfvsec/conf/00_common.conf
@@ -0,0 +1,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 = ['']