summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/ves-hv/resources
diff options
context:
space:
mode:
authorMichal Banka <michal.banka@nokia.com>2021-04-14 09:29:35 +0200
committerMichal Banka <michal.banka@nokia.com>2021-04-14 09:29:42 +0200
commit0e967e28aa53a4288006d3b27f2a8feee1e04d64 (patch)
treedcfb77a8b6f997a46ed13e15fa06025eb33230b4 /docs/sections/services/ves-hv/resources
parent2a70db2bc63a64b30640f2e278b8c53fe150b3a7 (diff)
Add stndDefined domain docs
Change-Id: If61d0b649907c18e2c82ab5a6fa8617edee11e7d Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2702
Diffstat (limited to 'docs/sections/services/ves-hv/resources')
-rw-r--r--docs/sections/services/ves-hv/resources/dynamic-configuration.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/sections/services/ves-hv/resources/dynamic-configuration.json b/docs/sections/services/ves-hv/resources/dynamic-configuration.json
index 0a1cd89d..40521ab9 100644
--- a/docs/sections/services/ves-hv/resources/dynamic-configuration.json
+++ b/docs/sections/services/ves-hv/resources/dynamic-configuration.json
@@ -22,6 +22,20 @@
"bootstrap_servers": "message-router-kafka:9092",
"topic_name": "HV_VES_HEARTBEAT"
}
+ },
+ "ves-3gpp-fault-supervision": {
+ "type": "kafka",
+ "kafka_info": {
+ "bootstrap_servers": "message-router-kafka:9092",
+ "topic_name": "SEC_3GPP_FAULTSUPERVISION_OUTPUT"
+ }
+ },
+ "ves-3gpp-heartbeat": {
+ "type": "kafka",
+ "kafka_info": {
+ "bootstrap_servers": "message-router-kafka:9092",
+ "topic_name": "SEC_3GPP_HEARTBEAT_OUTPUT"
+ }
}
}
}