-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
.travis.yml
Outdated
services: docker | ||
|
||
env: | ||
- distro: centos7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it is trying to test centos? https://travis-ci.org/Islandora-Devops/ansible-role-blazegraph/jobs/338288091#L443
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good call. missed that.
Something more going on here then I thought... I'll take a look into it when a get a chance today. |
A big part of my issues here was making sure the Blazegraph configuration files are found correctly. I added a second way to specify it, which puts it in the Blazegraph web.xml. Its a little ugly to just template the web.xml file, and if anyone has better ideas let me know. I made it so you can switch it off and also put it in the java_opts if you want, but that requires the help of whatever role sets the java_opts variables. I made some notes in the readme about all of this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Ticket:
Islandora/documentation#794
Doesn't test cent, but we should once cent is supported.
Currently fails, and will until islandora-deprecated/ansible-role-tomcat8#6 is merged.