Open turnopil opened 6 years ago
Having the same issue. Running on Mac.
Had the same issue.
I had to make a couple changes to make things work for me. I am running Centos 7, Vagrant 2.1.5
install-rundeck.sh
I had to change line 144 to match the output of a successful rundeck start, i think the message changed in newer versions of rundeck. Line 144 should looks like this.
if ! grep "Grails application running" /var/log/rundeck/service.log
add -project.sh
Line 170. I couldn't figure out the correct way to execute this command, it seems like the rd command options/syntax has changed over time. Because it's just a test, i figured it wouldn't hurt too much to skip it. As turnopil said above, i commented it out.
#rd adhoc -p $PROJECT --follow --filter 'tags: anvils' -- whoami \&\& echo " -- \${node.description}"
After that i ran vagrant up
and everything seems fine.
Hope that helps.
Also: To help troubleshoot i figured out that the login to the vm is root:vagrant
I just comment part of 170 line in add-project.sh and now its works fine
rd adhoc -p $PROJECT --follow --filter 'tags: anvils' -- whoami #\&\& echo " -- \${node.description}"