]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/smb: add cluster public ip information to service spec
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 22 Aug 2024 18:08:16 +0000 (14:08 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 27 Aug 2024 21:12:56 +0000 (17:12 -0400)
Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/smb/handler.py

index 740f7779af55b3a5439f99fc20ae988420f654ea..b2285eef5753828a2ce09ef433cb788927ba95a8 100644 (file)
@@ -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(),
     )