summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-04-23 14:43:58 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-04-23 15:13:47 +0200
commit6ff105ef8d94803809d012cee313d36bb01d443d (patch)
tree878c71c9d4c07dd06c62856c057b0e572d875ce9
parent5c0984d26030357fb2489d04d2e25f6e61f1e347 (diff)
Define AAF credentials for perf3gpp topic
Change-Id: I8486fb2b67d7c383700902787774116e0ed28b0a Issue-ID: DCAEGEN2-1448 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
-rw-r--r--blueprints/k8s-hv-ves.yaml-template9
1 files changed, 9 insertions, 0 deletions
diff --git a/blueprints/k8s-hv-ves.yaml-template b/blueprints/k8s-hv-ves.yaml-template
index b93ac9c..0519cd2 100644
--- a/blueprints/k8s-hv-ves.yaml-template
+++ b/blueprints/k8s-hv-ves.yaml-template
@@ -45,6 +45,12 @@ inputs:
kafka_bootstrap_servers:
type: string
default: 'message-router-kafka:9092'
+ kafka_username:
+ type: string
+ default: 'admin'
+ kafka_password:
+ type: string
+ default: 'admin_secret'
perf3gpp_kafka_topic:
type: string
default: 'HV_VES_PERF3GPP'
@@ -94,6 +100,9 @@ node_templates:
streams_publishes:
perf3gpp:
type: kafka
+ aaf_credentials:
+ username: { get_input: kafka_username }
+ password: { get_input: kafka_password }
kafka_info:
bootstrap_servers: { get_input: kafka_bootstrap_servers }
topic_name: { get_input: perf3gpp_kafka_topic }