Changes between Version 30 and Version 31 of MolgenisAppStories


Ignore:
Timestamp:
2011-11-25T15:44:05+01:00 (13 years ago)
Author:
jlops
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisAppStories

    v30 v31  
    44
    55Acceptance 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.).
    89
    910Status:
    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]]
    1315
    1416Stupid 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
    1620== As LL team we want to connect each WOM to the proper VM ==
    1721Scrum: ticket:1053
     
    2024
    2125Status:
    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
    2329== As LL team we want to provide a Molgenis Research Portal for each study ==
    2430Scrum: ticket:949
     
    115121   * Remove change org.molgenis.[wiki:JpaDatabase] interface to prevent this
    116122   * //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. 
    118125 * Update CSV readers to be multi threaded?
    119126 * In (production) environment it's not a bad idea to put the java executable in the Oracle VM that part of the database.