vvp -- VNF Validation Platform
[oom.git] / kubernetes / onap / values.yaml
index d0b0663..b486f16 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
@@ -49,6 +50,9 @@ global:
   # flag to enable debugging - application support required
   debugEnabled: false
 
+  # override default resource limit flavor for all charts
+  flavor: unlimited
+
 # Repository for creation of nexus3.onap.org secret
 repository: nexus3.onap.org:10001
 
@@ -77,8 +81,12 @@ cli:
   enabled: true
 consul:
   enabled: true
+contrib:
+  enabled: true
 dcaegen2:
   enabled: true
+  pnda:
+    enabled: false
 dmaap:
   enabled: true
 esr:
@@ -93,12 +101,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:
@@ -106,11 +125,7 @@ sdnc:
 
   replicaCount: 1
 
-  config:
-    enableClustering: false
-
   mysql:
-    disableNfsProvisioner: true
     replicaCount: 1
 so:
   enabled: true
@@ -145,3 +160,5 @@ vid:
   enabled: true
 vnfsdk:
   enabled: true
+vvp:
+  enabled: false