Include prometheus- prefix for select monitoring charts
This adds the prometheus- prefix to the alertmanager, kube-state-metrics and node exporter charts to reflect their intended usage as part of a prometheus centric monitoring solution This will imply a logical grouping of these components, similar to their deployment in the osh-infra gates Change-Id: I4f391a10b64389022f01a94ea3704c110f8f9bb5
This commit is contained in:
parent
8d309f5cff
commit
938bce7370
@ -13,8 +13,8 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
description: OpenStack-Helm Alertmanager
|
description: OpenStack-Helm Alertmanager for Prometheus
|
||||||
name: alertmanager
|
name: prometheus-alertmanager
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
home: https://prometheus.io/docs/alerting/alertmanager/
|
home: https://prometheus.io/docs/alerting/alertmanager/
|
||||||
sources:
|
sources:
|
@ -13,8 +13,8 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
description: OpenStack-Helm Kube-State-Metrics
|
description: OpenStack-Helm Kube-State-Metrics for Prometheus
|
||||||
name: kube-state-metrics
|
name: prometheus-kube-state-metrics
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
home: https://github.com/kubernetes/kube-state-metrics
|
home: https://github.com/kubernetes/kube-state-metrics
|
||||||
sources:
|
sources:
|
@ -13,8 +13,8 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
description: OpenStack-Helm Node Exporter
|
description: OpenStack-Helm Node Exporter for Prometheus
|
||||||
name: node-exporter
|
name: prometheus-node-exporter
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
home: https://github.com/prometheus/node_exporter
|
home: https://github.com/prometheus/node_exporter
|
||||||
sources:
|
sources:
|
@ -24,9 +24,9 @@ chart_groups:
|
|||||||
timeout: 600
|
timeout: 600
|
||||||
charts:
|
charts:
|
||||||
- prometheus
|
- prometheus
|
||||||
- node_exporter
|
- prometheus_node_exporter
|
||||||
- kube_state_metrics
|
- prometheus_kube_state_metrics
|
||||||
- alertmanager
|
- prometheus_alertmanager
|
||||||
|
|
||||||
- name: openstack_infra_logging
|
- name: openstack_infra_logging
|
||||||
timeout: 600
|
timeout: 600
|
||||||
@ -93,8 +93,8 @@ charts:
|
|||||||
ingress:
|
ingress:
|
||||||
public: false
|
public: false
|
||||||
|
|
||||||
kube_state_metrics:
|
prometheus_kube_state_metrics:
|
||||||
chart_name: kube-state-metrics
|
chart_name: prometheus-kube-state-metrics
|
||||||
release: prometheus-kube-metrics
|
release: prometheus-kube-metrics
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
test:
|
test:
|
||||||
@ -102,8 +102,8 @@ charts:
|
|||||||
timeout: 300
|
timeout: 300
|
||||||
output: false
|
output: false
|
||||||
|
|
||||||
node_exporter:
|
prometheus_node_exporter:
|
||||||
chart_name: node-exporter
|
chart_name: prometheus-node-exporter
|
||||||
release: prometheus-node-exporter
|
release: prometheus-node-exporter
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
test:
|
test:
|
||||||
@ -111,8 +111,8 @@ charts:
|
|||||||
timeout: 300
|
timeout: 300
|
||||||
output: false
|
output: false
|
||||||
|
|
||||||
alertmanager:
|
prometheus_alertmanager:
|
||||||
chart_name: alertmanager
|
chart_name: prometheus-alertmanager
|
||||||
release: prometheus-alertmanager
|
release: prometheus-alertmanager
|
||||||
namespace: openstack
|
namespace: openstack
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user