aboutsummaryrefslogtreecommitdiffstats
path: root/plans
diff options
context:
space:
mode:
authorFilip Krzywka <filip.krzywka@nokia.com>2019-03-26 14:30:01 +0100
committerFilip Krzywka <filip.krzywka@nokia.com>2019-03-28 14:21:12 +0100
commit94b43bebf72f60d9cfd67b0abce8a0c5619c0012 (patch)
tree0e76538185412dfcc64f478fd35c46850aeb55e3 /plans
parent975f3eb217d02e2a4c92a7a3173c39c8dd92353f (diff)
Redefine Routing
This change follows related changes in DCAEGEN2-1347 - routing is no longer read from configuration file - routing format kept in CBS have been adjusted to platform definitions Change-Id: I5f6c53325d5ea04d2f5ab13a7ff134932f7edeb0 Issue-ID: DCAEGEN2-1347 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'plans')
-rw-r--r--plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/insecure.json13
-rw-r--r--plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/secure.json13
2 files changed, 0 insertions, 26 deletions
diff --git a/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/insecure.json b/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/insecure.json
index 9af02ffd..3df8e6e8 100644
--- a/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/insecure.json
+++ b/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/insecure.json
@@ -11,18 +11,5 @@
"security": {
"sslDisable": true
},
- "collector": {
- "maxRequestSizeBytes": 1048576,
- "kafkaServers": [
- "kafka:9092"
- ],
- "routing": [
- {
- "fromDomain": "perf3gpp",
- "toTopic": "TEST_HV_VES_PERF3GPP"
- }
- ],
- "dummyMode": false
- },
"logLevel": "DEBUG"
} \ No newline at end of file
diff --git a/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/secure.json b/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/secure.json
index 5aa2b0aa..60ac2366 100644
--- a/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/secure.json
+++ b/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/secure.json
@@ -17,18 +17,5 @@
"trustStorePassword": "onaponap"
}
},
- "collector": {
- "maxRequestSizeBytes": 1048576,
- "kafkaServers": [
- "kafka:9092"
- ],
- "routing": [
- {
- "fromDomain": "perf3gpp",
- "toTopic": "TEST_HV_VES_PERF3GPP"
- }
- ],
- "dummyMode": false
- },
"logLevel": "DEBUG"
} \ No newline at end of file