]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: Allow Ingress service to expose the metrics via HTTPS also add fields...
authorShweta Bhosale <Shweta.Bhosale1@ibm.com>
Wed, 3 Sep 2025 14:37:53 +0000 (20:07 +0530)
committerShweta Bhosale <Shweta.Bhosale1@ibm.com>
Thu, 25 Sep 2025 16:42:12 +0000 (22:12 +0530)
commitda5d3ab0f32dc9e19da73ae01a0dbb95b2d1f8b6
treec0db4ef219390043587748270d53be8967d8958f
parent14b1dd781de7088683433dde394ddbdbafedaa0e
mgr/cephadm: Allow Ingress service to expose the metrics via HTTPS also add fields in spec to accept monitor ips/ monitor networks

Fixes: https://tracker.ceph.com/issues/71707
Signed-off-by: Shweta Bhosale <Shweta.Bhosale1@ibm.com>
doc/cephadm/services/rgw.rst
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/services/ingress.py
src/pybind/mgr/cephadm/services/service_discovery.py
src/pybind/mgr/cephadm/templates/services/ingress/haproxy.cfg.j2
src/pybind/mgr/cephadm/tests/test_service_discovery.py
src/pybind/mgr/cephadm/tests/test_services.py
src/python-common/ceph/deployment/service_spec.py
src/python-common/ceph/tests/test_service_spec.py