From 347cb85feebcf6384b9c464ee1c102695d35f724 Mon Sep 17 00:00:00 2001 From: Edyta Krukowska Date: Wed, 10 Mar 2021 09:57:46 +0100 Subject: Add missing version.properties and fix groupId Issue-ID: INT-1869 Signed-off-by: Edyta Krukowska Change-Id: Id3e4c228793bdb3a899e47a39008fc0fb46a35d1 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 45d8576..b2529a4 100644 --- a/README.md +++ b/README.md @@ -126,3 +126,11 @@ It's possible to override default configuration. Following environment variables 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 + +and start docker-compose + + docker-compose up -- cgit 1.2.3-korg