X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=RECIPE_EXAMPLE%2FRIC_PLATFORM_RECIPE_EXAMPLE;h=7be8304f01dd0c75652afd4d47b82716c94d18cb;hb=563da71692a22c4ad04089f756fcebb86944e787;hp=dd547cd352bd47d5cd98cfb572e7e4c87c07a0b8;hpb=d32ff1f486548b1a6123761055c2757c5762904f;p=it%2Fdep.git diff --git a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE index dd547cd3..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 @@ -50,6 +50,12 @@ global: #------------------------------------------------------------------------- # Platform Components #------------------------------------------------------------------------- +# A1 Mediator +a1mediator: + image: + name: ric-plt-a1 + tag: 0.8.3 + # xApp Manager appmgr: image: @@ -67,22 +73,34 @@ dbaas: e2mgr: image: name: e2mgr - tag: 1.0.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.0.0 + tag: 1.6.0 env: print: "1" - RMR_RTG_SVC: "ric-full-rtmgr" + RMR_RTG_SVC: "service-ricplt-rtmgr-rmr" # Routing Manager 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 \ No newline at end of file