Merge "Initialize SDNC DB from init container" into staging
[oom.git] / kubernetes / sdnc / values.yaml
index 5d3b836..fa51452 100644 (file)
@@ -34,6 +34,7 @@ repository: nexus3.onap.org:10001
 pullPolicy: Always
 image: onap/sdnc-image:1.6-STAGING-latest
 
+
 # flag to enable debugging - application support required
 debugEnabled: false
 
@@ -43,9 +44,13 @@ config:
   odlGid: 101
   odlPassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
   dbRootPassword: secretpassword
+  dbSdnctlUser: sdnctl
+  dbSdnctlDatabase: sdnctl
   dbSdnctlPassword: gamma
   enableClustering: true
+  sdncHome: /opt/onap/sdnc
   binDir: /opt/onap/sdnc/bin
+  etcDir: /opt/onap/sdnc/data
   geoEnabled: false
 # if geoEnabled is set to true here, mysql.geoEnabled must be set to true
 # if geoEnabled is set to true the following 3 values must be set to their proper values