Update OOM docs for Casablanca
[oom.git] / kubernetes / onap / values.yaml
index bcc90fc..1ca2b84 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright © 2017 Amdocs, Bell Canada
+# Copyright © 2018 Amdocs, Bell Canada
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -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:
@@ -97,17 +101,19 @@ nbi:
   enabled: true
   config:
     # openstack configuration
-    openStackUserName: "vnf_user"
     openStackRegion: "Yolo"
-    openStackKeyStoneUrl: "http://1.2.3.4:5000"
-    openStackServiceTenantName: "service"
-    openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
+    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:
@@ -150,3 +156,5 @@ vid:
   enabled: true
 vnfsdk:
   enabled: true
+vvp:
+  enabled: false