summaryrefslogtreecommitdiffstats
path: root/rest-services/cbs-client/src/test/resources/sample_config.json
diff options
context:
space:
mode:
authorPiotr Wielebski <piotr.wielebski@nokia.com>2019-03-20 08:58:51 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-20 08:58:51 +0000
commit1903eacfadddd641b72c36f70df93b0475025c25 (patch)
tree5f9f7bfb389f9bd8b96fc3b15d8c41e591b69dc2 /rest-services/cbs-client/src/test/resources/sample_config.json
parent99fa950dabd3be4c0f0279d85ad56c896e07370f (diff)
parent565ec734f46a15bb3c87fe02a32613fc86c0eb22 (diff)
Merge "Kafka streams parsers - additions"
Diffstat (limited to 'rest-services/cbs-client/src/test/resources/sample_config.json')
-rw-r--r--rest-services/cbs-client/src/test/resources/sample_config.json32
1 files changed, 31 insertions, 1 deletions
diff --git a/rest-services/cbs-client/src/test/resources/sample_config.json b/rest-services/cbs-client/src/test/resources/sample_config.json
index a95b723f..266326f4 100644
--- a/rest-services/cbs-client/src/test/resources/sample_config.json
+++ b/rest-services/cbs-client/src/test/resources/sample_config.json
@@ -1,3 +1,33 @@
{
- "keystore.path": "/var/run/security/keystore.p12"
+ "keystore.path": "/var/run/security/keystore.p12",
+ "streams_publishes": {
+ "perf3gpp": {
+ "type": "kafka",
+ "kafka_info": {
+ "bootstrap_servers": "dmaap-mr-kafka:6060",
+ "topic_name": "HVVES_PERF3GPP"
+ }
+ },
+ "pnf_ready": {
+ "type": "message_router",
+ "dmaap_info": {
+ "topic_url": "http://message-router:3904/events/VES_PNF_READY"
+ }
+ },
+ "call_trace": {
+ "type": "kafka",
+ "kafka_info": {
+ "bootstrap_servers": "dmaap-mr-kafka:6060",
+ "topic_name": "HVVES_TRACE"
+ }
+ }
+ },
+ "streams_subscribes": {
+ "measurements": {
+ "type": "message_router",
+ "dmaap_info": {
+ "topic_url": "http://message-router:3904/events/VES_MEASUREMENT"
+ }
+ }
+ }
}