Merge nbp installation into opensds ansible script
[stor4nfv.git] / ci / ansible / group_vars / common.yml
1 ---\r
2 # Dummy variable to avoid error because ansible does not recognize the\r
3 # file as a good configuration file when no variable in it.\r
4 dummy:\r
5 \r
6 \r
7 ###########\r
8 # GENERAL #\r
9 ###########\r
10 \r
11 opensds_release: v0.1.4 # The version should be at least v0.1.4.\r
12 nbp_release: v0.1.0 # The version should be at least v0.1.0.\r
13 \r
14 # These fields are not suggested to be modified\r
15 opensds_download_url: https://github.com/opensds/opensds/releases/download/{{ opensds_release }}/opensds-{{ opensds_release }}-linux-amd64.tar.gz\r
16 opensds_tarball_url: /opt/opensds-{{ opensds_release }}-linux-amd64.tar.gz\r
17 opensds_dir: /opt/opensds-{{ opensds_release }}-linux-amd64\r
18 nbp_download_url: https://github.com/opensds/nbp/releases/download/{{ nbp_release }}/opensds-k8s-{{ nbp_release }}-linux-amd64.tar.gz\r
19 nbp_tarball_url: /opt/opensds-k8s-{{ nbp_release }}-linux-amd64.tar.gz\r
20 nbp_dir: /opt/opensds-k8s-{{ nbp_release }}-linux-amd64\r
21 \r
22 opensds_config_dir: /etc/opensds\r
23 opensds_log_dir: /var/log/opensds\r
24 \r
25 \r
26 ###########\r
27 # PLUGIN  #\r
28 ###########\r
29 \r
30 nbp_plugin_type: standalone # standalone is the default integration way, but you can change it to 'csi', 'flexvolume'\r
31 \r
32 flexvolume_plugin_dir: /usr/libexec/kubernetes/kubelet-plugins/volume/exec/opensds.io~opensds\r
33 \r
34 \r
35 ###########\r
36 #CONTAINER#\r
37 ###########\r
38 \r
39 container_enabled: false\r