remove ceph code
[stor4nfv.git] / src / ceph / qa / qa_scripts / openstack / ceph_install_w_ansible / execs / edit_ansible_hosts.sh
diff --git a/src/ceph/qa/qa_scripts/openstack/ceph_install_w_ansible/execs/edit_ansible_hosts.sh b/src/ceph/qa/qa_scripts/openstack/ceph_install_w_ansible/execs/edit_ansible_hosts.sh
deleted file mode 100755 (executable)
index c3d8df6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/bash
-ed /etc/ansible/hosts << EOF
-$
-a
-
-[mons]
-${1}
-
-[osds]
-${2}
-${3}
-${4}
-
-.
-w
-q
-EOF