734d2e36bd4b790d9a906f786e5c972407445e0e
[stor4nfv.git] / ci / ansible / group_vars / common.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 workplace: /home/krej # Change this field according to your username, use '/root' if you login as root.
12
13 # These fields are NOT suggested to be modified
14 remote_url: https://github.com/opensds/opensds.git
15 opensds_root_dir: "{{ workplace }}/gopath/src/github.com/opensds/opensds"
16 opensds_build_dir: "{{ opensds_root_dir }}/build"
17 opensds_config_dir: /etc/opensds
18 opensds_log_dir: /var/log/opensds
19
20 ###########
21 # GOLANG  #
22 ###########
23
24 golang_release: 1.9.2
25
26 # These fields are NOT suggested to be modified
27 golang_tarball: go{{ golang_release }}.linux-amd64.tar.gz
28 golang_download_url: https://storage.googleapis.com/golang/{{ golang_tarball }}
29
30 ###########
31 #CONTAINER#
32 ###########
33
34 container_enabled: false