From: John Mulligan Date: Thu, 22 Aug 2024 18:08:16 +0000 (-0400) Subject: mgr/smb: add cluster public ip information to service spec X-Git-Tag: testing/wip-mchangir-testing-20240830.082048-main-debug~16^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e2649091777f0ea94c8a002e1a02872317111fc6;p=ceph-ci.git mgr/smb: add cluster public ip information to service spec Signed-off-by: John Mulligan --- diff --git a/src/pybind/mgr/smb/handler.py b/src/pybind/mgr/smb/handler.py index 740f7779af5..b2285eef575 100644 --- a/src/pybind/mgr/smb/handler.py +++ b/src/pybind/mgr/smb/handler.py @@ -1205,6 +1205,7 @@ def _generate_smb_service_spec( user_sources=user_sources, custom_dns=cluster.custom_dns, include_ceph_users=user_entities, + cluster_public_addrs=cluster.service_spec_public_addrs(), )