From 2da240553b8a56e2913be4e4c2ef8de9a8dcff31 Mon Sep 17 00:00:00 2001
From: Dileep Ranganathan <dileep.ranganathan@intel.com>
Date: Fri, 21 Jun 2019 10:16:38 -0700
Subject: Sample CollectdPlugin CR for write_prometheus

Added sample custom resource CollectdPlugin for enabling
write_prometheus

Issue-ID: ONAPARC-461
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Change-Id: I9a037beb1efd7abd1842c7b4941377174444a1b4
---
 .../deploy/crds/prometheus_collectdplugin_cr.yaml            | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 vnfs/DAaaS/microservices/collectd-operator/deploy/crds/prometheus_collectdplugin_cr.yaml

(limited to 'vnfs/DAaaS')

diff --git a/vnfs/DAaaS/microservices/collectd-operator/deploy/crds/prometheus_collectdplugin_cr.yaml b/vnfs/DAaaS/microservices/collectd-operator/deploy/crds/prometheus_collectdplugin_cr.yaml
new file mode 100644
index 00000000..1b8cf9bc
--- /dev/null
+++ b/vnfs/DAaaS/microservices/collectd-operator/deploy/crds/prometheus_collectdplugin_cr.yaml
@@ -0,0 +1,12 @@
+apiVersion: onap.org/v1alpha1
+kind: CollectdPlugin
+metadata:
+  name: prometheus
+spec:
+  # Add fields here
+  pluginName: "write_prometheus"
+  pluginConf: |
+    <Plugin "write_prometheus">
+      Port 9103
+    </Plugin>
+ 
-- 
cgit