Merge "Add keys, values and volumes for properties files"
[it/dep.git] / RECIPE_EXAMPLE / RIC_AUX_RECIPE_EXAMPLE
index f1a6290..ef5d1fc 100644 (file)
@@ -63,13 +63,26 @@ 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
+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>