Merge "vvp -- VNF Validation Platform"
[oom.git] / kubernetes / onap / values.yaml
index c5a56aa..4950ae5 100644 (file)
@@ -22,6 +22,7 @@ global:
   # Change to an unused port prefix range to prevent port conflicts
   # with other instances running within the same k8s cluster
   nodePortPrefix: 302
+  nodePortPrefixExt: 304
 
   # ONAP Repository
   # Uncomment the following to enable the use of a single docker
@@ -46,13 +47,12 @@ global:
   persistence:
     mountPath: /dockerdata-nfs
 
+  # override default resource limit flavor for all charts
+  flavor: unlimited
+
   # flag to enable debugging - application support required
   debugEnabled: false
 
-# Repository for creation of nexus3.onap.org secret
-repository: nexus3.onap.org:10001
-
-
 #################################################################
 # Enable/disable and configure helm charts (ie. applications)
 # to customize the ONAP deployment.
@@ -77,8 +77,12 @@ cli:
   enabled: true
 consul:
   enabled: true
+contrib:
+  enabled: true
 dcaegen2:
   enabled: true
+  pnda:
+    enabled: false
 dmaap:
   enabled: true
 esr:
@@ -93,12 +97,23 @@ msb:
   enabled: true
 multicloud:
   enabled: true
+nbi:
+  enabled: true
+  config:
+    # openstack configuration
+    openStackRegion: "Yolo"
+    openStackVNFTenantId: "1234"
 policy:
   enabled: true
+pomba:
+  enabled: true
 portal:
   enabled: true
 robot:
   enabled: true
+  config:
+# openStackEncryptedPasswordHere should match the encrypted string used in SO and APPC and overridden per environment
+    openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
 sdc:
   enabled: true
 sdnc:
@@ -141,3 +156,5 @@ vid:
   enabled: true
 vnfsdk:
   enabled: true
+vvp:
+  enabled: false