New xApp standard template. This template defines the http and RMR services, and...
[it/dep.git] / RECIPE_EXAMPLE / RIC_PLATFORM_RECIPE_EXAMPLE
index d12ae12..7be8304 100644 (file)
@@ -50,6 +50,12 @@ global:
 #-------------------------------------------------------------------------
 # Platform Components 
 #-------------------------------------------------------------------------
+# A1 Mediator
+a1mediator:
+  image:
+    name: ric-plt-a1
+    tag: 0.8.3
+
 # xApp Manager 
 appmgr:
   image:
@@ -67,22 +73,34 @@ dbaas:
 e2mgr:
   image:
     name: e2mgr
-    tag: 1.0.0
+    tag: 1.6.0
   env:
-    RMR_RTG_SVC: "ric-full-rtmgr"
+    RMR_RTG_SVC: "service-ricplt-rtmgr-rmr"
+    RIC_ID: "bbbccc-abcd0e/20"
 
 
 # E2 Termination
 e2term:
   image:
     name: e2
-    tag: 1.0.0
+    tag: 1.6.0
   env:
     print: "1"
-    RMR_RTG_SVC: "ric-full-rtmgr"
+    RMR_RTG_SVC: "service-ricplt-rtmgr-rmr"
 
 # Routing Manager
 rtmgr:
   image:
     name: rtmgr
     tag: 0.0.2
+
+# Subscription Manager
+submgr:
+  image:
+    name: submgr
+    tag: v0.1.0
+
+# the service for redirecting to AUX cluster
+ext:
+  ip:
+    192.168.130.102
\ No newline at end of file