Integrate collectd, prometheus and grafana. 27/109327/2
authorRajamohan Raj <rajamohan.raj@intel.com>
Thu, 18 Jun 2020 21:55:42 +0000 (14:55 -0700)
committerRajamohan Raj <rajamohan.raj@intel.com>
Wed, 24 Jun 2020 18:57:04 +0000 (11:57 -0700)
commit94bfc956f43bcaec29f2fc9844b9ca4c35d72260
treebc5050f2e8c6c87672e06f8da319363745f49f8f
parent819a687195ef9d6c8dd9753d366c0120886d7736
Integrate collectd, prometheus and grafana.

In this patch, made neccessary changes in collectd and prometheus
helm charts such that prometheus can pull data from collectd.
Prometheus GUI and Grafana GUI are verified as well.

Issue-ID: MULTICLOUD-1082
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: I39b7e20f46aa789272be671056a76dd926701068
254 files changed:
kud/tests/vnfs/comp-app/collection/app1/helm/collectd/resources/collectd.conf
kud/tests/vnfs/comp-app/collection/app1/helm/collectd/templates/daemonset.yaml
kud/tests/vnfs/comp-app/collection/app1/helm/collectd/values.yaml
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/.helmignore [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/CONTRIBUTING.md [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/Chart.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/README.md [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/.helmignore [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/Chart.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/README.md [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/ci/default-values.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/ci/with-dashboard-json-values.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/ci/with-dashboard-values.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/dashboards/custom-dashboard.json [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/NOTES.txt [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/_helpers.tpl [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/_pod.tpl [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/clusterrole.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/clusterrolebinding.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/configmap-dashboard-provider.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/configmap.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/dashboards-json-configmap.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/deployment.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/headless-service.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/ingress.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/poddisruptionbudget.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/podsecuritypolicy.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/pvc.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/role.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/rolebinding.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/secret-env.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/secret.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/service.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/serviceaccount.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/statefulset.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/tests/test-configmap.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/tests/test-podsecuritypolicy.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/tests/test-role.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/tests/test-rolebinding.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/tests/test-serviceaccount.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/templates/tests/test.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/values.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/.helmignore [moved from kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/.helmignore with 97% similarity, mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/Chart.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/OWNERS [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/README.md [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/templates/NOTES.txt [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/templates/_helpers.tpl [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/templates/clusterrole.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/templates/clusterrolebinding.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/templates/deployment.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/templates/pdb.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/templates/podsecuritypolicy.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/templates/psp-clusterrole.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/templates/psp-clusterrolebinding.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/templates/service.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/templates/serviceaccount.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/templates/servicemonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/templates/stsdiscovery-role.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/templates/stsdiscovery-rolebinding.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/kube-state-metrics/values.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/prometheus-node-exporter/.helmignore [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/prometheus-node-exporter/Chart.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/prometheus-node-exporter/OWNERS [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/prometheus-node-exporter/README.md [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/prometheus-node-exporter/templates/NOTES.txt [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/prometheus-node-exporter/templates/_helpers.tpl [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/prometheus-node-exporter/templates/daemonset.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/prometheus-node-exporter/templates/endpoints.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/prometheus-node-exporter/templates/monitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/prometheus-node-exporter/templates/psp-clusterrole.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/prometheus-node-exporter/templates/psp-clusterrolebinding.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/prometheus-node-exporter/templates/psp.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/prometheus-node-exporter/templates/service.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/prometheus-node-exporter/templates/serviceaccount.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/prometheus-node-exporter/values.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/crds/crd-alertmanager.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/crds/crd-podmonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/crds/crd-prometheus.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/crds/crd-prometheusrules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/crds/crd-servicemonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/crds/crd-thanosrulers.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/diff.txt [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/gerrit.values.bk [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/requirements.lock [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/requirements.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/NOTES.txt [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/_helpers.tpl [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/alertmanager/alertmanager.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/alertmanager/ingress.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/alertmanager/ingressperreplica.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/alertmanager/podDisruptionBudget.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/alertmanager/psp-role.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/alertmanager/psp-rolebinding.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/alertmanager/psp.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/alertmanager/secret.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/alertmanager/service.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/alertmanager/serviceaccount.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/alertmanager/servicemonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/alertmanager/serviceperreplica.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/core-dns/service.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/core-dns/servicemonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kube-api-server/servicemonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kube-controller-manager/endpoints.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kube-controller-manager/service.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kube-controller-manager/servicemonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kube-dns/service.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kube-dns/servicemonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kube-etcd/endpoints.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kube-etcd/service.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kube-etcd/servicemonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kube-proxy/endpoints.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kube-proxy/service.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kube-proxy/servicemonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kube-scheduler/endpoints.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kube-scheduler/service.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kube-scheduler/servicemonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kube-state-metrics/serviceMonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/kubelet/servicemonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/exporters/node-exporter/servicemonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/configmap-dashboards.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/configmaps-datasources.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/apiserver.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/cluster-total.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/controller-manager.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/etcd.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/k8s-coredns.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/k8s-resources-cluster.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/k8s-resources-namespace.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/k8s-resources-node.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/k8s-resources-pod.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/k8s-resources-workload.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/k8s-resources-workloads-namespace.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/kubelet.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/namespace-by-pod.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/namespace-by-workload.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/node-cluster-rsrc-use.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/node-rsrc-use.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/nodes.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/persistentvolumesusage.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/pod-total.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/prometheus-remote-write.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/prometheus.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/proxy.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/scheduler.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/statefulset.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards-1.14/workload-total.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards/etcd.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards/k8s-cluster-rsrc-use.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards/k8s-node-rsrc-use.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards/k8s-resources-cluster.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards/k8s-resources-namespace.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards/k8s-resources-pod.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards/k8s-resources-workload.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards/k8s-resources-workloads-namespace.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards/nodes.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards/persistentvolumesusage.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards/pods.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/dashboards/statefulset.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/grafana/servicemonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/admission-webhooks/job-patch/clusterrole.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/admission-webhooks/job-patch/clusterrolebinding.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/admission-webhooks/job-patch/job-createSecret.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/admission-webhooks/job-patch/job-patchWebhook.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/admission-webhooks/job-patch/psp.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/admission-webhooks/job-patch/role.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/admission-webhooks/job-patch/rolebinding.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/admission-webhooks/job-patch/serviceaccount.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/admission-webhooks/mutatingWebhookConfiguration.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/admission-webhooks/validatingWebhookConfiguration.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/cleanup-crds.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/clusterrole.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/clusterrolebinding.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/crds.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/deployment.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/psp-clusterrole.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/psp-clusterrolebinding.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/psp.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/service.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/serviceaccount.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus-operator/servicemonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/additionalAlertRelabelConfigs.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/additionalAlertmanagerConfigs.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/additionalPrometheusRules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/additionalScrapeConfigs.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/clusterrole.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/clusterrolebinding.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/ingress.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/ingressperreplica.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/podDisruptionBudget.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/podmonitors.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/prometheus.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/psp-clusterrole.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/psp-clusterrolebinding.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/psp.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/alertmanager.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/etcd.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/general.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/k8s.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/kube-apiserver-slos.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/kube-apiserver.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/kube-prometheus-general.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/kube-prometheus-node-recording.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/kube-scheduler.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/kube-state-metrics.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/kubelet.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/kubernetes-apps.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/kubernetes-resources.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/kubernetes-storage.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/kubernetes-system-apiserver.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/kubernetes-system-controller-manager.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/kubernetes-system-kubelet.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/kubernetes-system-scheduler.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/kubernetes-system.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/node-exporter.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/node-exporter.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/node-network.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/node.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/prometheus-operator.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules-1.14/prometheus.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/alertmanager.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/etcd.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/general.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/k8s.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/kube-apiserver.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/kube-prometheus-node-alerting.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/kube-prometheus-node-recording.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/kube-scheduler.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/kubernetes-absent.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/kubernetes-apps.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/kubernetes-resources.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/kubernetes-storage.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/kubernetes-system.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/node-network.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/node-time.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/node.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/prometheus-operator.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/rules/prometheus.rules.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/service.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/serviceaccount.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/servicemonitor.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/servicemonitors.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/templates/prometheus/serviceperreplica.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/values.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/Chart.yaml [deleted file]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/NOTES.txt [deleted file]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/_helpers.tpl [deleted file]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/prometheus.yaml [deleted file]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/role.yaml [deleted file]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/rolebinding.yaml [deleted file]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/service.yaml [deleted file]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/serviceaccount.yaml [deleted file]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/templates/servicemonitor.yaml [deleted file]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus/values.yaml [deleted file]