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 2014/06/29 16:41:53 UTC

[4/8] git commit: a meta thrift model to include all app catalog related data models

a meta thrift model to include all app catalog related data models


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

Branch: refs/heads/master
Commit: a1bf4397f797ecde03499696c156c2a847ec6c2d
Parents: 227c78d
Author: Suresh Marru <sm...@apache.org>
Authored: Sun Jun 29 09:57:05 2014 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Sun Jun 29 09:57:05 2014 -0400

----------------------------------------------------------------------
 .../appCatalogModels.thrift                     | 24 ++++++++++++++++++++
 1 file changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/a1bf4397/airavata-api/thrift-interface-descriptions/appCatalogModels.thrift
----------------------------------------------------------------------
diff --git a/airavata-api/thrift-interface-descriptions/appCatalogModels.thrift b/airavata-api/thrift-interface-descriptions/appCatalogModels.thrift
new file mode 100644
index 0000000..7397e33
--- /dev/null
+++ b/airavata-api/thrift-interface-descriptions/appCatalogModels.thrift
@@ -0,0 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+
+include "computeHostModel.thrift"
+include "applicationDeploymentModel.thrift"
+include "applicationInterfaceModel.thrift"
+include "gatewayProfileModel.thrift"
\ No newline at end of file