]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: make jaeger-collector urls a dep for jaeger-agent 56089/head
authorAdam King <adking@redhat.com>
Tue, 9 May 2023 19:06:41 +0000 (15:06 -0400)
committerAdam King <adking@redhat.com>
Sun, 10 Mar 2024 19:44:05 +0000 (15:44 -0400)
commitcc55847e3d2f92685da63fdb3ba402b2c2905021
tree875798b5a74f85ae41e4740588dffa984b7247da
parentc2ea977b6956d1f694ccf66acc692fdd979e3baa
mgr/cephadm: make jaeger-collector urls a dep for jaeger-agent

the jaeger-agent's need to know the url for the collector(s)
that have been deployed. If a collector moves, or we deployed
the agents before the collector, we need to reconfig the agents
with updated info about the collectors. Failure to do so can
leave the jager-agents down reporting

```
Could not create collector proxy","error":"at least one collector hostPort address is required when resolver is not available"
```

Fixes: https://tracker.ceph.com/issues/59704
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit acc26d7b17316d1e45bfc3a882355b46db19d053)
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/serve.py
src/pybind/mgr/cephadm/services/jaeger.py