Integrate M3DB and prometheus & enable remoteWrite 28/109528/1
authorRajamohan Raj <rajamohan.raj@intel.com>
Wed, 24 Jun 2020 18:42:17 +0000 (11:42 -0700)
committerRajamohan Raj <rajamohan.raj@intel.com>
Wed, 24 Jun 2020 18:57:04 +0000 (11:57 -0700)
commit27b59a675fa767ad91239d89528a90e515539595
tree69f15f482d101f99ccf5a2976e173a8f4384bf8f
parent94bfc956f43bcaec29f2fc9844b9ca4c35d72260
Integrate M3DB and prometheus & enable remoteWrite

In this patch, added the correct helm charts for
M3DB, M3DB operator,and verified by deploying them
on a 3-node k8s clusters. After deployment, we
enable the remote write from prometheus to M3DB.
So that M3Db can be used as a long term storage
solution for metrics collected by prometheus.

Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Issue-ID: MULTICLOUD-1098
Change-Id: I9ecba8c1341d71047685b10fc46676b1df2ee5f8
42 files changed:
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/add_m3db_remote.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/charts/grafana/values.yaml
kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/values.yaml
kud/tests/vnfs/comp-app/collection/app3/helm/m3db/.helmignore [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/app3/helm/m3db/Chart.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/app3/helm/m3db/templates/NOTES.txt [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/app3/helm/m3db/templates/_helpers.tpl [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/app3/helm/m3db/templates/configmap.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/app3/helm/m3db/templates/etcd-cluster.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/app3/helm/m3db/templates/m3dbcluster.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/app3/helm/m3db/values.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/.helmignore [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/Chart.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/.helmignore [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/Chart.yaml [new file with mode: 0755]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/OWNERS [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/README.md [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/templates/NOTES.txt [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/templates/_helpers.tpl [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/templates/backup-etcd-crd.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/templates/backup-operator-deployment.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/templates/etcd-cluster-crd.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/templates/operator-cluster-role.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/templates/operator-clusterrole-binding.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/templates/operator-deployment.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/templates/operator-service-account.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/templates/restore-etcd-crd.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/templates/restore-operator-deployment.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/templates/restore-operator-service.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/etcd-operator/values.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/m3db-operator/Chart.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/m3db-operator/LICENSE [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/m3db-operator/NOTES.txt [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/m3db-operator/README.md [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/m3db-operator/templates/cluster_role.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/m3db-operator/templates/cluster_role_binding.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/m3db-operator/templates/service_account.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/m3db-operator/templates/stateful_set.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/charts/m3db-operator/values.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/requirements.yaml [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/resources/m3db.labels [new file with mode: 0644]
kud/tests/vnfs/comp-app/collection/etcd-m3db-operators/helm/operator/values.yaml [new file with mode: 0644]