From d77139e74b678612dde2349bd4794b9d88b83b08 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 9 Jul 2024 14:28:49 -0400 Subject: [PATCH] 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 --- qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_basic.yaml | 1 + qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_domain.yaml | 1 + qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_basic.yaml | 1 + qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_dom.yaml | 1 + 4 files changed, 4 insertions(+) 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 bafb71b2aec9..e57b77636618 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 f85f391ff26a..ce08d40bb586 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 b515307562a2..94bb2f857a86 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 0fc9ac02f9b1..fd88a30b9eb4 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: -- 2.47.3