X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fansible%2Froles%2Fosdsdb%2Fscenarios%2Fcontainer.yml;h=a5c71d9ff50a650ed5f813392514837e2c8643e0;hb=refs%2Fchanges%2F81%2F57381%2F1;hp=afbd15b5f0e5868710acf6c943e894ee1a5916fd;hpb=957abb60ddc82354234687328460147e19607caf;p=stor4nfv.git diff --git a/ci/ansible/roles/osdsdb/scenarios/container.yml b/ci/ansible/roles/osdsdb/scenarios/container.yml index afbd15b..a5c71d9 100644 --- a/ci/ansible/roles/osdsdb/scenarios/container.yml +++ b/ci/ansible/roles/osdsdb/scenarios/container.yml @@ -2,7 +2,7 @@ - name: run etcd containerized service docker: name: myetcd - image: quay.io/coreos/etcd:latest + image: {{ etcd_docker_image }} command: /usr/local/bin/etcd --advertise-client-urls http://{{ etcd_host }}:{{ etcd_port }} --listen-client-urls http://{{ etcd_host }}:{{ etcd_port }} -advertise-client-urls http://{{ etcd_host }}:{{ etcd_peer_port }} -listen-peer-urls http://{{ etcd_host }}:{{ etcd_peer_port }} state: started net: host