aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/testcases/resources/collector.properties
diff options
context:
space:
mode:
authorEdyta Krukowska <edyta.krukowska@nokia.com>2020-08-19 12:34:49 +0200
committerMichal Banka <michal.banka@nokia.com>2020-08-20 11:49:37 +0200
commit4236d2f7dca97b175c757a7cea2a69e8946e3523 (patch)
tree0aff831398315a321abae49dcdca8b3447a4a254 /tests/dcaegen2/testcases/resources/collector.properties
parent593176002156698f7c9e080594d53749bf91994d (diff)
Added csit tests for StndDefined disabled validation
Issue-ID: DCAEGEN2-2254 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I806648d8d746dc1b9e999b967ca28e66c43c6852
Diffstat (limited to 'tests/dcaegen2/testcases/resources/collector.properties')
-rwxr-xr-xtests/dcaegen2/testcases/resources/collector.properties73
1 files changed, 0 insertions, 73 deletions
diff --git a/tests/dcaegen2/testcases/resources/collector.properties b/tests/dcaegen2/testcases/resources/collector.properties
deleted file mode 100755
index cd417635..00000000
--- a/tests/dcaegen2/testcases/resources/collector.properties
+++ /dev/null
@@ -1,73 +0,0 @@
-###############################################################################
-##
-## Collector Server config
-##
-## - Default values are shown as commented settings.
-##
-###############################################################################
-##
-## HTTP(S) service
-##
-## Normally:
-##
-## - 8080 is http service
-## - https is disabled by default
-##
-## - At this time, the server always binds to 0.0.0.0
-##
-##
-collector.service.port=8080
-
-## Authentication is only supported via secure port
-## When enabled - require valid keystore defined
-collector.service.secure.port=8443
-
-# auth.method flags:
-#
-# noAuth - default option - no security (http)
-# certBasicAuth - auth by certificate and basic auth username / password (https)
-auth.method=certBasicAuth
-
-## Combination of userid,hashPassword encoded pwd list to be supported
-## userid and pwd comma separated; pipe delimitation between each pair
-## Password is generated by crypt-password library using BCrypt algorithm stored in dcaegen2/sdk package
-## or https://nexus.onap.org/#nexus-search;quick~crypt-password
-header.authlist=sample1,$2a$10$0buh.2WeYwN868YMwnNNEuNEAMNYVU9.FSMJGyIKV3dGET/7oGOi6
-
-## The keystore must be setup per installation when secure port is configured
-collector.keystore.file.location=etc/keystore
-collector.keystore.passwordfile=etc/passwordfile
-
-collector.cert.subject.matcher=etc/certSubjectMatcher.properties
-
-## The truststore must be setup per installation when mutual tls support is configured
-collector.truststore.file.location=etc/truststore
-collector.truststore.passwordfile=etc/trustpasswordfile
-
-## Schema Validation checkflag
-## default no validation checkflag (-1)
-## If enabled (1) - schemafile location must be specified
-collector.schema.checkflag=1
-collector.schema.file={\"v1\":\"./etc/CommonEventFormat_27.2.json\",\"v2\":\"./etc/CommonEventFormat_27.2.json\",\"v3\":\"./etc/CommonEventFormat_27.2.json\",\"v4\":\"./etc/CommonEventFormat_27.2.json\",\"v5\":\"./etc/CommonEventFormat_28.4.1.json\",\"v7\":\"./etc/CommonEventFormat_30.2_ONAP.json\"}
-
-## Schema StndDefinedFields Validation checkflag
-## default no validation checkflag (-1)
-## If enabled (1) - schema files locations must be specified, mapping file path must be specified, schema reference path
-## in event json must be specified, path to stndDefined data field in event json must be specified
-collector.externalSchema.checkflag=1
-collector.externalSchema.schemasLocation=./etc/externalRepo/
-collector.externalSchema.mappingFileLocation=./etc/externalRepo/schema-map.json
-event.externalSchema.schemaRefPath=/event/stndDefinedFields/schemaReference
-event.externalSchema.stndDefinedDataPath=/event/stndDefinedFields/data
-
-## List all streamid per domain to be supported. The streamid should match to channel name on dmaapfile
-collector.dmaap.streamid=fault=ves-fault|syslog=ves-syslog|heartbeat=ves-heartbeat|measurementsForVfScaling=ves-measurement|mobileFlow=ves-mobileflow|other=ves-other|stateChange=ves-statechange|thresholdCrossingAlert=ves-thresholdCrossingAlert|voiceQuality=ves-voicequality|sipSignaling=ves-sipsignaling|notification=ves-notification|pnfRegistration=ves-pnfRegistration|3GPP-FaultSupervision=ves-3gpp-fault-supervision|3GPP-Heartbeat=ves-3gpp-heartbeat|3GPP-Provisioning=ves-3gpp-provisioning|3GPP-PerformanceAssurance=ves-3gpp-performance-assurance
-collector.dmaapfile=./etc/DmaapConfig.json
-
-## Event transformation Flag - when set expects configurable transformation
-## defined under ./etc/eventTransform.json
-## Enabled by default; to disable set to 0
-event.transform.flag=1
-
-# Describes at what frequency (measured in minutes) should application try to fetch config from CBS
-collector.dynamic.config.update.frequency=5