Add csi plugin ansible and tutorial document
[stor4nfv.git] / ci / ansible / roles / osdsdb / scenarios / etcd.yml
index 79dc444..86f3a67 100644 (file)
@@ -8,14 +8,14 @@
 - name: download etcd\r
   get_url:\r
     url={{ etcd_download_url }}\r
-    dest=/tmp/{{ etcd_tarball }}\r
+    dest=/opt/{{ etcd_tarball }}\r
   when:\r
     - etcdexisted.stat.exists is undefined or etcdexisted.stat.exists == false\r
 \r
 - name: extract the etcd tarball\r
   unarchive:\r
-    src=/tmp/{{ etcd_tarball }}\r
-    dest=/tmp/\r
+    src=/opt/{{ etcd_tarball }}\r
+    dest=/opt/\r
   when:\r
     - etcdexisted.stat.exists is undefined or etcdexisted.stat.exists == false\r
 \r