Add csi plugin ansible and tutorial document
[stor4nfv.git] / ci / ansible / group_vars / common.yml
index 11fdc80..a67b8c8 100644 (file)
@@ -15,7 +15,7 @@ dummy:
 # GENERAL #\r
 ###########\r
 \r
-workplace: /home/krej # Change this field according to your username\r
+workplace: /home/krej # Change this field according to your username, use '/root' if you login as root.\r
 \r
 # These fields are NOT suggested to be modified\r
 remote_url: https://github.com/opensds/opensds.git\r
@@ -23,3 +23,13 @@ opensds_root_dir: "{{ workplace }}/gopath/src/github.com/opensds/opensds"
 opensds_build_dir: "{{ opensds_root_dir }}/build"\r
 opensds_config_dir: /etc/opensds\r
 opensds_log_dir: /var/log/opensds\r
+\r
+###########\r
+# GOLANG  #\r
+###########\r
+\r
+golang_release: 1.9.2\r
+\r
+# These fields are NOT suggested to be modified\r
+golang_tarball: go{{ golang_release }}.linux-amd64.tar.gz\r
+golang_download_url: https://storage.googleapis.com/golang/{{ golang_tarball }}\r