c8ef8643e49625313a0ffd26aaa20afedda9411b
[stor4nfv.git] / ci / ansible / group_vars / osdsdb.yml
1 ---
2 # Dummy variable to avoid error because ansible does not recognize the
3 # file as a good configuration file when no variable in it.
4 dummy:
5
6
7 ###########
8 # GENERAL #
9 ###########
10
11 db_driver: etcd
12 db_endpoint: localhost:2379,localhost:2380
13 #db_credential: opensds:password@127.0.0.1:3306/dbname
14
15 ###########
16 #  ETCD   #
17 ###########
18
19 etcd_release: v3.2.0
20 etcd_host: 127.0.0.1
21 etcd_port: 2379
22 etcd_peer_port: 2380
23
24 # These fields are not suggested to be modified
25 etcd_tarball: etcd-{{ etcd_release }}-linux-amd64.tar.gz
26 etcd_download_url: https://github.com/coreos/etcd/releases/download/{{ etcd_release }}/{{ etcd_tarball }}
27 etcd_dir: /opt/etcd-{{ etcd_release }}-linux-amd64
28
29 ###########
30 # DOCKER  #
31 ###########
32
33 etcd_docker_image: quay.io/coreos/etcd:latest