Bug 1906720

Summary: [RFE] [cephadm] : Spec files for each monitoring stack daemon
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Juan Miguel Olmo <jolmomar>
Component: CephadmAssignee: Juan Miguel Olmo <jolmomar>
Status: CLOSED WONTFIX QA Contact: Vasishta <vashastr>
Severity: low Docs Contact: Karen Norteman <knortema>
Priority: unspecified    
Version: 5.0CC: sangadi, sewagner, vereddy
Target Milestone: ---Keywords: FutureFeature
Target Release: 5.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-05-10 08:42:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1820257, 1839169    

Description Juan Miguel Olmo 2020-12-11 09:27:09 UTC
It would be nice to have a spec file for grafana, alert manager and prometheus.
In this way we can provide a more flexible configuration, and changes in configuration of this elements.

The possibility to specify container images, ports, certificates, etc ... will provide a better user experience.

To provide a spec file for the whole monitoring stack would be another interesting improvement.

Comment 1 Sebastian Wagner 2021-05-04 16:23:20 UTC
This is the current monitoring.yaml that you can use out of the box:

service_type: prometheus
placement:
  hosts:
  - host1
---
service_type: node-exporter
---
service_type: alertmanager
placement:
  hosts:
  - host1
---
service_type: grafana
placement:
  hosts:
  - host1


https://tracker.ceph.com/issues/48560

Is there anything more you need?

Comment 2 Sebastian Wagner 2021-05-10 08:42:36 UTC
closing as discussed with Francesco