Update registry role to set the VO collector in the ServiceMap

This commit is contained in:
Antonio Calanducci 2023-11-28 12:20:22 +01:00
parent 5667441840
commit dc9ebe0408
4 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,7 @@
start_scopes: 'devNext'
complete_start_scope: '/gcube/devNext'
gcore_host: 'node14-d-d4s.d4science.org'
collector_host: 'node22.d.d4science.research-infrastructures.eu'
is_registry_docker_stack_name: 'gcore-devnext'
is_registry_docker_service_server_name: 'is-registry'

View File

@ -1,5 +1,6 @@
start_scopes: 'devsec'
complete_start_scope: '/gcube/devsec'
gcore_host: 'node3.d.d4science.research-infrastructures.eu'
collector_host: 'node2.d4science.org'
is_registry_docker_stack_name: 'gcore-devsec'
is_registry_docker_service_server_name: 'is-registry'

View File

@ -5,6 +5,7 @@ start_scopes: 'devNext'
infrastructure: 'gcube'
complete_start_scope: '/gcube/devNext'
gcore_host: 'node14-d-d4s.d4science.org'
collector_host: 'node22.d.d4science.research-infrastructures.eu'
config_dir: 'etc/is-registry-service'
scope_name: '{{ start_scopes | lower }}'
is_registry_compose_dir: '/srv/is-registry-stack-{{ scope_name }}'

View File

@ -1,7 +1,7 @@
<ServiceMap>
<Service name ="ISICAllQueryPT" endpoint ="http://node2.d4science.org:8080/wsrf/services/gcube/informationsystem/collector/XQueryAccess"/>
<Service name ="ISICAllRegistrationPT" endpoint ="http://node2.d4science.org:8080/wsrf/services/gcube/informationsystem/collector/Sink"/>
<Service name ="ISICAllCollectionPT" endpoint ="http://node2.d4science.org:8080/wsrf/services/gcube/informationsystem/collector/wsdaix/XMLCollectionAccess"/>
<Service name ="ISICAllStoragePT" endpoint ="http://node2.d4science.org:8080/wsrf/services/gcube/informationsystem/collector/XMLStorageAccess"/>
<Service name ="ISICAllQueryPT" endpoint ="http://{{ collector_host }}:8080/wsrf/services/gcube/informationsystem/collector/XQueryAccess"/>
<Service name ="ISICAllRegistrationPT" endpoint ="http://{{ collector_host }}:8080/wsrf/services/gcube/informationsystem/collector/Sink"/>
<Service name ="ISICAllCollectionPT" endpoint ="http://{{ collector_host }}:8080/wsrf/services/gcube/informationsystem/collector/wsdaix/XMLCollectionAccess"/>
<Service name ="ISICAllStoragePT" endpoint ="http://{{ collector_host }}:8080/wsrf/services/gcube/informationsystem/collector/XMLStorageAccess"/>
<Service name ="ISRegistry" endpoint="http://{{ gcore_host }}:8080/wsrf/services/gcube/informationsystem/registry/ResourceRegistration"/>
</ServiceMap>