commit id changes in release-notes
[ric-app/rc.git] / xapp-descriptor / config.json
index 5c9ed9c..d7a3072 100644 (file)
@@ -1,32 +1,4 @@
 {
-  "controls-schema.json": {
-       "$schema": "http://json-schema.org/draft-07/schema#", "$id": "#/controls",
-       "type": "object",
-       "title": "Controls Section Schema",
-               "required": [
-               "ricHOControlgRpcServerPort",
-               "logLevel"
-       ],
-       "properties": {
-           "ricHOControlgRpcServerPort": {
-           "$id": "#/properties/ricHOControlgRpcServerPort",
-           "type": "string",
-           "title": "GRPC Port",
-           "default": "7777",
-           "examples": [
-           "7777" 
-      ],
-      "logLevel" : {
-      "$id": "#/properties/logLevel",
-      "type": "int",
-      "title": "log level",
-      "default":3,
-       "examples": [3]
-      }
-    }
-    }
-  },
-  "config-file.json":{
   "xapp_name": "rc",
   "version": "1.0.0",
   "containers": [
   ],
   "messaging": {
     "ports": [
+     {
+       "name": "grpc-server",
+       "container": "rc",
+       "port": 7777,
+       "targetPort": 7777
+     },             
      {
         "name": "rmr-data",
         "container": "rc",
@@ -71,4 +49,3 @@
           "logLevel": 4
    }
 }
-}