Fix config file for hw-go
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
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
}