[HOLMES] Migrate Holmes from Cloudify to Helm
[oom.git] / kubernetes / onap / resources / overrides / onap-all.yaml
index c93f2c4..d6c4472 100644 (file)
@@ -1,4 +1,6 @@
 # Copyright © 2019 Amdocs, Bell Canada
+# Copyright (c) 2020 Nordix Foundation, Modifications
+# Modifications Copyright © 2020 Nokia
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 ###################################################################
 # This override file enables helm charts for all ONAP applications.
 ###################################################################
+global:
+  addTestingComponents: &testing true
+  centralizedLoggingEnabled: &centralizedLogging false
+  CMPv2CertManagerIntegration: false
 cassandra:
   enabled: true
 mariadb-galera:
   enabled: true
-
 aaf:
   enabled: true
 aai:
@@ -32,19 +37,26 @@ clamp:
   enabled: true
 cli:
   enabled: true
+# Today, "contrib" chart that hosting these components must also be enabled
+# in order to make it work. So `contrib.enabled` must have the same value than
+# addTestingComponents
+contrib:
+  enabled: *testing
 consul:
   enabled: true
-contrib:
+cps:
   enabled: true
 dcaegen2:
   enabled: true
-dmaap:
+dcaegen2-services:
   enabled: true
-esr:
+dcaemod:
   enabled: true
-log:
+holmes:
   enabled: true
-sniro-emulator:
+dmaap:
+  enabled: true
+esr:
   enabled: true
 oof:
   enabled: true
@@ -56,8 +68,6 @@ nbi:
   enabled: true
 policy:
   enabled: true
-pomba:
-  enabled: true
 portal:
   enabled: true
 robot:
@@ -78,3 +88,7 @@ vnfsdk:
   enabled: true
 modeling:
   enabled: true
+platform:
+  enabled: true
+a1policymanagement:
+  enabled: true