X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RECIPE_EXAMPLE%2FRIC_AUX_RECIPE_EXAMPLE;h=ef5d1fc073c1f8555dc573848ae97817a4c19891;hb=196ad58ec497f7339f3c964e933233b657189094;hp=52751af51839a8a2897cc36e93835342e7264382;hpb=948cb92657906b0c6ede9e1f82a56b95521fe0b4;p=it%2Fdep.git diff --git a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE index 52751af5..ef5d1fc0 100644 --- a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE @@ -29,7 +29,7 @@ global: imagePullPolicy: Always # Helm repo that will be used by xApp manager - helmRepository: "https://ricaux-entry/helm" + helmRepository: "https://helm-entry" # Certificate of the helm repo helmRepositoryCert: xapp-mgr-certs @@ -46,14 +46,43 @@ global: # The port the xApp helm tiller is listening to helmRepositoryTillerPort: 44134 - - + # The ingress URL definitions for the ingress controller in four namespaces + ingressurl: + platform: ricplt-entry + xapp: ricxapp-entry + aux: ricaux-entry + infra: ricinfra-entry + localnexus: nexus-entry + localhelm: helm-entry + localdocker: docker-entry #------------------------------------------------------------------------- # Auxiliary Functions #------------------------------------------------------------------------- dashboard: + # Override the name using the following option + # nameOverride: image: - name:: ric-dash-be - tag: 1.0.4 + name: ric-dashboard + tag: 1.2.0 + properties: + # application.properties + portalapi: + username: username + password: password + # key.properties + cipher.enc.key: AGLDdG4D04BKm2IxIWEr8o== + # portal.properties + # external URL for user browser + ecomp_redirect_url: https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm + # internal URL for backend + ecomp_rest_url: http://portal-app.onap:8989/ONAPPORTAL/auxapi + ueb_app_key: uebkey +extsvcaux: + ricip: + # The ip address of the ric cluster ingress controller + + auxip: + # The ip address of the aux cluster ingress controller +