-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Add travis and docker integration tests. #337
Conversation
59eec6e
to
eb7f3f6
Compare
f4674e8
to
15b2636
Compare
/cc @coderanger It looks like that poise-service is explicitly disabling running systemd within a container. For now we'll converge this on those systems using sysvinit. |
hi @johnbellone, just interested to understand why you chose kitchen-dokken over kitchen-docker , what are the advantages / disadvantages? |
@claudio-viola Dokken supports systemd out of the box, kitchen-docker requires additional configuration to make it work. |
c05271f
to
3e67c4c
Compare
3e67c4c
to
d67ee7a
Compare
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
/cc @acaiafa @Ginja
This adds the kitchen-bokken plugin and a mess of changes to travis.yml. It ultimately allows us to run integration tests using docker.