8a75ef2940696323a7fbb6c5ca3a8da5a34b8b6c
[stor4nfv.git] / ci / ansible / roles / osdsdb / scenarios / container.yml
1 ---
2 - name: run etcd containerized service
3   docker:
4     name: myetcd
5     image: quay.io/coreos/etcd:latest
6     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 }}
7     state: started
8     net: host
9     volumes:
10     - "/usr/share/ca-certificates/:/etc/ssl/certs"