-
Notifications
You must be signed in to change notification settings - Fork 71
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
Changed provisioning for vagrant to use Ansible 2.0 #136
Conversation
This set of changes replaces bash scripts in favor of Ansible for provisioning.
# Tomcat | ||
- guest: 8080 | ||
host: 8082 | ||
# Karaf |
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.
I'd prefer we stick with 8080 as the default here since that is what it was before.
Trying to bring up a VirtualBox machine following the directions.
...or
|
Got to move them all, as vagrant runs though the whole file regardless of which provisioner you choose, try running the script in the folder it should generate the others. |
Ah, running
...a whole lot closer :-) |
Machine has finished building, not seeing any errors. But, this is all I have in
Not seeing the Drupal, MySQL, or Tomcat credentials. |
Odd can you dump the output, you brought it up in Virtual box right? On Fri, Jan 22, 2016 at 2:49 PM, Nick Ruest notifications@github.com
Nigel Banks |
Yep, VirtualBox.
|
Hmm I think I know why I missed this, I have the credentials folder shared On Fri, Jan 22, 2016 at 2:52 PM, Nick Ruest notifications@github.com
Nigel Banks |
Is their a credentials folder in /root/credentials? On Fri, Jan 22, 2016 at 2:55 PM, Nigel Banks nigel.g.banks@gmail.com
Nigel Banks |
Not seeing it:
|
I'm gonna try from scratch, I'll push another commit when I've got it On Fri, Jan 22, 2016 at 2:57 PM, Nick Ruest notifications@github.com
Nigel Banks |
Sounds good! |
@nigelgbanks are you integrating @daniel-dgi's drupal triplestore indexer into this PR. Or do you want to get this merged and add that after? |
I'm gonna close this for now, I'm gonna integrate @daniel-dgi's work into the next pull (which will also have the docker work). |
Yay docker! |
This set of changes replaces bash scripts in favour of Ansible for provisioning.