Fix UT 52/4752/4
authorMohamed Abukar <abukar.mohamed@nokia.com>
Tue, 22 Sep 2020 06:17:24 +0000 (09:17 +0300)
committerMohamed Abukar <abukar.mohamed@nokia.com>
Wed, 23 Sep 2020 17:20:43 +0000 (20:20 +0300)
Change-Id: Ia4fe177ede93f070b97f31c4df81856f815eb88b
Signed-off-by: Mohamed Abukar <abukar.mohamed@nokia.com>
README.md
alarm/alarm.go
build/container-tag.yaml [moved from container-tag.yaml with 100% similarity]
config/config-file.json
schemas/alarm-schema.json [moved from alarm-schema.json with 100% similarity]

index 6b01d98..a47da20 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 RIC Alarm Manager and Library Interface
 =======================================
 
+
 This repository containts Golang implementation of Alarm Manager and related application library interface.
 
 Architecture
index 36fea49..25c1819 100755 (executable)
@@ -180,9 +180,9 @@ func InitRMR(r *RICAlarm) error {
        // Setup static RT for alarm system
        endpoint := ALARM_MANAGER_RMR_URL
        if r.moId == "my-pod" {
-               endpoint = "localhost:4560"
+               endpoint = "127.0.0.1:4560"
        } else if r.moId == "my-pod-lib" {
-               endpoint = "localhost:4588"
+               endpoint = "127.0.0.1:4588"
        }
 
        alarmRT := fmt.Sprintf("newrt|start\nrte|13111|%s\nnewrt|end\n", endpoint)
similarity index 100%
rename from container-tag.yaml
rename to build/container-tag.yaml
index 4f18d49..9f0597e 100755 (executable)
@@ -1,6 +1,6 @@
 {
     "local": {
-        "host": ":8089"
+        "host": ":8080"
     },
     "logger": {
         "level": 4
similarity index 100%
rename from alarm-schema.json
rename to schemas/alarm-schema.json