X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fnbp-ansible%2Fgroup_vars%2Fcommon.yml;fp=ci%2Fnbp-ansible%2Fgroup_vars%2Fcommon.yml;h=3860660e556beee47914202de602319ad8218cee;hb=561c0708b78eed8120b90f0221cd66730c9e8a74;hp=344cab72e72a6b221b0205b181e299480a49fd1a;hpb=1dc4e57ae38ea5a4989aeb382c3450a26363ead5;p=stor4nfv.git diff --git a/ci/nbp-ansible/group_vars/common.yml b/ci/nbp-ansible/group_vars/common.yml index 344cab7..3860660 100644 --- a/ci/nbp-ansible/group_vars/common.yml +++ b/ci/nbp-ansible/group_vars/common.yml @@ -15,9 +15,19 @@ dummy: # GENERAL # ########### -# These fields are not suggested to be modified -nbp_download_url: https://github.com/opensds/nbp/releases/download/v0.1.0/opensds-k8s-linux-amd64.tar.gz -nbp_tarball_url: /opt/opensds-k8s-linux-amd64.tar.gz -nbp_dir: /opt/opensds-k8s-linux-amd64 +nbp_release: v0.1.0 + +# These fields are not suggested to be modified +nbp_download_url: https://github.com/opensds/nbp/releases/download/{{ nbp_release }}/opensds-k8s-{{ nbp_release }}-linux-amd64.tar.gz +nbp_tarball_url: /opt/opensds-k8s-{{ nbp_release }}-linux-amd64.tar.gz +nbp_dir: /opt/opensds-k8s-{{ nbp_release }}-linux-amd64 + + +########### +# PLUGIN # +########### + +nbp_plugin_type: flexvolume # flexvolume is the default integration way, but you can change it from 'csi', 'flexvolume' flexvolume_plugin_dir: /usr/libexec/kubernetes/kubelet-plugins/volume/exec/opensds.io~opensds +