From 7e2c97281cf40738ff471a49ca26f044d65f105c Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Wed, 14 Apr 2021 14:04:22 +0200 Subject: Update README Signed-off-by: Bartosz Gardziejewski Change-Id: I315d95ce4a5cf434c9e2cb2e4da54473f30cffa0 Issue-ID: INT-1869 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b2529a4..644d2bb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# AVCN Simulator -Simulator that fetches changes of configuration from kafka and sends them to VES client. +# AVCN Manager +Application that fetches changes of configuration from kafka and sends them to VES client. ## What does it do? -The simulator processes notifications from NETCONF server. It does this by being a subscriber of a Kafka topic that is fed +The manager processes notifications from NETCONF server. It does this by being a subscriber of a Kafka topic that is fed with NETCONF notifications. The topic name is "config". Incoming notifications are then processed and output of this processing is sent to VES client. @@ -112,7 +112,7 @@ The resulting request to VES client looks like the following (the "dn" and "attr } } ```` -## Simulator configuration +## Manager configuration It's possible to override default configuration. Following environment variables can be set KAFKA_BOOTSTRAP_SERVERS - Kafka host, by default kafka1:9092 @@ -122,14 +122,14 @@ It's possible to override default configuration. Following environment variables KAFKA_SOURCE_TOPIC - Kafka topic, where Netconf simulator pushes notification, by default config - REST_CLIENT_PNF_SIMULATOR_ENDPOINT - VES client's URL, by default pnf-simulator:5000/simulator/start + REST_CLIENT_PNFSIMULATOR_ENDPOINT - VES client's URL, by default pnf-simulator:5000/simulator/start REST_CLIENT_VES_ENDPOINT - VES URL, AVNC events will be send via VES client to this address ## Start avcn-manager To run avcn manager, config ves and pnf-simulator ip in docker-compose.yaml REST_CLIENT_VES_ENDPOINT: http://:8080/eventListener/v7 -REST_CLIENT_VESCLIENT_ENDPOINT: http://:5000/simulator/start +REST_CLIENT_PNFSIMULATOR_ENDPOINT: http://:5000/simulator/start and start docker-compose -- cgit 1.2.3-korg