Default filters
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Registry@12546 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c851940c9d
commit
2804b88b4d
|
@ -0,0 +1,4 @@
|
|||
v. 1.2.0 (27-05-2009)
|
||||
* porting on gCore0.5.0
|
||||
* new Service Map management
|
||||
* filters on gCubeResource b
|
9
README
9
README
|
@ -1,4 +1,4 @@
|
|||
The gCube System - MetadataManager
|
||||
The gCube System - ISRegistry
|
||||
------------------------------------------------------------
|
||||
|
||||
This work is partially funded by the European Commission in the
|
||||
|
@ -16,21 +16,20 @@ Authors
|
|||
|
||||
Version and Release Date
|
||||
------------------------
|
||||
|
||||
v. 1.2.0 (27-05-2009)
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
|
||||
|
||||
Download information
|
||||
Download information
|
||||
--------------------
|
||||
|
||||
Source code is available from SVN:
|
||||
http://svn.d4science.research-infrastructures.eu/gcube/trunk/
|
||||
|
||||
Binaries can be downloaded from:
|
||||
http://diligent.di.uoa.gr/distributionSite/index.html
|
||||
http://software.d4science.research-infrastructures.eu/
|
||||
|
||||
|
||||
Documentation
|
||||
|
|
|
@ -1,30 +1,23 @@
|
|||
<Resource>
|
||||
<ID/>
|
||||
<Type>GenericResource</Type>
|
||||
<Profile>
|
||||
<SecondaryType>ISFilters</SecondaryType>
|
||||
<Name>ISFilters</Name>
|
||||
<Description>Filtering rules applied on the IS at GCUBEResource registration time</Description>
|
||||
<Body>
|
||||
<Filters>
|
||||
<!-- <Filter resourceType="GHN">
|
||||
<Target>Site/Domain</Target>
|
||||
<Value>nyc.res.rr.com</Value>
|
||||
<Operation>exclude</Operation>
|
||||
</Filter>
|
||||
-->
|
||||
<Filter resourceType="GHN">
|
||||
<Target>GHNDescription/Name</Target>
|
||||
<Value>cpe-66-65-101-197.nyc.res.rr.com</Value>
|
||||
<Operation>exclude</Operation>
|
||||
</Filter>
|
||||
<Filter resourceType="RunningInstance">
|
||||
<Target>AccessPoint/RunningInstanceInterfaces/Endpoint</Target>
|
||||
<Value>nyc.res.rr.com</Value>
|
||||
<Operation>exclude_if_contains</Operation>
|
||||
</Filter>
|
||||
</Filters>
|
||||
</Body>
|
||||
</Profile>
|
||||
<ID/>
|
||||
<Type>GenericResource</Type>
|
||||
<Profile>
|
||||
<SecondaryType>ISFilters</SecondaryType>
|
||||
<Name>ISFilters</Name>
|
||||
<Description>Filtering rules applied on the IS at GCUBEResource registration time</Description>
|
||||
<Body>
|
||||
<Filters>
|
||||
<Filter resourceType="GHN">
|
||||
<Target>GHNDescription/Name</Target>
|
||||
<Value>localhost</Value>
|
||||
<Operation>exclude_if_contains</Operation>
|
||||
</Filter>
|
||||
<Filter resourceType="RunningInstance">
|
||||
<Target>AccessPoint/RunningInstanceInterfaces/Endpoint</Target>
|
||||
<Value>localhost</Value>
|
||||
<Operation>exclude_if_contains</Operation>
|
||||
</Filter>
|
||||
</Filters>
|
||||
</Body>
|
||||
</Profile>
|
||||
</Resource>
|
||||
|
||||
|
|
Loading…
Reference in New Issue