summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2020-05-29 16:41:11 +0100
committerAnoop C S <anoopcs@cryptolab.net>2020-06-17 17:01:24 +0530
commita9c6941e0d9f6f5fd1f6280b7d297e12a7ff6ea5 (patch)
tree1cba283bd511446ee40fdd50533b9ba0b196cf73 /vagrant
parentccbb4faa8111f2b971b1b2908f4e32d95cfade86 (diff)
downloadsamba-integration-a9c6941e0d9f6f5fd1f6280b7d297e12a7ff6ea5.tar.gz
samba-integration-a9c6941e0d9f6f5fd1f6280b7d297e12a7ff6ea5.tar.xz
samba-integration-a9c6941e0d9f6f5fd1f6280b7d297e12a7ff6ea5.zip
Remove mount point for fuse mount in clients
This feature isn't currently used. It is better handled by the test runner instead. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/ansible/roles/client.prep/tasks/main.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/vagrant/ansible/roles/client.prep/tasks/main.yml b/vagrant/ansible/roles/client.prep/tasks/main.yml
index e41e915..0578204 100644
--- a/vagrant/ansible/roles/client.prep/tasks/main.yml
+++ b/vagrant/ansible/roles/client.prep/tasks/main.yml
@@ -15,21 +15,6 @@
- debug:
msg: "{{ ctdb_network_public_interfaces }}"
-- name: Make directory to contain share mount points
- file:
- path: /test-mnt
- state: directory
- owner: root
- group: root
- mode: 0755
-
-- name: Add fuse mount share
- mount:
- path: /test-mnt/fuse
- src: "{{ testhost0 }}:vol"
- fstype: glusterfs
- state: present
-
- name: Create a README file
template:
src: README.j2