Push zealand version of opensds ansible as base-code of Stor4NFV
[stor4nfv.git] / ci / ansible / group_vars / common.yml
diff --git a/ci/ansible/group_vars/common.yml b/ci/ansible/group_vars/common.yml
new file mode 100644 (file)
index 0000000..11fdc80
--- /dev/null
@@ -0,0 +1,25 @@
+---\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
+workplace: /home/krej # Change this field according to your username\r
+\r
+# These fields are NOT suggested to be modified\r
+remote_url: https://github.com/opensds/opensds.git\r
+opensds_root_dir: "{{ workplace }}/gopath/src/github.com/opensds/opensds"\r
+opensds_build_dir: "{{ opensds_root_dir }}/build"\r
+opensds_config_dir: /etc/opensds\r
+opensds_log_dir: /var/log/opensds\r