Skip to content

Commit

Permalink
Refactor blueprint (#89)
Browse files Browse the repository at this point in the history
* Work on #997.

* Using new alpaca role to deploy blueprint xml from template

* Pointing to my branch for the alpaca role

* Reverting some changes

* Anticipating 0.0.3 alpaca role

* Leaving building alpaca from source to comment back in when required.
  • Loading branch information
dannylamb authored and whikloj committed Jan 29, 2019
1 parent 94091f0 commit 4c2b84c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 29 deletions.
32 changes: 4 additions & 28 deletions inventory/vagrant/group_vars/karaf.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,6 @@
---

alpaca_settings:
- pid: ca.islandora.alpaca.http.client
settings:
token.value: islandora
- pid: ca.islandora.alpaca.connector.broadcast
settings:
input.stream: activemq:queue:islandora-connector-broadcast
- 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/
- pid: ca.islandora.alpaca.connector.houdini
settings:
error.maxRedeliveries: 10
in.stream: activemq:queue:islandora-connector-houdini
houdini.convert.url: http://localhost:8000/houdini/convert
# Comment in to build Alpaca from source
# alpaca_from_source: yes
# alpaca_version: your-branch-name
# alpaca_clone_directory: /opt/alpaca
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

- src: https://github.com/Islandora-Devops/ansible-role-alpaca
name: Islandora-Devops.alpaca
version: 0.0.2
version: 0.0.3

- src: https://github.com/Islandora-Devops/ansible-role-apix
name: Islandora-Devops.apix
Expand Down

0 comments on commit 4c2b84c

Please sign in to comment.