From a28bb733c0dc378c5b68a14301ff6e07e9dcc245 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Tue, 1 Jun 2021 18:55:12 +0530 Subject: [PATCH] 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 --- config/config-file.json | 16 ++++++++-------- config/config-file.yaml | 50 ------------------------------------------------- 2 files changed, 8 insertions(+), 58 deletions(-) delete mode 100755 config/config-file.yaml 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 - -- 2.16.6