git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Registry@327 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
044d87587a
commit
3ecb26f1d7
|
@ -1,16 +1,19 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<ServiceGroupRegistrationParameters
|
<ServiceGroupRegistrationParameters
|
||||||
xmlns="http://mds.globus.org/servicegroup/client"
|
xmlns:sgc="http://mds.globus.org/servicegroup/client"
|
||||||
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"
|
||||||
xmlns:agg="http://mds.globus.org/aggregator/types"
|
xmlns:agg="http://mds.globus.org/aggregator/types"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
xmlns="http://mds.globus.org/servicegroup/client">
|
||||||
|
|
||||||
<!-- renewal registration time -->
|
|
||||||
<RefreshIntervalSecs>60</RefreshIntervalSecs>
|
<RefreshIntervalSecs>60</RefreshIntervalSecs>
|
||||||
<Content
|
|
||||||
xmlns:agg="http://mds.globus.org/aggregator/types"
|
<Content xsi:type="agg:AggregatorContent"
|
||||||
xsi:type="agg:AggregatorContent">
|
xmlns:agg="http://mds.globus.org/aggregator/types">
|
||||||
<agg:AggregatorConfig xsi:type="agg:AggregatorConfig">
|
|
||||||
<agg:GetMultipleResourcePropertiesPollType xmlns:registry="http://gcube-system.org/namespaces/informationsystem/registry">
|
<agg:AggregatorConfig>
|
||||||
|
<agg:GetMultipleResourcePropertiesPollType xmlns:registry="http://gcube-system.org/namespaces/informationsystem/registry"
|
||||||
|
xmlns:provider="http://diligentproject.org/namespaces/common/provider/DILIGENTProvider">
|
||||||
<agg:PollIntervalMillis>60000</agg:PollIntervalMillis>
|
<agg:PollIntervalMillis>60000</agg:PollIntervalMillis>
|
||||||
<!-- resource property list from here-->
|
<!-- resource property list from here-->
|
||||||
<agg:ResourcePropertyNames>registry:RunningInstance</agg:ResourcePropertyNames>
|
<agg:ResourcePropertyNames>registry:RunningInstance</agg:ResourcePropertyNames>
|
||||||
|
@ -27,11 +30,10 @@
|
||||||
<agg:ResourcePropertyNames>registry:VRE</agg:ResourcePropertyNames>
|
<agg:ResourcePropertyNames>registry:VRE</agg:ResourcePropertyNames>
|
||||||
<agg:ResourcePropertyNames>registry:MetadataCollection</agg:ResourcePropertyNames>
|
<agg:ResourcePropertyNames>registry:MetadataCollection</agg:ResourcePropertyNames>
|
||||||
<agg:ResourcePropertyNames>registry:TransformationProgram</agg:ResourcePropertyNames>
|
<agg:ResourcePropertyNames>registry:TransformationProgram</agg:ResourcePropertyNames>
|
||||||
|
|
||||||
</agg:GetMultipleResourcePropertiesPollType>
|
</agg:GetMultipleResourcePropertiesPollType>
|
||||||
</agg:AggregatorConfig>
|
</agg:AggregatorConfig>
|
||||||
|
|
||||||
<agg:AggregatorData/>
|
<agg:AggregatorData/>
|
||||||
</Content>
|
</Content>
|
||||||
|
|
||||||
</ServiceGroupRegistrationParameters>
|
</ServiceGroupRegistrationParameters>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue