summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2020-03-25 16:57:50 +0100
committerMichael Adam <obnox@samba.org>2020-03-25 22:32:23 +0100
commit874d7d6aae6e72e7c26276e987d0c430d6f3cf5a (patch)
tree674f2f738186af38f09d807f1bfaf4a8662a4d2c
parent514b1c080bbf86f0e09935adc0d9cc82e945c0c9 (diff)
downloadsamba-integration-874d7d6aae6e72e7c26276e987d0c430d6f3cf5a.tar.gz
samba-integration-874d7d6aae6e72e7c26276e987d0c430d6f3cf5a.tar.xz
samba-integration-874d7d6aae6e72e7c26276e987d0c430d6f3cf5a.zip
Disable the ping test (ping by name does not work...)
Signed-off-by: Michael Adam <obnox@samba.org>
-rw-r--r--vagrant/ansible/roles/local.test/tasks/main.yml12
-rw-r--r--vagrant/ansible/roles/node.test/tasks/main.yml12
2 files changed, 12 insertions, 12 deletions
diff --git a/vagrant/ansible/roles/local.test/tasks/main.yml b/vagrant/ansible/roles/local.test/tasks/main.yml
index 626e855..b6e585f 100644
--- a/vagrant/ansible/roles/local.test/tasks/main.yml
+++ b/vagrant/ansible/roles/local.test/tasks/main.yml
@@ -2,12 +2,12 @@
include_vars:
file: cluster-vars.yml
-- name: Test node reachability
- # note: `net_ping` module does not work unless we put
- # `ansible_network_os` into the inventory...
- command: "ping -c 1 {{ item }}"
- loop:
- "{{ gluster_cluster_hosts }}"
+#- name: Test node reachability
+# # note: `net_ping` module does not work unless we put
+# # `ansible_network_os` into the inventory...
+# command: "ping -c 1 {{ item }}"
+# loop:
+# "{{ gluster_cluster_hosts }}"
- name: Test ssh to nodes via node address
command: /bin/true
diff --git a/vagrant/ansible/roles/node.test/tasks/main.yml b/vagrant/ansible/roles/node.test/tasks/main.yml
index 9da27f9..9002cdf 100644
--- a/vagrant/ansible/roles/node.test/tasks/main.yml
+++ b/vagrant/ansible/roles/node.test/tasks/main.yml
@@ -10,12 +10,12 @@
debug:
var: output.stdout
-- name: Test node reachability
- # note: `net_ping` module does not work unless we put
- # `ansible_network_os` into the inventory...
- command: "ping -c 1 {{ item }}"
- loop:
- "{{ gluster_cluster_hosts }}"
+#- name: Test node reachability
+# # note: `net_ping` module does not work unless we put
+# # `ansible_network_os` into the inventory...
+# command: "ping -c 1 {{ item }}"
+# loop:
+# "{{ gluster_cluster_hosts }}"
# this is the way gluster-ansible accesses the nodes
- name: Test ssh to nodes via node address