diff options
Diffstat (limited to 'vnfs/DAaaS/deploy/collection/requirements.yaml')
-rw-r--r-- | vnfs/DAaaS/deploy/collection/requirements.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vnfs/DAaaS/deploy/collection/requirements.yaml b/vnfs/DAaaS/deploy/collection/requirements.yaml new file mode 100644 index 00000000..910063c3 --- /dev/null +++ b/vnfs/DAaaS/deploy/collection/requirements.yaml @@ -0,0 +1,10 @@ +dependencies: + + - name: cadvisor + condition: cadvisor.enabled + + - name: collectd + condition: collectd.enabled + + - name: prometheus-node-exporter + condition: prometheus-node-exporter.enabled |