Fix of alarm-go client library rmr init
ric-dep alarmmanager helmchart have appconfig.yaml
that defines ALARM_MANAGER_SERVICE_NAME and ALARM_MANAGER_SERVICE_PORT
client should use those variables to give rmr endpoint of alarmanager
Other way is to give PLT_NAMESPACE env, which then uses
default names for given namespace.
Signed-off-by: Juha Hyttinen <juha.hyttinen@nokia.com>
Change-Id: If82eb03ed5684ac54a35fc522ba35515bbc0343e
diff --git a/go.mod b/go.mod
index fd652c8..bab46bd 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,7 @@
go 1.16
-replace gerrit.o-ran-sc.org/r/ric-plt/alarm-go/alarm => ./alarm/
+replace gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm => ./alarm/
replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.9.2-1
@@ -11,7 +11,7 @@
replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2
require (
- gerrit.o-ran-sc.org/r/ric-plt/alarm-go/alarm v0.0.0-00010101000000-000000000000
+ gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm v0.5.0
gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.0-00010101000000-000000000000
github.com/go-openapi/runtime v0.19.11
github.com/go-openapi/strfmt v0.19.4