]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
python-common/smb: move network conversion validation func to common
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 26 Sep 2025 18:22:12 +0000 (14:22 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 29 Jan 2026 17:07:04 +0000 (12:07 -0500)
commit9587087faa61bd3840604238ba0321331713263e
treea8a68c533110dea321e9d2e19f406193fe0ca740
parenta67d2266c5a77aa07161083f8b231dc6e583685b
python-common/smb: move network conversion validation func to common

Extract code from the service_spec.py file that parses, validates and
converts network or ip address strings into a network object into a new
file so that it can be re-used more widely later.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/python-common/ceph/deployment/service_spec.py
src/python-common/ceph/smb/network.py [new file with mode: 0644]