From 8f97038b248a2936ca1b1c5e6fba6c70b1d7aa8c Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Thu, 18 Jun 2020 23:48:14 -0400 Subject: [PATCH] Use only releeased images in recipe Change-Id: Ied56c226c24c9f98bf8f4ebb92654cab81c7cca8 Signed-off-by: Lusheng Ji --- RECIPE_EXAMPLE/example_recipe.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/RECIPE_EXAMPLE/example_recipe.yaml b/RECIPE_EXAMPLE/example_recipe.yaml index f494744..4d76364 100644 --- a/RECIPE_EXAMPLE/example_recipe.yaml +++ b/RECIPE_EXAMPLE/example_recipe.yaml @@ -58,6 +58,7 @@ prometheus: a1mediator: image: + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-a1 tag: 2.1.9 rmr_timeout_config: @@ -95,7 +96,7 @@ e2mgr: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-e2mgr - tag: 4.4.5 + tag: 4.4.12 privilegedmode: false globalRicId: plmnId: "13F184" @@ -141,7 +142,7 @@ jaegeradapter: rtmgr: image: - registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-rtmgr tag: 0.6.1 rpe: rmrpush @@ -152,9 +153,9 @@ rtmgr: submgr: image: - registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-submgr - tag: 0.4.2-1 + tag: 0.4.3 vespamgr: image: @@ -165,14 +166,14 @@ vespamgr: o1mediator: image: - registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-o1 tag: 0.4.4 xapponboarder: image: xapponboarder: - registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: xapp-onboarder tag: 1.0.7 chartmuseum: @@ -183,6 +184,6 @@ xapponboarder: alarmadapter: image: - registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-alarmadapter - tag: 0.4.5 + tag: 0.4.5 \ No newline at end of file -- 2.16.6