git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/DataMiner@164670 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
902cf96b0a
commit
add37f7a1d
|
@ -162,6 +162,7 @@ public class DataspaceManager implements Runnable {
|
|||
LinkedHashMap<String, String> properties = new LinkedHashMap<String, String>();
|
||||
|
||||
properties.put(computation_id, data.computationId);
|
||||
properties.put(hostname, WPSConfig.getInstance().getWPSConfig().getServer().getHostname());
|
||||
properties.put(vre, data.vre);
|
||||
properties.put(creation_date, data.creationDate);
|
||||
properties.put(operator, data.operator);
|
||||
|
@ -283,6 +284,8 @@ public class DataspaceManager implements Runnable {
|
|||
LinkedHashMap<String, String> properties = new LinkedHashMap<String, String>();
|
||||
properties.put(computation_id, computation.id);
|
||||
|
||||
properties.put(hostname, WPSConfig.getInstance().getWPSConfig().getServer().getHostname());
|
||||
|
||||
properties.put(vre, computation.vre);
|
||||
|
||||
properties.put(operator_name, config.getAgent());
|
||||
|
|
Loading…
Reference in New Issue