-
Notifications
You must be signed in to change notification settings - Fork 15
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
CodeDeploy service not running - dependency version conflict #9
Comments
Tested other distributions and it seems that this is an error across the board. Raised a separate issue to call out the incorrectly passing test. Looks like a dependancy issue with aws-sdk-core version being installed. |
Having the same problem on Ubuntu 14.04 |
@rberger Note that the issue with code deploy agent aws/aws-codedeploy-agent#61 is now resolved. This should make your life easier. I've yet to re-check if this cookbook works again on ubuntu 14.04 |
Thanks your contribution is in last release |
The log shows a looping output of the below:
I was hoping that this cookbook would take into account that the issue reported against the CodeDeploy agent in aws/aws-codedeploy-agent#61 and it does ... maybe, but has an issue of its own.
I'll test this on Ubuntu Xenial and confirm if it exists there as well.
Reproducing the error is a case of
kitchen converge && kitchen verify
which verifies, but on logging into the machine the agent is just in a respawning loop and does not receive signals from AWS CodeDeploy.The text was updated successfully, but these errors were encountered: