You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2013/05/31 21:04:18 UTC

svn commit: r1488355 - /airavata/sandbox/grid-tools/gridftp-client/src/main/resources/airavata-gridftp-client.properties

Author: smarru
Date: Fri May 31 19:04:18 2013
New Revision: 1488355

URL: http://svn.apache.org/r1488355
Log:
updating transfer end points

Modified:
    airavata/sandbox/grid-tools/gridftp-client/src/main/resources/airavata-gridftp-client.properties

Modified: airavata/sandbox/grid-tools/gridftp-client/src/main/resources/airavata-gridftp-client.properties
URL: http://svn.apache.org/viewvc/airavata/sandbox/grid-tools/gridftp-client/src/main/resources/airavata-gridftp-client.properties?rev=1488355&r1=1488354&r2=1488355&view=diff
==============================================================================
--- airavata/sandbox/grid-tools/gridftp-client/src/main/resources/airavata-gridftp-client.properties (original)
+++ airavata/sandbox/grid-tools/gridftp-client/src/main/resources/airavata-gridftp-client.properties Fri May 31 19:04:18 2013
@@ -7,20 +7,23 @@ myproxyPort=7512
 
 
 testing.host=trestles
-#testing.host=ranger
+#testing.host=stampede
 #testing.host=lonestar
 
 ## TACC Lonestar         
 lonestar.gridftp.endpoint=gsiftp://gridftp1.ls4.tacc.utexas.edu:2811/
 
-## TACC Ranger        
-ranger.gridftp.endpoint=gsiftp://gridftp.ranger.tacc.teragrid.org:2811/
+## TACC Stampede        
+stampede.gridftp.endpoint=gsiftp://gridftp.stampede.tacc.utexas.edu:2811/
 
 ## SDSC Trestles        
-trestles.gridftp.endpoint=gsiftp://trestles.sdsc.edu:2811/
-
-gridftpserverSource=gsiftp://gridftp.ranger.tacc.teragrid.org:2811/
-gridftpSourcePath=/share/home/01437/ogce/file-transfer-tests/source/test-binary.file
-#/oasis/projects/nsf/sds128/ogce/file-transfer-tests/source/sample_wrfout.netcdf
-gridftpserverDest=gsiftp://trestles.sdsc.edu:2811/
-gridftpDestPath=/oasis/projects/nsf/sds128/ogce/file-transfer-tests/dest/test-binary.file
\ No newline at end of file
+trestles.gridftp.endpoint=gsiftp://trestles.sdsc.edu:2811/
+
+gridftpserverSource=gsiftp://trestles-dm.sdsc.xsede.org:2811/
+gridftpSourcePath=/oasis/projects/nsf/sds128/ogce/file-transfer-tests/source/sample_wrfout.netcdf
+
+#gridftpserverDest=gsiftp://trestles.sdsc.edu:2811/
+#gridftpDestPath=/oasis/projects/nsf/sds128/ogce/file-transfer-tests/dest/
+
+gridftpserverDest=gsiftp://gridftp.stampede.tacc.utexas.edu:2811/
+gridftpDestPath=/scratch/01437/ogce/file-transfer-tests/dest
\ No newline at end of file