Commit graph

521 commits

Author SHA1 Message Date
gardar
7c77244527
Merge pull request #200 from gardar/eol-fedora-36
removed: Drop fedora 36 support as it is EOL
2023-08-22 09:07:58 +00:00
gardar
ea4e042a11 chore: update version 2023-08-22 09:07:26 +00:00
gardar
a5814a46bd
Merge pull request #199 from gardar/eol-ubuntu-18.04
removed: Drop ubuntu 18.04 support as it is EOL
2023-08-22 09:06:11 +00:00
gardar
d6f370be8d
minor: support fedora 38
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-22 02:17:03 +00:00
gardar
422ef282fa
removed: Drop fedora 36 support as it is EOL
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-22 02:06:01 +00:00
gardar
49860ae607
removed: Drop ubuntu 18.04 support as it is EOL
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-22 02:02:26 +00:00
gardar
255dabc9aa
Merge pull request #197 from gardar/molecule-testinfra
skip_changelog: molecule and testinfra cleanup
2023-08-21 18:22:30 +00:00
gardar
3d817bd567
fix: use snmp_exporter >v0.23.0 config format
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-21 16:32:06 +00:00
gardar
26cba01251
fix: use full path for template location
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-21 15:51:00 +00:00
gardar
82d0c730ed
fix: correctly set no_log bool instead of string
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-21 15:17:27 +00:00
gardar
4c9d044a7d
fix: molecule specific escaping
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-18 19:27:51 +00:00
gardar
65d08f8765
fix: lint
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-18 19:11:46 +00:00
gardar
d9e0c77bfb
skip_changelog: merge all role molecule converge into one
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-18 19:03:40 +00:00
gardar
083ff4ef36
skip_changelog: make testinfra tests capture logs on service failure
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-18 15:47:32 +00:00
gardar
764f6db7bc chore: update version 2023-08-17 14:36:25 +00:00
gardar
8152340da8
Merge pull request #154 from francisco-core/patch-1
docs: Fix node_exporter 404 TLS auth links
2023-08-17 14:35:18 +00:00
gardar
10aec5ad37 chore: update version 2023-08-17 14:30:59 +00:00
gardar
a38ef48fac
Merge pull request #196 from prometheus-community/autoupdate/smokeping_prober/0.7.1
patch: New superq/smokeping_prober upstream release!
2023-08-17 14:29:46 +00:00
prombot
2d80c63910 patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2023-08-17 14:28:12 +00:00
gardar
c3d24a0c77
Merge pull request #195 from gardar/pin-molecule-5
skip_changelog: temporarily pin molecule version
2023-08-17 13:53:46 +00:00
gardar
0cddbef953
fix: temporarily pin molecule version
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-17 11:54:21 +00:00
SuperQ
d5587e7a4b chore: update version 2023-08-17 10:16:15 +00:00
Berny Linville
27f8000245
fix: add routes berfore match_re (#194)
When i configuring alertmanager vars, the absence of 'routes' in front of '- match_re' has caused confusion and errors.

Signed-off-by: Berny Linville <bernylinville@devopsthink.org>
2023-08-17 12:15:02 +02:00
gardar
88f7a46219
Merge pull request #193 from gardar/ci/fix-ansible-test-input
skip_changelog: fix ansible-test ci coverage input
2023-08-16 18:12:56 +00:00
gardar
c9fbc3b63a
fix: no need to have single value as matrix
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-16 18:04:51 +00:00
gardar
bdbf43dfb5
Merge pull request #192 from gardar/ci/fix-ansible-test-input
skip_changelog: ci coverage input is string not json
2023-08-16 17:54:58 +00:00
gardar
7f3df2ed26
fix: input is string not json
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-16 17:46:40 +00:00
gardar
473df8898f
Merge pull request #191 from gardar/ci/molecule-disable-coverage
skip_changelog: disable coverage on molecule tests
2023-08-16 17:24:40 +00:00
gardar
26ebc7dd62 chore: update version 2023-08-16 17:16:56 +00:00
gardar
db533803ec skip_changelog: molecule tests don't support codecov
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-16 17:15:57 +00:00
gardar
f28bbb1a6f
Merge pull request #190 from prometheus-community/superq/fix_smokeping_spec
docs(smokeping_prober): Update arguments specs
2023-08-16 17:15:37 +00:00
SuperQ
a9d4f3aadb
Fix(smokeping_prober): Update arguments specs
Add missing arguments spec entries.

Signed-off-by: SuperQ <superq@gmail.com>
2023-08-16 18:20:55 +02:00
SuperQ
eaeec823eb chore: update version 2023-08-16 15:49:59 +00:00
Ben Kochie
100b6e2070
fix: Add test for argument_specs matching (#177)
* fix: Add test for argument_specs matching

Compare contents of `meta/arguments_spec.yml` against `defaults/main.yml` on
each role to make sure keys match.

Signed-off-by: SuperQ <superq@gmail.com>

* Fixup arguments_spec linting issues.

Signed-off-by: SuperQ <superq@gmail.com>

---------

Signed-off-by: SuperQ <superq@gmail.com>
2023-08-16 17:49:02 +02:00
gardar
766f0d7ff5 chore: update version 2023-08-16 15:06:46 +00:00
gardar
ebeb5097ce
Merge pull request #128 from prometheus-community/superq/smokeping_prober
feat: Add role smokeping_prober
2023-08-16 15:05:35 +00:00
gardar
06ea707f65
Merge pull request #189 from gardar/ci/fix-ansible-lint-upstream
skip_changelog: fix ansible-lint action upstream
2023-08-16 15:02:13 +00:00
gardar
a8f398a15c chore: update version 2023-08-16 15:01:02 +00:00
gardar
e3e99f7373
Merge pull request #127 from prometheus-community/superq/pushgateway
feat: Add pushgateway role
2023-08-16 14:59:48 +00:00
gardar
222ca91398 chore: update version 2023-08-16 14:57:16 +00:00
gardar
a3af8295ab
Merge pull request #188 from prometheus-community/autoupdate/snmp_exporter/0.23.0
patch: New prometheus/snmp_exporter upstream release!
2023-08-16 14:56:00 +00:00
gardar
875ac718b1
skip_changelog: fix ansible-lint action upstream
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-16 14:48:10 +00:00
prombot
e36c398beb patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2023-08-16 14:28:20 +00:00
gardar
aa0b8b01dc chore: update version 2023-08-16 12:28:18 +00:00
gardar
d657e8b83c
Merge pull request #159 from prometheus-community/superq/chrony_exporter
feat: Add chrony_exporter role
2023-08-16 12:27:18 +00:00
francisco-core
82adcbafb2 Fix 404 TLS auth links
Signed-off-by: francisco-core <32313429+francisco-core@users.noreply.github.com>
2023-08-16 12:19:24 +00:00
gardar
f64c347667
Merge pull request #166 from prometheus-community/superq/role_labels
skip_changelog: Prefix role label triggers.
2023-08-16 12:10:12 +00:00
SuperQ
3c35895f42 chore: update version 2023-07-29 15:54:35 +00:00
Thomas Venieris
791b9b1290
feature: Make config installation dir configurable (#173)
* feature: Make config installation dir configurable

Signed-off-by: Thomas Venieris <thomas.venieris@gmail.com>

* fix: blackbox_exporter_config_dir consistent

- Made blackbox_exporter_config_dir parameter consistent with other
  collection roles
- Added new parameter to meta/argument_specs.yml

Signed-off-by: Thomas Venieris <thomas.venieris@gmail.com>

---------

Signed-off-by: Thomas Venieris <thomas.venieris@gmail.com>
2023-07-29 17:43:24 +02:00
SuperQ
603aa0c46a chore: update version 2023-07-29 08:32:16 +00:00