Push zealand version of opensds ansible as base-code of Stor4NFV
[stor4nfv.git] / ci / ansible / group_vars / common.yml
1 ---\r
2 # Variables here are applicable to all host groups NOT roles\r
3 \r
4 # This sample file generated by generate_group_vars_sample.sh\r
5 \r
6 # Dummy variable to avoid error because ansible does not recognize the\r
7 # file as a good configuration file when no variable in it.\r
8 dummy:\r
9 \r
10 # You can override default vars defined in defaults/main.yml here,\r
11 # but I would advice to use host or group vars instead\r
12 \r
13 \r
14 ###########\r
15 # GENERAL #\r
16 ###########\r
17 \r
18 workplace: /home/krej # Change this field according to your username\r
19 \r
20 # These fields are NOT suggested to be modified\r
21 remote_url: https://github.com/opensds/opensds.git\r
22 opensds_root_dir: "{{ workplace }}/gopath/src/github.com/opensds/opensds"\r
23 opensds_build_dir: "{{ opensds_root_dir }}/build"\r
24 opensds_config_dir: /etc/opensds\r
25 opensds_log_dir: /var/log/opensds\r