Add nbp-ansible script to deploy opensds northbound plugins
[stor4nfv.git] / ci / nbp-ansible / group_vars / common.yml
diff --git a/ci/nbp-ansible/group_vars/common.yml b/ci/nbp-ansible/group_vars/common.yml
new file mode 100644 (file)
index 0000000..344cab7
--- /dev/null
@@ -0,0 +1,23 @@
+---\r
+# Variables here are applicable to all host groups NOT roles\r
+\r
+# This sample file generated by generate_group_vars_sample.sh\r
+\r
+# Dummy variable to avoid error because ansible does not recognize the\r
+# file as a good configuration file when no variable in it.\r
+dummy:\r
+\r
+# You can override default vars defined in defaults/main.yml here,\r
+# but I would advice to use host or group vars instead\r
+\r
+\r
+###########\r
+# GENERAL #\r
+###########\r
+\r
+# These fields are not suggested to be modified\r
+nbp_download_url: https://github.com/opensds/nbp/releases/download/v0.1.0/opensds-k8s-linux-amd64.tar.gz\r
+nbp_tarball_url: /opt/opensds-k8s-linux-amd64.tar.gz\r
+nbp_dir: /opt/opensds-k8s-linux-amd64\r
+\r
+flexvolume_plugin_dir: /usr/libexec/kubernetes/kubelet-plugins/volume/exec/opensds.io~opensds\r