ansible-prometheus
ansible-prometheus copied to clipboard
Add conditions for installing prometheus above version 2.0
I added few simple additions for installing version 2.0 and above.
about the failing build - not sure but is it possible this relates to https://github.com/containerd/containerd/issues/337 somehow? not sure this is my mistake really..
@William-Yeh it would be rad to have this change merged into this repo, I'm looking into deploying prometheus 2.x... @klatys, is the Go environment correctly setup when running this on your machine or test setup?:
https://travis-ci.org/William-Yeh/ansible-prometheus/builds/302412553#L6986
OK, so I added test for v2 deploy, but have struggled with testing git deploys. At current versions master is broken for some systems - see builds here is it a bad idea to exclude testing git deploy? @William-Yeh
Alternatively, the master version could be added as allow_failures
https://docs.travis-ci.com/user/customizing-the-build/#Rows-that-are-Allowed-to-Fail
@William-Yeh