]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: Add parameter to set keepalived's virtual router id
authorLuis Domingues <domingues.luis@protonmail.ch>
Tue, 20 Jun 2023 07:07:57 +0000 (09:07 +0200)
committerLuis Domingues <domingues.luis@protonmail.ch>
Thu, 22 Jun 2023 04:22:09 +0000 (06:22 +0200)
commitbb69368fb5cd1def58cbe638dbd4d3bcf63e431f
treefc555e59a478eea29c6a7fb0b7a60f58d7353d1f
parent0dfe3e68a9284736f643a06acfda719cec0a6ea4
cephadm: Add parameter to set keepalived's virtual router id

When deploying more than 1 ingress, two instances of keepalived
can be generated with the same virtual_router_id. This commit
adds posibility to change the virtual_router_id of keepalived
from the spec file.

Signed-off-by: Luis Domingues <domingues.luis@protonmail.ch>
doc/cephadm/services/rgw.rst
src/pybind/mgr/cephadm/services/ingress.py
src/pybind/mgr/cephadm/templates/services/ingress/keepalived.conf.j2
src/python-common/ceph/deployment/service_spec.py