]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/smb: accept public_addrs on cli when creating cluster
authorSachin Prabhu <sprabhu@redhat.com>
Thu, 12 Sep 2024 16:13:25 +0000 (17:13 +0100)
committerSachin Prabhu <sprabhu@redhat.com>
Tue, 24 Sep 2024 09:30:00 +0000 (10:30 +0100)
commit4db3bb77b6458f8b54af7f9279151d616f042d49
tree80ba16f79b7e6e08e8012d5d04bd2a2f7557c6df
parentbd51dcf955be00050a537a524df8fe8c3a86dbb2
mgr/smb: accept public_addrs on cli when creating cluster

We can set the public ip address to set for the cluster using the
declarative method by providing the information in the resource
description. The corresponding functionality is not available with the
imperative method of creating the smb cluster.

This patch adds this functionality by allowing the user the option of
providing the a public address on the command line when creating the
smb cluster.

Signed-off-by: Sachin Prabhu <sp@spui.uk>
doc/mgr/smb.rst
src/pybind/mgr/smb/module.py