Skip to content

Commit d77139e

Browse files
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 <[email protected]>
1 parent 0c48ae3 commit d77139e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_basic.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ tasks:
1717
- cephadm.configure_samba_client_container:
1818
role: host.b
1919
- cephadm:
20+
single_host_defaults: true
2021

2122
- cephadm.shell:
2223
host.a:

qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_domain.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ tasks:
1717
- cephadm.deploy_samba_ad_dc:
1818
role: host.b
1919
- cephadm:
20+
single_host_defaults: true
2021

2122
- cephadm.shell:
2223
host.a:

qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_basic.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ tasks:
1717
- cephadm.configure_samba_client_container:
1818
role: host.b
1919
- cephadm:
20+
single_host_defaults: true
2021

2122
- cephadm.shell:
2223
host.a:

qa/suites/orch/cephadm/smb/tasks/deploy_smb_mgr_res_dom.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ tasks:
1717
- cephadm.deploy_samba_ad_dc:
1818
role: host.b
1919
- cephadm:
20+
single_host_defaults: true
2021

2122
- cephadm.shell:
2223
host.a:

0 commit comments

Comments
 (0)