X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RECIPE_EXAMPLE%2FRIC_PLATFORM_RECIPE_EXAMPLE;h=bda371a9f6603939a646840f6f247bf2656cab34;hb=cca6ad5be1ba8679874c24a5b1c628055cd1eac8;hp=97103b4f1b4d631661498be4b87c1aa8f4abbad8;hpb=72069511cae9028d54b8d99fa373b5f4f691e981;p=it%2Fdep.git diff --git a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE index 97103b4f..bda371a9 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,33 +50,40 @@ global: #------------------------------------------------------------------------- # Platform Components #------------------------------------------------------------------------- +# A1 Mediator +a1mediator: + image: + name: ric-plt-a1 + tag: 0.8.3 + # xApp Manager appmgr: image: - name: xapp-manager - tag: latest + name: appmgr + tag: 1.0.4 # DBAAS dbaas: backend: image: - name: redis-standalone - tag: latest + name: ric-plt-dbaas + tag: 0.1.0 # E2 Manager e2mgr: image: name: e2mgr - tag: 1.0.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.0.0 + tag: 1.6.0 env: print: "1" RMR_RTG_SVC: "ric-full-rtmgr" @@ -86,3 +93,14 @@ 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