Removed HomeLibraryWebApp check [#23387]

This commit is contained in:
Luca Frosini 2022-05-24 12:04:51 +02:00
parent 10fa700ad0
commit ddcd91228b
3 changed files with 11 additions and 6 deletions

View File

@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Resource Checker Smart Executor Plugin
## [v2.0.1-SNAPSHOT]
- Removed HomeLibraryWebApp check [#23387]
## [v2.0.0]
- Contexts listing is performed via rpm-common-library [#21636]

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-checker-se-plugin</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<name>Resource Checker Smart Executor Plugin</name>
<description>Resource Checker Smart Executor Plugin periodically checks the presence of required resources in the gCore IS in every context</description>

View File

@ -4,8 +4,8 @@
# For Types look at org.gcube.informationsystem.resource_checker.beans.BasicFunctionalityBean
# For Contexts: ALL means it has to check a resource in all contexts, VO just in ROOT VO and VOs
# For Operations: ALERT_READD means the service is readded and alert is sent, or only alert is sent (ALERT)
ServiceNames=HTTP-URI-Resolver,Persistence,StorageManager,HomeLibraryWebapp
CategoryNames=Service,Accounting,DataStorage,DataAccess
Types=ENDPOINT,ENDPOINT,ENDPOINT,GCOREENDPOINT
Contexts=ALL,ALL,ALL,VO
Operations=ALERT_READ,ALERT_READ,ALERT_READ,ALERT
ServiceNames=HTTP-URI-Resolver,Persistence,StorageManager
CategoryNames=Service,Accounting,DataStorage
Types=ENDPOINT,ENDPOINT,ENDPOINT
Contexts=ALL,ALL,ALL
Operations=ALERT_READ,ALERT_READ,ALERT_READ