Task #530
closedadd storage manager service endpoint to new VREs at creation time
100%
Related issues
Updated by Pasquale Pagano over 9 years ago
- Related to Task #526: add storage manager service endpoint to new BlueBridge VREs added
Updated by Lucio Lelii over 9 years ago
- Assignee changed from Lucio Lelii to Massimiliano Assante
This task was already opened (issue #240).
Updated by Massimiliano Assante over 9 years ago
- Status changed from New to In Progress
Updated by Massimiliano Assante over 9 years ago
- Due date set to Oct 02, 2015
- Status changed from In Progress to Feedback
- Assignee changed from Massimiliano Assante to Lucio Lelii
- Priority changed from High to Urgent
I modified the VRE Modeller Generic Resource both in devsec and gCubeApps by adding the storage runtime resource for the Workspace functionality as shown below, however the list of available resources is not returned by the service. It seems to work only with GenericResources (e.g. Statistical manager algorithms) not for runtime resources.
<Functionality> <Name>Shared Workspace</Name> <Description>This function provides the Virtual Research Environment with services resembling a folder-based file system for managing information objects. The services support the sharing of folders and items with coworkers as well as via URIs and WebDAV. </Description> <SelectableResources> <RuntimeResource description="Backend definition for StorageManager library"> <Category>DataStorage</Category> </RuntimeResource> </SelectableResources> </Functionality>
Updated by Lucio Lelii over 9 years ago
The problem was due to an old version of the keys installed on the VREModeler node: all the RuntimeResources with encrypted data were discarded.
I suggest also to set the StorageManager resource as mandatory (moved to the new the scope everytime the functionality, to which it belongs to, is selected).
You can find the schema in the wiki page linked in the ticket #240.
Updated by Massimiliano Assante over 9 years ago
- Status changed from Feedback to Closed
- % Done changed from 0 to 100
The issue is solved and released