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

Commit

Permalink
Merge pull request #3 from Islandora-Devops/external-content
Browse files Browse the repository at this point in the history
External content, fedora 5.0, and triplestore indexing fixes
  • Loading branch information
seth-shaw-unlv authored May 1, 2019
2 parents c3638d2 + 54c8253 commit a7c651a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
14 changes: 12 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
---

alpaca_from_source: no

alpaca_version: master
alpaca_clone_directory: /opt/alpaca

alpaca_karaf_repos:
- mvn:ca.islandora.alpaca/islandora-karaf/LATEST/xml/features
- mvn:org.apache.camel.karaf/apache-camel/2.20.4/xml/features
- mvn:org.apache.activemq/activemq-karaf/5.15.0/xml/features
- mvn:ca.islandora.alpaca/islandora-karaf/0.8.0/xml/features

alpaca_features:
- fcrepo-service-activemq
- fcrepo-camel
- fcrepo-service-camel
- fcrepo-indexing-triplestore
- islandora-http-client
- islandora-indexing-triplestore
- islandora-indexing-fcrepo
Expand All @@ -24,6 +29,11 @@ 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
Expand Down
9 changes: 1 addition & 8 deletions tasks/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
---

- name: Add Alpaca Repos (source)
karaf_repo:
state: present
name: file:{{ alpaca_clone_directory }}/karaf/build/resources/main/features.xml
when: alpaca_from_source

- name: Add Alpaca Repos (package)
- name: Add Alpaca Repos
karaf_repo:
state: present
name: "{{ item }}"
with_items: "{{ alpaca_karaf_repos }}"
when: not alpaca_from_source

- name: Add Alpaca Features
karaf_feature:
Expand Down

0 comments on commit a7c651a

Please sign in to comment.