From 34235e7b9c08c5d9c4f560b4e171e78ba4695532 Mon Sep 17 00:00:00 2001 From: rajalakshmisv Date: Tue, 7 Dec 2021 16:59:35 +0000 Subject: [PATCH] removed unwanted file Signed-off-by: rajalakshmisv Change-Id: Ie6cf1ba8e7f7df134a52dfc20658e0453909e966 --- docs/installation-guide.rst | 9 +-------- xapp-descriptor/config.json | 6 ++++++ xapp-descriptor/controls-schema.json | 27 --------------------------- 3 files changed, 7 insertions(+), 35 deletions(-) delete mode 100644 xapp-descriptor/controls-schema.json diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index c3d70ee..eb6623f 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -35,11 +35,4 @@ Steps to onboard the xapp after this step the xapp should be in running state ricxapp ricxapp-rc-5ccdcc9f6f-ktq7w 1/1 Running 0 88m - 5) Edit the xapp svc file to configure the grpcserver port - kubectl edit svc -n ricxapp service-ricxapp-rc-rmr - Add the port info: - - name: grpc-server - port: 7777 - protocol: TCP - targetPort: 7777 - + 5) restart rtMgr so rmr is ready diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index ca56fec..d7a3072 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -13,6 +13,12 @@ ], "messaging": { "ports": [ + { + "name": "grpc-server", + "container": "rc", + "port": 7777, + "targetPort": 7777 + }, { "name": "rmr-data", "container": "rc", diff --git a/xapp-descriptor/controls-schema.json b/xapp-descriptor/controls-schema.json deleted file mode 100644 index a01e3bc..0000000 --- a/xapp-descriptor/controls-schema.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "$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] - } - } - } -} -- 2.16.6