init docs directory
[stor4nfv.git] / ci / nbp-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 nbp_release: v0.1.0\r
19 \r
20 # These fields are not suggested to be modified \r
21 nbp_download_url: https://github.com/opensds/nbp/releases/download/{{ nbp_release }}/opensds-k8s-{{ nbp_release }}-linux-amd64.tar.gz\r
22 nbp_tarball_url: /opt/opensds-k8s-{{ nbp_release }}-linux-amd64.tar.gz\r
23 nbp_dir: /opt/opensds-k8s-{{ nbp_release }}-linux-amd64\r
24 \r
25 \r
26 ###########\r
27 # PLUGIN  #\r
28 ###########\r
29 \r
30 nbp_plugin_type: flexvolume # flexvolume is the default integration way, but you can change it from 'csi', 'flexvolume'\r
31 \r
32 flexvolume_plugin_dir: /usr/libexec/kubernetes/kubelet-plugins/volume/exec/opensds.io~opensds\r
33 \r