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=2510331bca6cd9a6c726c51b34f01fd2b55f544b;hpb=cca6ad5be1ba8679874c24a5b1c628055cd1eac8;p=it%2Fdep.git diff --git a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE index 2510331b..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,21 +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.5 + name: ric-dashboard + tag: 1.2.0 properties: - e2mgr: - mock: - rannames: "ABCD123456, EFGH123456" + # 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 -ext: - ip: - 192.168.130.110 \ No newline at end of file +extsvcaux: + ricip: + # The ip address of the ric cluster ingress controller + + auxip: + # The ip address of the aux cluster ingress controller +