From 800ce13ed8b6cb0923164cfb11985ad8c115f50c Mon Sep 17 00:00:00 2001 From: Edyta Krukowska Date: Tue, 27 Apr 2021 11:14:09 +0200 Subject: Add components configurations to parent helm chart Issue-ID: INT-1869 Signed-off-by: Edyta Krukowska Change-Id: I9e32199f90ca79d6792058e310da8802fbe54aaf --- helm/nf-simulator/values.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/helm/nf-simulator/values.yaml b/helm/nf-simulator/values.yaml index 845576f..f5384e5 100644 --- a/helm/nf-simulator/values.yaml +++ b/helm/nf-simulator/values.yaml @@ -30,3 +30,21 @@ mongodb: rootPassword: zXcVbN123! database: pnf_simulator username: root + +avcn-manager: + config: + vesEndpoint: http://ves:8080/eventListener/v7 + kafkaBootstrapServer: nf-simulator-kafka:9092 + kafkaSourceTopic: config + kafkaAplicationId: avcn-manager + pnfsimulatorEndpoint: http://ves-client:5000/simulator/start + +netconf-server: + config: + kafka_hostname: "nf-simulator-kafka" + +ves-client: + config: + mongoDbServer: nf-simulator-mongodb + useCertForAuth: true + containerPort: 5000 -- cgit 1.2.3-korg