Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
Making hypercube_url overridable. Using variable for syn token. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb authored Nov 19, 2020
1 parent fb71dfd commit 4896d85
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,20 @@ alpaca_karaf_user: karaf
alpaca_local_mvn_path: /opt/maven/repo

triplestore_namespace: islandora
islandora_syn_token: islandora

alpaca_triplestore_base_url: http://localhost:8080/bigdata
alpaca_milliner_base_url: http://localhost:8000/milliner
alpaca_gemini_base_url: http://localhost:8000/gemini
alpaca_houdini_base_url: http://localhost:8000/houdini
alpaca_homarus_base_url: http://localhost:8000/homarus
alpaca_fits_base_url: http://localhost:8000/crayfits
alpaca_hypercube_base_url: http://localhost:8000/hypercube

alpaca_settings:
- pid: ca.islandora.alpaca.http.client
settings:
token.value: islandora
token.value: "{{ islandora_syn_token }}"
- pid: org.fcrepo.camel.indexing.triplestore
settings:
input.stream: activemq:topic:fedora
Expand All @@ -62,7 +65,7 @@ alpaca_settings:
alpaca_blueprint_settings:
- pid: ca.islandora.alpaca.connector.ocr
in_stream: activemq:queue:islandora-connector-ocr
derivative_service_url: http://localhost:8000/hypercube
derivative_service_url: "{{ alpaca_hypercube_base_url }}"
error_max_redeliveries: 5
camel_context_id: IslandoraConnectorOCR
- pid: ca.islandora.alpaca.connector.houdini
Expand Down

0 comments on commit 4896d85

Please sign in to comment.