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

Making hypercube_url overrideable. Using variable for syn token. #9

Merged
merged 2 commits into from
Nov 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}"
seth-shaw-unlv marked this conversation as resolved.
Show resolved Hide resolved
- 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