Merge "Add keys, values and volumes for properties files"
[it/dep.git] / RECIPE_EXAMPLE / RIC_AUX_RECIPE_EXAMPLE
index 2aa79e0..ef5d1fc 100644 (file)
@@ -29,7 +29,7 @@ global:
   imagePullPolicy: Always
 
   # Helm repo that will be used by xApp manager
-  helmRepository: nexus.ricinfra.local
+  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
+    <IP_ADDRESS of the RIC cluster>
+  auxip:
+    # The ip address of the aux cluster ingress controller
+    <IP_ADDRESS of the AUX cluster>