elijah / chef-prometheus

Chef cookbook for Prometheus. The open source service monitoring system and time-series database.
Apache License 2.0
52 stars 93 forks source link

Modernize TravisCI to use chefdk and kitchen-dokken #92

Closed lamont closed 5 years ago

lamont commented 6 years ago

Trying to use dokken, sorry to do this publicly but I thought it would be faster to leverage your existing travis integration rather than setting up one for my fork

mburns commented 6 years ago

looking good so far. Nice work!

lamont commented 6 years ago

so yay, we have kitchen working under docker/dokken. There's an issue with no sudo command for the verify/serverspec that I have not yet worked out. Also the runit under service.rb for debian 7 hangs the entire run. I'm going to temporarily disable debian7 but I'd like to propose we get rid of runit entirely.

One PR #91 is merged I'll rebase this off master to make for a slimmer/trimmer PR just involving travis/dokken fixes