From: Martin Skorupski Date: Fri, 3 Feb 2023 11:36:14 +0000 (+0100) Subject: Add a service for Gateway X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F82%2F10382%2F1;p=oam.git Add a service for Gateway - adopt new ves-collector URL IssueID: OAM-309 Change-Id: I1bc1d3a3407fa72d8b8fa0dc3edeab4350804557 Signed-off-by: Martin Skorupski --- diff --git a/code/client-scripts-ves-v7/config b/code/client-scripts-ves-v7/config index 4604f66..7e32c76 100644 --- a/code/client-scripts-ves-v7/config +++ b/code/client-scripts-ves-v7/config @@ -19,7 +19,8 @@ ################################################################################ # DCAE VES Collector communication end point -urlVes=https://localhost:8443/eventListener/v7 +# urlVes=https://smo.o-ran-sc.org:8443/eventListener/v7 +urlVes=https://ves-collector.oam.smo.o-ran-sc.org/eventListener/v7 basicAuthVes=sample1:sample1 ################################################################################