X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fansible%2Froles%2Fosdsdb%2Fscenarios%2Fetcd.yml;fp=ci%2Fansible%2Froles%2Fosdsdb%2Fscenarios%2Fetcd.yml;h=86f3a678af6d5c4077cf1b0c8bb2c5794cc6a7e8;hb=561c0708b78eed8120b90f0221cd66730c9e8a74;hp=79dc4444464e99ff3c10233d05b48f9361dbc975;hpb=1dc4e57ae38ea5a4989aeb382c3450a26363ead5;p=stor4nfv.git diff --git a/ci/ansible/roles/osdsdb/scenarios/etcd.yml b/ci/ansible/roles/osdsdb/scenarios/etcd.yml index 79dc444..86f3a67 100644 --- a/ci/ansible/roles/osdsdb/scenarios/etcd.yml +++ b/ci/ansible/roles/osdsdb/scenarios/etcd.yml @@ -8,14 +8,14 @@ - name: download etcd get_url: url={{ etcd_download_url }} - dest=/tmp/{{ etcd_tarball }} + dest=/opt/{{ etcd_tarball }} when: - etcdexisted.stat.exists is undefined or etcdexisted.stat.exists == false - name: extract the etcd tarball unarchive: - src=/tmp/{{ etcd_tarball }} - dest=/tmp/ + src=/opt/{{ etcd_tarball }} + dest=/opt/ when: - etcdexisted.stat.exists is undefined or etcdexisted.stat.exists == false