Skip to content

Commit

Permalink
add config for gn-ogc-api-records microservice, enabled by default
Browse files Browse the repository at this point in the history
the url points at a jar built from https://github.com/geonetwork/geonetwork-microservices/releases/tag/4.2.2
compatible with the geonetwork 4.2.2 shipped in georchestra.

when geonetwork/geonetwork-microservices#72 is merged and geonetwork is
upgraded to 4.2.3 we can point the georchestra CI at this upstream repo, until
now use this self-built jar..
  • Loading branch information
landryb committed Mar 30, 2023
1 parent a2a567d commit 59fd632
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playbooks/georchestra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@
enabled: true
port: 8580
url: https://packages.georchestra.org/bot/wars/geonetwork-microservices/searching.jar
gn_ogc_api_records:
enabled: true
port: 8880
url: https://packages.georchestra.org/bot/wars/geonetwork-microservices/gn-ogc-api-records.jar
datahub:
enabled: true
url: https://packages.georchestra.org/bot/datahub/datahub.zip
Expand Down

0 comments on commit 59fd632

Please sign in to comment.