Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A6F14200D61 for ; Tue, 14 Nov 2017 05:19:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A5984160BF3; Tue, 14 Nov 2017 04:19:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F1F15160C07 for ; Tue, 14 Nov 2017 05:19:04 +0100 (CET) Received: (qmail 41440 invoked by uid 500); 14 Nov 2017 04:19:03 -0000 Mailing-List: contact issues-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@airavata.apache.org Received: (qmail 41431 invoked by uid 99); 14 Nov 2017 04:19:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2017 04:19:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id B025AC122B for ; Tue, 14 Nov 2017 04:19:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.201 X-Spam-Level: X-Spam-Status: No, score=-99.201 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id j7ZKR8a8rwBr for ; Tue, 14 Nov 2017 04:19:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D31A75FBF6 for ; Tue, 14 Nov 2017 04:19:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 47B91E258F for ; Tue, 14 Nov 2017 04:19:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id A4E0D240F6 for ; Tue, 14 Nov 2017 04:19:00 +0000 (UTC) Date: Tue, 14 Nov 2017 04:19:00 +0000 (UTC) From: "Madrina Thapa (JIRA)" To: issues@airavata.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AIRAVATA-2528) Create a thrift service for resource allocation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 14 Nov 2017 04:19:05 -0000 [ https://issues.apache.org/jira/browse/AIRAVATA-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16250817#comment-16250817 ] Madrina Thapa commented on AIRAVATA-2528: ----------------------------------------- * Restructured the project structured, segregated allocation manager modules from Sharing Registry to Airavata-Sandbox. * Updated thrift-gen script for creating models and CPI from thrift files. * Added new structures in the thrift module for Request Status, User Allocation Detail, and User Detail entities. *Pull Request Number/URL:* *https://github.com/apache/airavata-sandbox/pull/12 > Create a thrift service for resource allocation > ----------------------------------------------- > > Key: AIRAVATA-2528 > URL: https://issues.apache.org/jira/browse/AIRAVATA-2528 > Project: Airavata > Issue Type: Sub-task > Components: Airavata Allocation Manager > Affects Versions: 0.17 > Reporter: Madrina Thapa > Assignee: Madrina Thapa > > +*Overview:*+ > 1. Referred [https://docs.google.com/document/d/1Dxat8ewk7GQ8qzrmEQsueKORgw6IPlYShVVByoAOAys/edit] to create thrift model for the allocation manager. > 2. Created thrift CPI file for defining the interface. > 3. Updated the thrift gen script file in the sharing-registry module. > 4. Generated models and service with the updated script file. > 5. Created a AllocationManagerServiceHandler to implement createAllocationRequest method for creating a new allocation request. > 6. Created UserAllocationDetailsRepository to extend AbstractRepository to insert new request record in the user_allocation_details table. > 7. Created AllocationManagerServer class to start the server. -- This message was sent by Atlassian JIRA (v6.4.14#64029)