]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: make jaeger-collector urls a dep for jaeger-agent 51416/head
authorAdam King <adking@redhat.com>
Tue, 9 May 2023 19:06:41 +0000 (15:06 -0400)
committerAdam King <adking@redhat.com>
Mon, 2 Oct 2023 17:14:58 +0000 (13:14 -0400)
commitacc26d7b17316d1e45bfc3a882355b46db19d053
treed18155638348a2fbe5b534c6ba815a5754b59d7e
parent6c6f0d3109bc52559b018adf69849c14a19dfff1
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>
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/serve.py
src/pybind/mgr/cephadm/services/jaeger.py