You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/06/01 20:41:45 UTC

[5/7] airavata-php-gateway git commit: updating the thrift file

updating the thrift file


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/30df9279
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/30df9279
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/30df9279

Branch: refs/heads/develop
Commit: 30df927943d3d0fa2f1470dc170086604626023f
Parents: 839e019
Author: scnakandala <su...@gmail.com>
Authored: Wed May 31 12:50:36 2017 -0400
Committer: scnakandala <su...@gmail.com>
Committed: Wed May 31 12:50:36 2017 -0400

----------------------------------------------------------------------
 .../Airavata/Model/AppCatalog/ComputeResource/Types.php   | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/30df9279/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php
----------------------------------------------------------------------
diff --git a/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php b/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php
index cc19b78..47e6e24 100644
--- a/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php
+++ b/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php
@@ -42,18 +42,16 @@ final class ResourceJobManagerType {
   const SLURM = 2;
   const LSF = 3;
   const UGE = 4;
-  const LD_SIU = 5;
-  const CLOUD = 6;
-  const AIRAVATA_CUSTOM = 7;
+  const CLOUD = 5;
+  const AIRAVATA_CUSTOM = 6;
   static public $__names = array(
     0 => 'FORK',
     1 => 'PBS',
     2 => 'SLURM',
     3 => 'LSF',
     4 => 'UGE',
-    5 => 'LD_SIU',
-    6 => 'CLOUD',
-    7 => 'AIRAVATA_CUSTOM',
+    5 => 'CLOUD',
+    6 => 'AIRAVATA_CUSTOM',
   );
 }