From 6d7c9539bb348af48f6c3d109c46f6f22d927be0 Mon Sep 17 00:00:00 2001 From: Srivahni Date: Fri, 8 Mar 2019 10:29:07 -0800 Subject: Remove redundant directories Change-Id: I0b39b22d0cf4dba0c1bee6b142b95b78e697b569 Issue-ID: ONAPARC-393 Signed-off-by: Srivahni Chivukula --- vnfs/DAaaS/prometheus-operator/hack/README.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 vnfs/DAaaS/prometheus-operator/hack/README.md (limited to 'vnfs/DAaaS/prometheus-operator/hack/README.md') diff --git a/vnfs/DAaaS/prometheus-operator/hack/README.md b/vnfs/DAaaS/prometheus-operator/hack/README.md deleted file mode 100644 index 4fc7e6a9..00000000 --- a/vnfs/DAaaS/prometheus-operator/hack/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# prometheus-operator hacks - -## [sync_prometheus_rules.py](sync_prometheus_rules.py) - -This script generates prometheus rules set for alertmanager from any properly formatted kubernetes yaml based on defined input, splitting rules to separate files based on group name. - -Currently following imported: - - [coreos/prometheus-operator rules set](https://github.com/coreos/prometheus-operator/blob/master/contrib/kube-prometheus/manifests/prometheus-rules.yaml) - - [etcd-io/etc rules set](https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/etcd3_alert.rules.yml) (temporary disabled) - -## [sync_grafana_dashboards.py](sync_grafana_dashboards.py) - -This script generates grafana dashboards from json files, splitting them to separate files based on group name. - -Currently following imported: - - [coreos/prometheus-operator dashboards](https://github.com/coreos/prometheus-operator/blob/master/contrib/kube-prometheus/manifests/grafana-deployment.yaml) - - [etcd-io/etc dashboard](https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/grafana.json) - - [coreos/prometheus-operator CoreDNS dashboard](https://github.com/helm/charts/blob/master/stable/prometheus-operator/dashboards/grafana-coredns-k8s.json) (not maintained in this location) \ No newline at end of file -- cgit 1.2.3-korg