summaryrefslogtreecommitdiffstats
path: root/perf-framework/gf_perf_config
diff options
context:
space:
mode:
authorRahul C S <rahulcs@redhat.com>2012-02-17 17:23:28 +0530
committerRahul C S <rahulcs@redhat.com>2012-02-17 17:24:19 +0530
commitdb468693ef5faa294d9bc3cd3c5d70c0d99d488b (patch)
treef552d0a8e88304dba5038eac670a5c7afe3c267e /perf-framework/gf_perf_config
parent01a77a1ae18d9add01f893e06e58191b065602e8 (diff)
Adding the performance framework to the qa repo
Change-Id: Ia7dbd82e9bb2e5e65e9345234ce34f8518a091ad Signed-off-by: Rahul C S <rahulcs@redhat.com>
Diffstat (limited to 'perf-framework/gf_perf_config')
-rw-r--r--perf-framework/gf_perf_config34
1 files changed, 34 insertions, 0 deletions
diff --git a/perf-framework/gf_perf_config b/perf-framework/gf_perf_config
new file mode 100644
index 0000000..017feb8
--- /dev/null
+++ b/perf-framework/gf_perf_config
@@ -0,0 +1,34 @@
+# Common config variables
+RELEASE_TARBALL=glusterfs-3git.tar.gz
+BRICK_IP_ADDRS="10.1.10.30 10.1.10.31 10.1.10.35 10.1.10.36"
+GF_CONFIG="stripe"
+VOLNAME="testvol"
+MGMT_NODE="10.1.10.30"
+
+# Server specific config variables
+SERVER_BUILD_DIR=/data/rahul/gluster_builds
+SERVER_LOG_DIR=/data/rahul/PERF/server_logs
+SERVER_SCRIPTS_DIR=/data/rahul/PERF/scripts
+SERVER_EXPORT_DIR=/data/rahul/datastore
+
+# Client specific config variables
+MOUNT_TYPE="glusterfs"
+#MOUNT_TYPE="nfs"
+MOUNT_POINT=/mnt/perfmount
+LOCAL_LOG_REPO=/root/rahul/test_deploy/log_repo
+CLIENT_BUILD_DIR=/root/rahul/test_deploy/gluster_builds
+CLIENT_IP_ADDR=10.1.10.29
+RUNLOG=$LOCAL_LOG_REPO/runlog
+
+# Special runs
+ENABLE_ACL=yes
+ENABLE_MEM_ACCT=no
+
+# For passwordless ssh setup
+ROOT_PW1=abc123
+ROOT_PW2=abc321
+# SSH_HOSTS is a space separated list of hosts
+SSH_HOSTS="0"
+
+# Setup automated emails
+EMAIL="rahul@shell.gluster.com:/home/rahul/perf_logs" \ No newline at end of file