Changes between Version 30 and Version 31 of MolgenisAppStories
- Timestamp:
- 2011-11-25T15:44:05+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisAppStories
v30 v31 4 4 5 5 Acceptance criteria: 6 * VMs are easy to generate using a simple script. Params: name, RAM, no. of cores, diskspace. For eventual use by a LL manager we will provide a GUI. 7 * VMs are web-deployment ready, meaning they are pre-configured and easy to customize (routing, firewalls, etc.). 6 7 * VMs are easy to generate using a simple script. Params: name, RAM, no. of cores, diskspace. For eventual use by a LL manager we will provide a GUI. 8 * VMs are web-deployment ready, meaning they are pre-configured and easy to customize (routing, firewalls, etc.). 8 9 9 10 Status: 10 * Joeri makes appointment with Ger and Morris on Wednesday morning to discuss. 11 * Tools like PLINK and PLINKSeq will actually not live in the VMs but in a Target tool directory on app32 (?). 12 * Requirements on [[VMRequirements]] 11 12 * Joeri makes appointment with Ger and Morris on Wednesday morning to discuss. 13 * Tools like PLINK and PLINKSeq will actually not live in the VMs but in a Target tool directory on app32 (?). 14 * Requirements on [[VMRequirements]] 13 15 14 16 Stupid question: 15 * Will Molgenis by running inside the VM or inside the WOM? 17 18 * Will Molgenis by running inside the VM or inside the WOM? 19 16 20 == As LL team we want to connect each WOM to the proper VM == 17 21 Scrum: ticket:1053 … … 20 24 21 25 Status: 22 * I think this is going to be very hard! WOM is a Windows 7 based virtual desktop hosted at UMCG. VM is a vertual Linux box living at CIT. There are several VPNs between UMCG and CIT. How to link all of this together? Is someone working on this? 26 27 * I think this is going to be very hard! WOM is a Windows 7 based virtual desktop hosted at UMCG. VM is a vertual Linux box living at CIT. There are several VPNs between UMCG and CIT. How to link all of this together? Is someone working on this? 28 23 29 == As LL team we want to provide a Molgenis Research Portal for each study == 24 30 Scrum: ticket:949 … … 115 121 * Remove change org.molgenis.[wiki:JpaDatabase] interface to prevent this 116 122 * //trick to prevent compilation problem in Hudson, should be changed! 117 * this.em = ((!JpaDatabase)db).getEntityManager().getEntityManagerFactory().createEntityManager(); 123 * this.em = ((JpaDatabase)db).getEntityManager().getEntityManagerFactory().createEntityManager(); 124 * Jpa reverse relation cause hudson to give compile error. Should be added to molgenis for non-jpa entities. And implement as @deprecated of throw unsupportedOperationException. 118 125 * Update CSV readers to be multi threaded? 119 126 * In (production) environment it's not a bad idea to put the java executable in the Oracle VM that part of the database.