X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=RECIPE_EXAMPLE%2FRIC_PLATFORM_RECIPE_EXAMPLE;h=c8e9c04a6870b9400f0e3f08db0680fd4221644f;hb=01adf4c86818ed16f46d8c0f9e9c691792bb233a;hp=7b6bfda0d820cc873ba4bbc1b65f2c37f169ac5d;hpb=f1e9d069ec4ae0e35202b1d508f2652986036342;p=it%2Fdep.git diff --git a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE index 7b6bfda0..c8e9c04a 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: "https://helm-entry" + helmRepository: "http://aux-entry/helm" # Certificate of the helm repo helmRepositoryCert: xapp-mgr-certs @@ -44,7 +44,6 @@ global: ingressurl: ric: ric-entry aux: aux-entry - helm: helm-entry tillers: ricxapp: @@ -147,6 +146,7 @@ rtmgr: image: name: ric-plt-rtmgr tag: 0.3.2 + loglevel: DEBUG # Subscription Manager submgr: @@ -156,11 +156,19 @@ submgr: name: ric-plt-submgr tag: 0.5.0 +# VESPA Manager +vespamgr: + # Use the following option to override the docker registry value + # repositoryOverride: + image: + name: ric-plt-vespamgr + tag: 0.0.1 + # the service for redirecting to AUX cluster extsvcplt: auxip: # The ip address of the aux cluster ingress controller - + ricip: # The ip address of the ric cluster ingress controller