Fix config file for hw-go 87/6187/1
authorsubhash kumar singh <subh.singh@samsung.com>
Tue, 1 Jun 2021 13:25:12 +0000 (18:55 +0530)
committersubhash kumar singh <subh.singh@samsung.com>
Tue, 1 Jun 2021 13:25:12 +0000 (18:55 +0530)
Fix config file for hw-go and remove additional yaml config file.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: Idffafee80bf2d93a1912f850498f438ad69ffe7f

config/config-file.json
config/config-file.yaml [deleted file]

index 9ba61e9..060e75e 100644 (file)
@@ -1,15 +1,15 @@
 {
-    "name": "example",
-    "version": "0.6.0",
-    "vendor": "Nokia",
+    "name": "hw-go",
+    "version": "0.0.1",
+    "vendor": "ric-app",
     "moId": "SEP",
     "containers": [
         {
-            "name": "example",
+            "name": "hw-go",
             "image": {
-                "registry": "ranco-dev-tools.eastus.cloudapp.azure.com:10001",
-                "name": "example-xapp",
-                "tag": "0.5.3"
+                "registry": "nexus3.o-ran-sc.org:10004",
+                "name": "o-ran-sc/ric-app-hw-go",
+                "tag": "0.0.1"
             },
             "resources": {
                 "limits": {
                 }
             ]
         }
-    ]
+    ],
     "db" : {
            "waitForSdl": false
     }
diff --git a/config/config-file.yaml b/config/config-file.yaml
deleted file mode 100755 (executable)
index 1bc96af..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-#   Copyright (c) 2019 AT&T Intellectual Property.
-#   Copyright (c) 2019 Nokia.
-#
-#   Licensed under the Apache License, Version 2.0 (the "License");
-#   you may not use this file except in compliance with the License.
-#   You may obtain a copy of the License at
-#
-#       http://www.apache.org/licenses/LICENSE-2.0
-#
-#   Unless required by applicable law or agreed to in writing, software
-#   distributed under the License is distributed on an "AS IS" BASIS,
-#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#   See the License for the specific language governing permissions and
-#   limitations under the License.
-
-"local":
-  "host": ":8086"
-"logger":
-  "level": 4
-"rmr":
-  "protPort": "tcp:4560"
-  "maxSize": 2072
-  "maxRetryOnFailure": 5
-  "threadType": 0
-  "mtypes" :
-    - "name": "TESTNAME1"
-      "id" : 55555
-    - "name": "TESTNAME2"
-      "id" : 55556
-  "lowLatency": False
-  "fastAck": False
-"subscription":
-    "host": "localhost:8088"
-    "timeout": 2
-    "retryCount": 10
-    "retryDelay": 5
-"db":
-  "namespace": "sdl"
-  "waitForSdl": false
-"test":
-  "mode": "forwardr"
-  "mtype": 10004
-  "subId": 1111
-  "size": 100
-  "rate": 10
-  "amount": 10
-  "rounds": 1
-  "store": 0
-  "waitForAck": 0
-