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/cli/alarm-cli.go b/cli/alarm-cli.go
index 241792a..0b4af6b 100755
--- a/cli/alarm-cli.go
+++ b/cli/alarm-cli.go
@@ -11,7 +11,7 @@
"sync"
"time"
- "gerrit.o-ran-sc.org/r/ric-plt/alarm-go/alarm"
+ "gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm"
clientruntime "github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"github.com/jedib0t/go-pretty/table"