Bug 1944769
Summary: | RFE: Provision to apply custom images for monitoring services during bootstrap | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Sunil Kumar Nagaraju <sunnagar> |
Component: | Cephadm | Assignee: | Adam King <adking> |
Status: | CLOSED ERRATA | QA Contact: | Rahul Lepakshi <rlepaksh> |
Severity: | high | Docs Contact: | Ranjini M N <rmandyam> |
Priority: | medium | ||
Version: | 5.0 | CC: | adking, agunn, gjose, ktdreyer, lithomas, msaini, psathyan, rlepaksh, rmandyam, vdas |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | 5.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ceph-16.2.6-1.el8cp | Doc Type: | Enhancement |
Doc Text: |
.Users can now bootstrap their storage clusters with custom monitoring stack images
Previously, users had to adjust the image used for their monitoring stack daemons manually after bootstrapping the cluster
With this release, you can specify custom images for monitoring stack daemons during bootstrap by passing a configuration file formatted as follows:
.Syntax
[source,subs="verbatim,quotes"]
----
[mgr]
mgr/cephadm/container_image_grafana = _GRAFANA_IMAGE_NAME_
mgr/cephadm/container_image_alertmanager = _ALERTMANAGER_IMAGE_NAME_
mgr/cephadm/container_image_prometheus = _PROMETHEUS_IMAGE_NAME_
mgr/cephadm/container_image_node_exporter = _NODE_EXPORTER_IMAGE_NAME_
----
You can run bootstrap with the `--config _CONFIGURATION_FILE_NAME_` option in the command.
If you have other configuration options, you can simply add the lines above in your configuration file before bootstrapping the storage cluster.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2022-04-04 10:20: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: | 2031073 |
Comment 19
errata-xmlrpc
2022-04-04 10:20:36 UTC
|