Skip to content
Permalink
Browse files

New config to get triplestore indexing with 5.0 going

  • Loading branch information...
dannylamb committed Apr 16, 2019
1 parent 3281a1d commit 3c705ff822bb5c0032e38a4b135abd29cd759a81
Showing with 41 additions and 7 deletions.
  1. +37 −3 inventory/vagrant/group_vars/karaf.yml
  2. +1 −1 karaf.yml
  3. +3 −3 requirements.yml
@@ -1,6 +1,40 @@
---

# Comment in to build Alpaca from source
# alpaca_from_source: yes
# alpaca_version: your-branch-name
# alpaca_clone_directory: /opt/alpaca
alpaca_from_source: yes
alpaca_version: fix-triplestore-indexing
alpaca_clone_directory: /opt/alpaca
alpaca_features:
- fcrepo-service-activemq
- fcrepo-camel
- fcrepo-service-camel
- fcrepo-indexing-triplestore
- islandora-http-client
- islandora-indexing-triplestore
- islandora-indexing-fcrepo
- islandora-connector-derivative
alpaca_settings:
- pid: ca.islandora.alpaca.http.client
settings:
token.value: islandora
- pid: org.fcrepo.camel.indexing.triplestore
settings:
input.stream: activemq:topic:fedora
triplestore.reindex.stream: activemq:queue:triplestore.reindex
triplestore.baseUrl: http://localhost:8080/bigdata/namespace/islandora/sparql
- pid: ca.islandora.alpaca.indexing.triplestore
settings:
error.maxRedeliveries: 10
index.stream: activemq:queue:islandora-indexing-triplestore-index
delete.stream: activemq:queue:islandora-indexing-triplestore-delete
triplestore.baseUrl: http://localhost:8080/bigdata/namespace/islandora/sparql
- pid: ca.islandora.alpaca.indexing.fcrepo
settings:
error.maxRedeliveries: 5
node.stream: activemq:queue:islandora-indexing-fcrepo-content
node.delete.stream: activemq:queue:islandora-indexing-fcrepo-delete
media.stream: activemq:queue:islandora-indexing-fcrepo-media
file.stream: activemq:queue:islandora-indexing-fcrepo-file
file.delete.stream: activemq:queue:islandora-indexing-fcrepo-file-delete
milliner.baseUrl: http://localhost:8000/milliner/
gemini.baseUrl: http://localhost:8000/gemini/
@@ -5,5 +5,5 @@

roles:
- Islandora-Devops.karaf
- Islandora-Devops.apix
# - Islandora-Devops.apix
- Islandora-Devops.alpaca
@@ -48,9 +48,9 @@
name: Islandora-Devops.alpaca
version: 0.0.3

- src: https://github.com/Islandora-Devops/ansible-role-apix
name: Islandora-Devops.apix
version: 0.0.1
#- src: https://github.com/Islandora-Devops/ansible-role-apix
# name: Islandora-Devops.apix
# version: 0.0.1

- src: https://github.com/Islandora-Devops/ansible-role-blazegraph
name: Islandora-Devops.blazegraph

0 comments on commit 3c705ff

Please sign in to comment.
You can’t perform that action at this time.