Skip to content

Commit cf1f8b5

Browse files
authored
Merge pull request ceph#62229 from phlogistonjohn/jjm-teuth-ctdb-sebool
qa/cephadm/smb: set virt_sandbox_use_netlink selinux bool on ctdb tests Reviewed-by: Adam King <[email protected]>
2 parents 29656dc + 06fc55b commit cf1f8b5

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ overrides:
2424
tasks:
2525
- cephadm.configure_samba_client_container:
2626
role: host.d
27+
- pexec:
28+
all:
29+
- setsebool -P virt_sandbox_use_netlink 1 || true
2730
- cephadm:
2831

2932
- cephadm.shell:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ tasks:
2626
role: host.d
2727
- vip:
2828
count: 1
29+
- pexec:
30+
all:
31+
- setsebool -P virt_sandbox_use_netlink 1 || true
2932
- cephadm:
3033

3134
- cephadm.shell:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ overrides:
2424
tasks:
2525
- cephadm.configure_samba_client_container:
2626
role: host.d
27+
- pexec:
28+
all:
29+
- setsebool -P virt_sandbox_use_netlink 1 || true
2730
- cephadm:
2831

2932
- cephadm.shell:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ overrides:
2424
tasks:
2525
- cephadm.deploy_samba_ad_dc:
2626
role: host.d
27+
- pexec:
28+
all:
29+
- setsebool -P virt_sandbox_use_netlink 1 || true
2730
- cephadm:
2831

2932
- cephadm.shell:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ tasks:
2626
role: host.d
2727
- vip:
2828
count: 2
29+
- pexec:
30+
all:
31+
- setsebool -P virt_sandbox_use_netlink 1 || true
2932
- cephadm:
3033

3134
- cephadm.shell:

0 commit comments

Comments
 (0)