From: John Mulligan Date: Tue, 9 Jul 2024 18:28:49 +0000 (-0400) Subject: qa/suites/orch: enable cephadm single_host_defaults for smb tests X-Git-Tag: v20.0.0~1489^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F57817%2Fhead;p=ceph.git qa/suites/orch: enable cephadm single_host_defaults for smb tests Set the cephadm single_host_defaults option for the smb tests that use a single node ceph cluster. Without this option the mgr_pool and the sqlite3 db support needed by the smb mgr module will not be available. Signed-off-by: John Mulligan --- diff --git a/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_basic.yaml b/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_basic.yaml index bafb71b2aec..e57b7763661 100644 --- a/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_basic.yaml +++ b/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_basic.yaml @@ -17,6 +17,7 @@ tasks: - cephadm.configure_samba_client_container: role: host.b - cephadm: + single_host_defaults: true - cephadm.shell: host.a: diff --git a/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_domain.yaml b/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_domain.yaml index f85f391ff26..ce08d40bb58 100644 --- a/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_domain.yaml +++ b/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_domain.yaml @@ -17,6 +17,7 @@ tasks: - cephadm.deploy_samba_ad_dc: role: host.b - cephadm: + single_host_defaults: true - cephadm.shell: host.a: diff --git a/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_basic.yaml b/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_basic.yaml index b515307562a..94bb2f857a8 100644 --- a/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_basic.yaml +++ b/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_basic.yaml @@ -17,6 +17,7 @@ tasks: - cephadm.configure_samba_client_container: role: host.b - cephadm: + single_host_defaults: true - cephadm.shell: host.a: diff --git a/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_dom.yaml b/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_dom.yaml index 0fc9ac02f9b..fd88a30b9eb 100644 --- a/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_dom.yaml +++ b/qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_dom.yaml @@ -17,6 +17,7 @@ tasks: - cephadm.deploy_samba_ad_dc: role: host.b - cephadm: + single_host_defaults: true - cephadm.shell: host.a: