You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sa...@apache.org on 2014/06/27 22:01:48 UTC

[1/2] git commit: adding the credential store token to launchTask function

Repository: airavata
Updated Branches:
  refs/heads/master 407c9bac8 -> 20d1d7d75


adding the credential store token to launchTask function


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/07bb535c
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/07bb535c
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/07bb535c

Branch: refs/heads/master
Commit: 07bb535c2102ff0f67b5a8d1e9a0860044dce0ec
Parents: f0aae9f
Author: Saminda Wijeratne <sa...@gmail.com>
Authored: Fri Jun 27 16:01:01 2014 -0400
Committer: Saminda Wijeratne <sa...@gmail.com>
Committed: Fri Jun 27 16:01:01 2014 -0400

----------------------------------------------------------------------
 .../orchestrator.cpi.service.thrift                              | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/07bb535c/modules/orchestrator/orchestrator-thrift-descriptions/orchestrator.cpi.service.thrift
----------------------------------------------------------------------
diff --git a/modules/orchestrator/orchestrator-thrift-descriptions/orchestrator.cpi.service.thrift b/modules/orchestrator/orchestrator-thrift-descriptions/orchestrator.cpi.service.thrift
index 05f30f2..8dc91c9 100644
--- a/modules/orchestrator/orchestrator-thrift-descriptions/orchestrator.cpi.service.thrift
+++ b/modules/orchestrator/orchestrator-thrift-descriptions/orchestrator.cpi.service.thrift
@@ -47,12 +47,14 @@ service OrchestratorService {
     /**
      * In order to run single applications users should create an associating 
      * WorkflowNodeDetails and a TaskDetails for it and hand it over for execution
+     * along with a credential store token for authentication
      *
      * @param taskId
+     * @param airavataCredStoreToken
      * @return sucess/failure
      *
     **/
-  bool launchTask (1: required string taskId),
+  bool launchTask (1: required string taskId, 2: required string airavataCredStoreToken),
 
     /**
      *


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/airavata

Posted by sa...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/airavata


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/20d1d7d7
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/20d1d7d7
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/20d1d7d7

Branch: refs/heads/master
Commit: 20d1d7d75d6f63ac8755b5ac5833b353b9ef4206
Parents: 07bb535 407c9ba
Author: Saminda Wijeratne <sa...@gmail.com>
Authored: Fri Jun 27 16:01:36 2014 -0400
Committer: Saminda Wijeratne <sa...@gmail.com>
Committed: Fri Jun 27 16:01:36 2014 -0400

----------------------------------------------------------------------
 .../data/model/ApplicationDeployment.java       |  33 +-
 .../data/resources/AbstractResource.java        | 156 ++++++++-
 .../data/resources/AppDeploymentResource.java   | 342 +++++++++++++++++++
 .../data/resources/AppModuleResource.java       | 274 +++++++++++++++
 .../data/resources/ComputeHostResource.java     |  12 +-
 .../data/resources/HostAliasResource.java       | 204 +++++++++++
 .../resources/LibraryApendPathResource.java     | 280 +++++++++++++++
 .../resources/LibraryPrepandPathResource.java   | 280 +++++++++++++++
 .../catalog/data/util/AppCatalogJPAUtils.java   | 110 +++++-
 .../src/main/resources/appcatalog-derby.sql     |   1 -
 10 files changed, 1657 insertions(+), 35 deletions(-)
----------------------------------------------------------------------