]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks: move smb related task funcs out of cephadm.py to smb.py
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 29 Sep 2025 19:47:30 +0000 (15:47 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 2 Oct 2025 17:11:18 +0000 (13:11 -0400)
commite0fa55cef8806bfd537ce1c7d33f0a13337966e4
tree396c5bdccb5bd70b2e804fd3a348a70db8862226
parent37813cf00fb110858d0f794f838d03e8065c4bb1
qa/tasks: move smb related task funcs out of cephadm.py to smb.py

Move a bunch of functionality specific to smb out of cephadm.py and
in to a new qa/tasks/smb.py file. The cephadm.py file had contained
a bunch of smb specific stuff because it was easy to add it that
way initially. Now that I am planning on expanding to add some more
smb tasks, it makes sense to move these smb specific functions first.

Update the needed yaml files with the new module.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
17 files changed:
qa/suites/orch/cephadm/smb/tasks/deploy_smb_basic.yaml
qa/suites/orch/cephadm/smb/tasks/deploy_smb_ctdb_node_gone_state.yaml
qa/suites/orch/cephadm/smb/tasks/deploy_smb_domain.yaml
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_basic.yaml
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_clustering_ips.yaml
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_ctdb_res_basic.yaml
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_ctdb_res_dom.yaml
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_ctdb_res_ips.yaml
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_ctdb_res_ports2c.yaml
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_domain.yaml
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_basic.yaml
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_dom.yaml
qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_ports.yaml
qa/suites/orch/cephadm/smb/tasks/deploy_smb_proxy_disabled.yaml
qa/suites/orch/cephadm/smb/tasks/deploy_smb_proxy_enabled.yaml
qa/tasks/cephadm.py
qa/tasks/smb.py [new file with mode: 0644]