aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEdyta Krukowska <edyta.krukowska@nokia.com>2021-03-10 09:57:46 +0100
committerEdyta Krukowska <edyta.krukowska@nokia.com>2021-03-10 14:00:52 +0100
commit347cb85feebcf6384b9c464ee1c102695d35f724 (patch)
tree523d54903bbc605f4d7ee8de2814c8b1fd93d99d /README.md
parente5ba738691cf34f0d58a47796d6e0d3da7641f33 (diff)
Add missing version.properties and fix groupId
Issue-ID: INT-1869 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Id3e4c228793bdb3a899e47a39008fc0fb46a35d1
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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://<ves>:8080/eventListener/v7
+REST_CLIENT_VESCLIENT_ENDPOINT: http://<ves-client>:5000/simulator/start
+
+and start docker-compose
+
+ docker-compose up