-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update requirements and group_vars to use updated tomcat role #60
Conversation
Thanks for doing the PR; I was just getting around to it. |
@seth-shaw-unlv no worries, I figured you might be busy with...you know...work. 😄 |
Doesn't quite work. Running agains Ubuntu fails on the keymaster copy public key out because it wants to drop the key in /opt/tomcat/conf (which doesn't exist). At least the fcrepo_syn_tomcat_home variable should be moved to the OS-based vars files. |
I suggest that for both distos tomcat_home is /var/lib/tomcat8, this is path to tomcat in other roles, so we don't need to fix to new path on CentOS. I try this symlinked path on CentOS and work well with other roles. |
I suppose that would be fine. I'm just leery of breaking with a distro's usual install locations for the sake of our own consistency. Really, this variable (and others like it) should be built off the tomcat8 variable. |
I can just make |
@seth-shaw-unlv @DigitLib I tested this with Ubuntu and it seems to work. Could you give it a spin and see if it works for you. |
@whikloj Tested on CentOS and work. |
Tested ok here on both CentOS and Ubuntu. |
@Islandora-CLAW/committers I believe this is ready ** Edit** apparently I can't mention the Islandora-CLAW/committers team from this organization. So @dannylamb @DiegoPino @jonathangreen @Natkeeran |
@seth-shaw-unlv sorry to do this to you, but I'm hoping once the other committers return someone will be able to burn through these quickly. So I merged islandora-deprecated/ansible-role-blazegraph#5, added a tag and this now also updates that requirement. |
@whikloj can merge. Any other related to this that requires going together? |
@DiegoPino if you want to test this and merge it I am fine with that, there is also #59 which is causing problems that @Natkeeran. He might be testing that one though. |
@dannylamb @jonathangreen @DiegoPino @Natkeeran can this get a review please. |
@whikloj looks good. Merging. |
Related to: https://github.com/Islandora-Devops/ansible-role-tomcat8/issues/2 and islandora-deprecated/ansible-role-tomcat8#3
This updates the requirements to pull in the updated ansible-role-tomcat8 and defines some needed variables (as the defaults in ansible-role-fcrepo-syn are now incorrect).