From 0901f98a05e5d55b8b3cc17a0cae38094ae88a6f Mon Sep 17 00:00:00 2001 From: Luis Domingues Date: Tue, 20 Jun 2023 12:20:39 +0200 Subject: [PATCH] Cephadm: Add first_virtual_router_id to generated yaml on test It seems that the ServiceSpec, when dump to yaml will generate a yaml with first_virtual_router_id, as its default value is 50. Signed-off-by: Luis Domingues --- src/python-common/ceph/tests/test_service_spec.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python-common/ceph/tests/test_service_spec.py b/src/python-common/ceph/tests/test_service_spec.py index a0e0be2aa81..5be07f285a4 100644 --- a/src/python-common/ceph/tests/test_service_spec.py +++ b/src/python-common/ceph/tests/test_service_spec.py @@ -365,6 +365,7 @@ placement: - host3 spec: backend_service: rgw.foo + first_virtual_router_id: 50 frontend_port: 8080 monitor_port: 8081 virtual_ip: 192.168.20.1/24 -- 2.47.3