Release rtmgr v0.6.0
[ric-plt/rtmgr.git] / manifests / rtmgr / rtmgr-cfg.yaml
index 65c6a6e..55aab19 100644 (file)
 #   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.
+#
+#  
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
 #==================================================================================
 #
 #
@@ -26,29 +31,39 @@ metadata:
   name: rtmgrcfg
 data:
   # FQDN and port info of the platform components for routing manager to form and distribute corresponding routes to them
-        rtmgrcfg: |
-                {
-                        "PlatformComponents":
-                        [
-                                {
-                                        "name": "E2TERM",
-                                        "fqdn": "e2term",
-                                        "port": 4561
-                                },
-                                {
-                                        "name": "SUBMAN",
-                                        "fqdn": "subman",
-                                        "port": 4561
-                                },
-                                {
-                                        "name": "E2MAN",
-                                        "fqdn": "e2man",
-                                        "port": 4561
-                                },
-                                {
-                                        "name": "UEMAN",
-                                        "fqdn": "ueman",
-                                        "port": 4561
-                                }
-                        ]
-                }
+  rtmgrcfg: |
+    {
+      "PlatformComponents":
+      [
+        {
+          "name": "E2TERM",
+          "fqdn": "e2term",
+          "port": 4561
+        },
+        {
+          "name": "SUBMAN",
+          "fqdn": "subman",
+          "port": 4561
+        },
+        {
+          "name": "E2MAN",
+          "fqdn": "e2man",
+          "port": 4561
+        },
+        {
+          "name": "UEMAN",
+          "fqdn": "ueman",
+          "port": 4561
+        }
+      ]
+     "local":
+      "host": ":8080"
+     "logger":
+      "level": 3
+     "rmr":
+      "protPort": "tcp:4560"
+      "maxSize": 2072
+      "numWorkers": 1
+    }
+subscription:
+ host: "127.0.0.1:8089"