]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: allow having prometheus bind on specific network 55874/head
authorAdam King <adking@redhat.com>
Thu, 29 Feb 2024 18:04:43 +0000 (13:04 -0500)
committerAdam King <adking@redhat.com>
Fri, 1 Mar 2024 16:46:33 +0000 (11:46 -0500)
commite6943dd61374ee8ce337751e9ef9ba55f10a83ed
tree0b5fa9fa3a4c49c5ea098cb916eb0cf587017c13
parent6ee5fff0c8dc71c4789496a587e2599ff2e0bc13
mgr/cephadm: allow having prometheus bind on specific network

To avoid port conflicts in certain setups where
something else is using the same port on a different
network on the host.

Signed-off-by: Adam King <adking@redhat.com>
src/cephadm/cephadmlib/daemons/monitoring.py
src/cephadm/tests/test_deploy.py
src/pybind/mgr/cephadm/services/monitoring.py
src/pybind/mgr/cephadm/tests/test_services.py
src/python-common/ceph/deployment/service_spec.py