-
Notifications
You must be signed in to change notification settings - Fork 57
agent : restart go service fails #46
Comments
The error message is improved, but not eliminated by changing the value for
|
Now, my output is:
|
To get this output just stop and disable the go-agent1 service and re-run the site playbook. |
I'm also having trouble having recently pulled the latest version of this role from galaxy. |
Actually, it appears that we're deploying the service brokenly.
|
The go-agent-service script has this check_proc function which looks like perhaps it's expecting an older version of GoCD?
Compare to the current go-agent.init script from GoCD:
|
This check_proc function is always failing looking for "go-agent{{ item }}-running" in the process "full command line". I've sent a pull request to fix it, check it out. Pull request: #51 |
On a healthy cluster, running site.yml fails in the following way.
As an aside, it seems the hosts must have real names. I was never able to get the cluster to build when all hosts have is IP addresses to talk with each other.
The text was updated successfully, but these errors were encountered: