Update example recipes to reflect 06/26 image tags 30/430/2
authorwrider <lji@research.att.com>
Fri, 28 Jun 2019 03:15:54 +0000 (23:15 -0400)
committerLusheng Ji <lji@research.att.com>
Fri, 28 Jun 2019 18:58:24 +0000 (18:58 +0000)
Updated the exampel recipes for RIC platform and AUX to use the newest
docker tags as delivered by 06/26

Change-Id: Ic0f820aa521f932fd112c30bc89281ce0176dbe9
Signed-off-by: wrider <lji@research.att.com>
RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE
RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE

index 2aa79e0..085dc9b 100644 (file)
@@ -55,5 +55,8 @@ global:
 dashboard:
   image:
     name:: ric-dash-be
-    tag: 1.0.4
+    tag: 1.0.5
 
+ext:
+  ip:
+    192.168.130.110
index dd547cd..29f9b4f 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,7 +73,7 @@ dbaas:
 e2mgr:
   image:
     name: e2mgr
-    tag: 1.0.0
+    tag: 1.5.0
   env:
     RMR_RTG_SVC: "ric-full-rtmgr"
 
@@ -76,7 +82,7 @@ e2mgr:
 e2term:
   image:
     name: e2
-    tag: 1.0.0
+    tag: 1.5.0
   env:
     print: "1"
     RMR_RTG_SVC: "ric-full-rtmgr"
@@ -86,3 +92,14 @@ 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