X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RECIPE_EXAMPLE%2FRIC_PLATFORM_RECIPE_EXAMPLE;h=7be8304f01dd0c75652afd4d47b82716c94d18cb;hb=refs%2Fchanges%2F96%2F496%2F3;hp=29f9b4f0edc479eff63dd0772964c0fc4c7ea7a0;hpb=da129aea253ed6e0870392e878c11c6263f8bfff;p=it%2Fdep.git diff --git a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE index 29f9b4f0..7be8304f 100644 --- a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE @@ -29,7 +29,7 @@ global: imagePullPolicy: Always # Helm repo that will be used by xApp manager - helmRepository: helm.ricinfra.local + helmRepository: "https://ricaux-entry/helm" # Certificate of the helm repo helmRepositoryCert: xapp-mgr-certs @@ -73,19 +73,20 @@ dbaas: e2mgr: image: name: e2mgr - tag: 1.5.0 + tag: 1.6.0 env: - RMR_RTG_SVC: "ric-full-rtmgr" + RMR_RTG_SVC: "service-ricplt-rtmgr-rmr" + 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" + RMR_RTG_SVC: "service-ricplt-rtmgr-rmr" # Routing Manager rtmgr: @@ -102,4 +103,4 @@ submgr: # the service for redirecting to AUX cluster ext: ip: - 192.168.130.102 + 192.168.130.102 \ No newline at end of file