From: Lusheng Ji Date: Fri, 19 Jun 2020 03:48:14 +0000 (-0400) Subject: Use only releeased images in recipe X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=f13294efad66831d8140c35d21fb59d19160493d;p=ric-plt%2Fric-dep.git Use only releeased images in recipe Change-Id: Ied56c226c24c9f98bf8f4ebb92654cab81c7cca8 Signed-off-by: Lusheng Ji (cherry picked from commit 8f97038b248a2936ca1b1c5e6fba6c70b1d7aa8c) --- 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