1ad176e0cb157190aa0018a193fa022013278c8c
[stor4nfv.git] / ci / ansible / group_vars / osdsdb.yml
1 # Copyright (c) 2018 Huawei Technologies Co., Ltd. All Rights Reserved.\r
2 #\r
3 # Licensed under the Apache License, Version 2.0 (the "License");\r
4 # you may not use this file except in compliance with the License.\r
5 # You may obtain a copy of the License at\r
6 #\r
7 #     http://www.apache.org/licenses/LICENSE-2.0\r
8 #\r
9 # Unless required by applicable law or agreed to in writing, software\r
10 # distributed under the License is distributed on an "AS IS" BASIS,\r
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
12 # See the License for the specific language governing permissions and\r
13 # limitations under the License.\r
14 \r
15 ---\r
16 # Dummy variable to avoid error because ansible does not recognize the\r
17 # file as a good configuration file when no variable in it.\r
18 dummy:\r
19 \r
20 \r
21 ###########\r
22 # GENERAL #\r
23 ###########\r
24 \r
25 db_driver: etcd\r
26 db_endpoint: "{{ etcd_host }}:{{ etcd_port }},{{ etcd_host }}:{{ etcd_peer_port }}"\r
27 \r
28 \r
29 ###########\r
30 #  ETCD   #\r
31 ###########\r
32 \r
33 etcd_release: v3.2.0\r
34 etcd_host: 127.0.0.1\r
35 etcd_port: 2379\r
36 etcd_peer_port: 2380\r
37 \r
38 # These fields are NOT suggested to be modified\r
39 etcd_tarball: etcd-{{ etcd_release }}-linux-amd64.tar.gz\r
40 etcd_download_url: https://github.com/coreos/etcd/releases/download/{{ etcd_release }}/{{ etcd_tarball }}\r
41 etcd_dir: /opt/etcd-{{ etcd_release }}-linux-amd64\r
42 \r
43 \r
44 ###########\r
45 # DOCKER  #\r
46 ###########\r
47 \r
48 etcd_docker_image: quay.io/coreos/etcd:latest\r