From db468693ef5faa294d9bc3cd3c5d70c0d99d488b Mon Sep 17 00:00:00 2001 From: Rahul C S Date: Fri, 17 Feb 2012 17:23:28 +0530 Subject: Adding the performance framework to the qa repo Change-Id: Ia7dbd82e9bb2e5e65e9345234ce34f8518a091ad Signed-off-by: Rahul C S --- perf-framework/gf_perf_config | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 perf-framework/gf_perf_config (limited to 'perf-framework/gf_perf_config') 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 -- cgit