Re: Registering ec2 application with app catalog

2014-08-07 Thread Chathuri Wimalasena
Hi Nipun, Did you change the database and develop related JPA layer and resource layer. By looking at the error, the reason could be you forgot to add that class to the persistence.xml inside airavata/modules/app-catalog/app-catalog-data/src/main/resources/META-INF/persistence.xml. When you add a

Re: Registering ec2 application with app catalog

2014-08-06 Thread Nipun Udara
Hi Lahiru CloudJobSubmission jobSubmission=new CloudJobSubmission(); jobSubmission.setExecutableType("sh"); jobSubmission.setProviderName(ProviderName.EC2); jobSubmission.setSecurityProtocol(SecurityProtocol.SSH_KEYS); jobSubmission.setNodeId("i-3040241c");

Re: Registering ec2 application with app catalog

2014-08-05 Thread Nipun Udara
Hi lahiru Thank you for adding this. i will have a look. Regards Nipun Udara On Tue, Aug 5, 2014 at 12:31 PM, Lahiru Gunathilake wrote: > Hi Nipun, > > I have added new JobSubmission protocol called Cloud, please update the > trunk, Since you are waiting I committed without a sample. I will p

Re: Registering ec2 application with app catalog

2014-08-05 Thread Lahiru Gunathilake
Hi Nipun, I have added new JobSubmission protocol called Cloud, please update the trunk, Since you are waiting I committed without a sample. I will provide a sample but I prefer you to try it out without waiting for my sample. If you find any issues let me know. Lahiru On Tue, Aug 5, 2014 at 7:

Re: Registering ec2 application with app catalog

2014-08-04 Thread Lahiru Gunathilake
Hi Nipun, Please provide some more details about the following fields ? On Thu, Jul 31, 2014 at 7:45 AM, Nipun Udara wrote: > Hi suresh > > Thanks for the feedback. These are things i need so far > > nodeId > executableLocation > ExecutableType > What are the possible values for this ? can I d

Re: Registering ec2 application with app catalog

2014-08-04 Thread Lahiru Gunathilake
Hi Nipun, I will try to add this and write a test and will get back to you, so that you can proceed with your work. Lahiru On Mon, Aug 4, 2014 at 5:30 PM, Suresh Marru wrote: > Hi Nipun, > > I can help you with this. Ping me on gtalk - sureshmarru or Skype > suresh.marru > > Suresh > > On Aug

Re: Registering ec2 application with app catalog

2014-08-04 Thread Suresh Marru
Hi Nipun, I can help you with this. Ping me on gtalk - sureshmarru or Skype suresh.marru Suresh On Aug 4, 2014, at 7:52 AM, Nipun Udara wrote: > Hi all > > To register ec2 applications with app catalog and to use with BetterGfacImpl > i need to add another Submission type other than the exi

Re: Registering ec2 application with app catalog

2014-08-04 Thread Nipun Udara
Hi all To register ec2 applications with app catalog and to use with BetterGfacImpl i need to add another Submission type other than the existing LOCALSubmission and SSHJobSubmission. it look i need to change computeResourceModel.thrift and few other places. i would be greatful if somebody can hel

Re: Registering ec2 application with app catalog

2014-07-30 Thread Nipun Udara
Hi suresh Thanks for the feedback. These are things i need so far nodeId executableLocation ExecutableType workingDirectory inputOutPutDirectories StandardError and StandardOut Directories CloudProvider name- for ec2 "aws-ec2" user account name in Node - for ec2 - "ec2-user" Perhaps all of these

Re: Registering ec2 application with app catalog

2014-07-30 Thread Suresh Marru
Hi Nipun, Can you tell me what all information you will need to register EC2, Rackspace? Lets quickly add it instead of you reverting to a old code. Which all JClouds providers did you try from https://jclouds.apache.org/reference/providers/ ? Are you writing a generic JClouds GFac provider w

Registering ec2 application with app catalog

2014-07-30 Thread Nipun Udara
Hi all I have to test ec2 application registration with app catalog, and i have look at the BetterGFacImpl and seems app-catalog intergration doenot support ec2. So I would like to know whether i can continue rest of the work with the old code . regards Nipun Udara