-
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
bring role configs to inventory #124
Conversation
FWIW i'm testing all at once by updating my |
@Natkeeran Tested, works great. I sliced |
I am wondering if I could use {{ hostvars[groups['tomcat'][0]].ansible_ssh_host }} variables: Example: This works. It will put 127.0.0.1. The only issue is that we are only using the first machine in the inventory group. However, that is equivalent to having localhost situation right now! |
Web server port should be a variable as well! |
@Natkeeran You want to toss those in now or should I just merge? |
I'll make those changes now, test it and ping you. |
If you can test/merge this islandora-deprecated/ansible-role-blazegraph#8, I can the requirements as well. I am running into the following issue: I am not sure if this related to this PR. Going to try without these PRs. |
@Natkeeran I'll give it a shot and report back. |
I tested the blazegraph role along with the others and it all looks good. I can't replicate the issue you're running into. I uploaded an image and a video and all the viewers work, content is indexed in fedora and blazegraph. Looks good to me. |
I merged the blazegraph role. Update |
Thx @Natkeeran |
* bring role configs to inventory * update base_url configs * Update post-install.yml * Update requirements.yml * use hostvars for ip * Update requirements.yml
!!! Please hold on testing this until the dependencies get merged.
This PR depends on the following getting merged:
What does this Pull Request do?
This PR make some of the variables that need to be configured for multi sever deployment explicit in the inventory.
How should this be tested?
Interested parties
@Islandora-Devops/committers