Merge "Added code to not install low latency kernel to Virtualbox VM"
[it/dep.git] / RECIPE_EXAMPLE / RIC_PLATFORM_RECIPE_EXAMPLE
index 483e736..d883d05 100644 (file)
@@ -99,6 +99,7 @@ e2mgr:
     tag: 1.6.0
   env:
     RIC_ID: "bbbccc-abcd0e/20"
+  privilegedmode: true
 
 
 # E2 Termination
@@ -110,6 +111,8 @@ e2term:
     tag: 1.6.0
   env:
     print: "1"
+  privilegedmode: true
+  hostnetworkmode: true
 
 # Routing Manager
 rtmgr:
@@ -128,7 +131,10 @@ submgr:
     tag: v0.1.0
 
 # the service for redirecting to AUX cluster
-ext:
-  ip:
+extsvcplt:
+  auxip:
     # The ip address of the aux cluster ingress controller
-    IP_ADDRESS
+    <IP_ADDRESS of the AUX cluster>
+  ricip:
+    # The ip address of the ric cluster ingress controller
+    <IP_ADDRESS of the RIC cluster>