X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fansible%2Froles%2Fosdsdb%2Fscenarios%2Fcontainer.yml;fp=ci%2Fansible%2Froles%2Fosdsdb%2Fscenarios%2Fcontainer.yml;h=afbd15b5f0e5868710acf6c943e894ee1a5916fd;hb=6bc7e08cc5d80941c80e8d36d3a2b1373f147a05;hp=8a75ef2940696323a7fbb6c5ca3a8da5a34b8b6c;hpb=6018fcdd41c2074b2c94d8033f1434be028b054b;p=stor4nfv.git diff --git a/ci/ansible/roles/osdsdb/scenarios/container.yml b/ci/ansible/roles/osdsdb/scenarios/container.yml index 8a75ef2..afbd15b 100644 --- a/ci/ansible/roles/osdsdb/scenarios/container.yml +++ b/ci/ansible/roles/osdsdb/scenarios/container.yml @@ -1,10 +1,10 @@ ---- -- name: run etcd containerized service - docker: - name: myetcd - image: quay.io/coreos/etcd:latest - 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 - volumes: - - "/usr/share/ca-certificates/:/etc/ssl/certs" +--- +- name: run etcd containerized service + docker: + name: myetcd + image: quay.io/coreos/etcd:latest + 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 + volumes: + - "/usr/share/ca-certificates/:/etc/ssl/certs"