summaryrefslogtreecommitdiffstats
path: root/ci/ansible/roles/osdsdb/scenarios/container.yml
diff options
context:
space:
mode:
authorHui Wang <wanghui71@huawei.com>2018-05-25 09:09:51 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-05-25 09:09:51 +0000
commitf54e4aa4fd49b0d0beef8730dc6357e2407fd42f (patch)
treef8ae2b729eaf4c99546a0ee26e3d0c90b6b59f79 /ci/ansible/roles/osdsdb/scenarios/container.yml
parentea3c10e5533ae4bdbb3fc449e3baf2eb256b2ae3 (diff)
parentd5a74591c6716aad140b91153ec72bc61426480c (diff)
Merge "support deploying etcd on aarch64 platform"
Diffstat (limited to 'ci/ansible/roles/osdsdb/scenarios/container.yml')
-rw-r--r--ci/ansible/roles/osdsdb/scenarios/container.yml2
1 files changed, 1 insertions, 1 deletions
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