From f9ad3ce7997d73f9c6cd3455d9c639578354104f 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 (cherry picked from commit 0901f98a05e5d55b8b3cc17a0cae38094ae88a6f) (cherry picked from commit 929cf28a1edb47db9e9e18e0212a919072c33c7b) --- 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 3f5ed0137b6..502057f5ca3 100644 --- a/src/python-common/ceph/tests/test_service_spec.py +++ b/src/python-common/ceph/tests/test_service_spec.py @@ -375,6 +375,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.39.5