Enable/disable components using values.yaml 44/90044/1
authorSrivahni <srivahni.chivukula@intel.com>
Mon, 17 Jun 2019 23:12:01 +0000 (16:12 -0700)
committerSrivahni <srivahni.chivukula@intel.com>
Mon, 17 Jun 2019 23:17:44 +0000 (16:17 -0700)
Issue-ID: ONAPARC-393
Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
Change-Id: I842fcae55600905bec9889c69b06eeac3cde71a2

vnfs/DAaaS/deploy/collection/requirements.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/collection/values.yaml

diff --git a/vnfs/DAaaS/deploy/collection/requirements.yaml b/vnfs/DAaaS/deploy/collection/requirements.yaml
new file mode 100644 (file)
index 0000000..910063c
--- /dev/null
@@ -0,0 +1,10 @@
+dependencies:
+
+  - name: cadvisor
+    condition: cadvisor.enabled
+
+  - name: collectd
+    condition: collectd.enabled
+
+  - name: prometheus-node-exporter
+    condition: prometheus-node-exporter.enabled
index 7fd1386..d46f386 100644 (file)
@@ -26,3 +26,16 @@ global:
 #################################################################
 # Collection Package Day-0 configuration defaults.
 #################################################################
+
+#################################################################
+# Enable or disable components
+#################################################################
+
+cadvisor: 
+  enabled: true
+collectd:
+  enabled: true
+
+prometheus-node-exporter:
+  enabled: true