summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/ves-hv/resources/blueprint-snippet.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/services/ves-hv/resources/blueprint-snippet.yaml')
-rw-r--r--docs/sections/services/ves-hv/resources/blueprint-snippet.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/sections/services/ves-hv/resources/blueprint-snippet.yaml b/docs/sections/services/ves-hv/resources/blueprint-snippet.yaml
new file mode 100644
index 00000000..912c0c5a
--- /dev/null
+++ b/docs/sections/services/ves-hv/resources/blueprint-snippet.yaml
@@ -0,0 +1,24 @@
+node_templates:
+ hv-ves:
+ properties:
+ application_config:
+ logLevel: "INFO"
+ server.listenPort: 6061
+ server.idleTimeoutSec: 60
+ cbs.requestIntervalSec: 5
+ security.sslDisable: false
+ security.keys.keyStoreFile: "/etc/ves-hv/ssl/cert.jks"
+ security.keys.keyStorePasswordFile: "/etc/ves-hv/ssl/jks.pass"
+ security.keys.trustStoreFile: "/etc/ves-hv/ssl/trust.jks"
+ security.keys.trustStorePasswordFile: "/etc/ves-hv/ssl/trust.pass"
+ stream_publishes:
+ perf3gpp:
+ type: "kafka"
+ kafka_info:
+ bootstrap_servers: "message-router-kafka:9092"
+ topic_name: "HV_VES_PERF3GPP"
+ heartbeat:
+ type: "kafka"
+ kafka_info:
+ bootstrap_servers: "message-router-kafka:9092"
+ topic_name: "HV_VES_HEARTBEAT"