From: subhash kumar singh Date: Tue, 1 Jun 2021 13:25:12 +0000 (+0530) Subject: Fix config file for hw-go X-Git-Tag: 1.0.1~8 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F6187%2F1;p=ric-app%2Fhw-go.git Fix config file for hw-go Fix config file for hw-go and remove additional yaml config file. Signed-off-by: subhash kumar singh Change-Id: Idffafee80bf2d93a1912f850498f438ad69ffe7f --- diff --git a/config/config-file.json b/config/config-file.json index 9ba61e9..060e75e 100644 --- a/config/config-file.json +++ b/config/config-file.json @@ -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": { @@ -105,7 +105,7 @@ } ] } - ] + ], "db" : { "waitForSdl": false } diff --git a/config/config-file.yaml b/config/config-file.yaml deleted file mode 100755 index 1bc96af..0000000 --- a/config/config-file.yaml +++ /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 -