.`ceph orch ps` does not display a version for monitoring stack daemons
In `cephadm`, due to the version grabbing code currently being incompatible with the downstream monitoring stack containers, version grabbing fails for monitoring stack daemons, such as `node-exporter`, `prometheus`, and `alertmanager`.
As a workaround, if the user needs to find the version, the daemons' container names include the version.
Description of problem:
The version tag displayed in 'ceph orch ps' does not show version for alertmanager, node-exporter and prometheus. This was observed during upgrade or new install of rhcs 5.2.
Version-Release number of selected component (if applicable):
RHCS 5.2 / 16.2.8-84
How reproducible:
Always
Steps to Reproduce:
1. Upgrade rhcs 5.0z{X} to rhcs 5.2
2. Execute ceph orch ps |egrep 'node-|prom|alert'
Actual results:
VERSION field is empty for alertmanager, node-exporter and prometheus
Expected results:
VERSION field should populate for alertmanager, node-exporter and prometheus
Additional info:
Description of problem: The version tag displayed in 'ceph orch ps' does not show version for alertmanager, node-exporter and prometheus. This was observed during upgrade or new install of rhcs 5.2. Version-Release number of selected component (if applicable): RHCS 5.2 / 16.2.8-84 How reproducible: Always Steps to Reproduce: 1. Upgrade rhcs 5.0z{X} to rhcs 5.2 2. Execute ceph orch ps |egrep 'node-|prom|alert' Actual results: VERSION field is empty for alertmanager, node-exporter and prometheus Expected results: VERSION field should populate for alertmanager, node-exporter and prometheus Additional info: