From 73c8f72708ada371e3c3dc5aedac952f930fd73f Mon Sep 17 00:00:00 2001 From: wrider Date: Thu, 27 Jun 2019 23:15:54 -0400 Subject: [PATCH] Update example recipes to reflect 06/26 image tags 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 --- RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE | 5 ++++- RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE | 21 +++++++++++++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE index 2aa79e0e..085dc9ba 100644 --- a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE @@ -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 diff --git a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE index dd547cd3..29f9b4f0 100644 --- a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE @@ -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 -- 2.16.6