From: wrider Date: Fri, 28 Jun 2019 20:04:52 +0000 (-0400) Subject: Additional env needed for e2mgr 1.5.0 and above X-Git-Tag: 0.0.2~79 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=0ad2b338b5e31f5beca04b01f51b7a67a6c90776;p=it%2Fdep.git Additional env needed for e2mgr 1.5.0 and above Changes also needed for the deployment.yaml and values.yaml files accordingly. Those are added to the big change of Felix instead of here to avoid merge conflict. Change-Id: Ia8770057dc3c0e9bb4c80ed602d05f0d94f5505e Signed-off-by: wrider --- diff --git a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE index 29f9b4f0..5ebf2040 100644 --- a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE @@ -73,16 +73,17 @@ dbaas: e2mgr: image: name: e2mgr - tag: 1.5.0 + tag: 1.6.0 env: RMR_RTG_SVC: "ric-full-rtmgr" + RIC_ID: "bbbccc-abcd0e/20" # E2 Termination e2term: image: name: e2 - tag: 1.5.0 + tag: 1.6.0 env: print: "1" RMR_RTG_SVC: "ric-full-rtmgr"