Skip to content

Commit

Permalink
Squashed 'vendor/github.com/performancecopilot/ansible-pcp/' changes …
Browse files Browse the repository at this point in the history
…from 10055ee..3921d49

3921d49 docs(changelog): Bump release to 2.4.1
a9fd4a2 Bump release to 2.4.1
5edfad3 fix: Use of __keyserver_name needs metrics.keyserver role
eaa56aa Fix of a typo in variable name for key server

git-subtree-dir: vendor/github.com/performancecopilot/ansible-pcp
git-subtree-split: 3921d493c9291acac1369edf515c44f2a6d2ad31
  • Loading branch information
github-actions[bot] committed Nov 19, 2024
1 parent 24544ac commit 375180b
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### REQUIRED
namespace: performancecopilot
name: metrics
version: 2.4.0
version: 2.4.1
readme: README.md
authors:
- Jan Kurik <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion tests/check_keyserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
if set -o | grep -q pipefail; then
set -o pipefail # no pipefail on debian, some ubuntu
fi
{{ __key_server_name }}-cli PING | grep PONG
{{ __keyserver_name }}-cli PING | grep PONG
2 changes: 1 addition & 1 deletion tests/restore_services_state.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
- pmlogger
- pmie
- pmproxy
- "{{ __key_server_name }}"
- "{{ __keyserver_name }}"
- grafana-server
# yamllint enable rule:line-length
1 change: 1 addition & 0 deletions tests/tests_verify_auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

# yamllint disable rule:line-length
roles:
- role: performancecopilot.metrics.keyserver
- role: performancecopilot.metrics.pcp
vars:
pcp_accounts:
Expand Down
1 change: 1 addition & 0 deletions tests/tests_verify_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
hosts: all

roles:
- role: performancecopilot.metrics.keyserver
- role: performancecopilot.metrics.pcp

pre_tasks:
Expand Down
1 change: 1 addition & 0 deletions tests/tests_verify_bpftrace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

# yamllint disable rule:line-length
roles:
- role: performancecopilot.metrics.keyserver
- role: performancecopilot.metrics.bpftrace
vars:
bpftrace_users:
Expand Down
1 change: 1 addition & 0 deletions tests/tests_verify_from_elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
hosts: all

roles:
- role: performancecopilot.metrics.keyserver
- role: performancecopilot.metrics.elasticsearch
vars:
elasticsearch_agent: true
Expand Down
1 change: 1 addition & 0 deletions tests/tests_verify_grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
hosts: all

roles:
- role: performancecopilot.metrics.keyserver
- role: performancecopilot.metrics.pcp
vars:
pcp_rest_api: true
Expand Down
1 change: 1 addition & 0 deletions tests/tests_verify_into_elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
hosts: all

roles:
- role: performancecopilot.metrics.keyserver
- role: performancecopilot.metrics.elasticsearch
vars:
elasticsearch_export_metrics: true
Expand Down
1 change: 1 addition & 0 deletions tests/tests_verify_mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
hosts: all

roles:
- role: performancecopilot.metrics.keyserver
- role: performancecopilot.metrics.mssql
- role: performancecopilot.metrics.pcp
vars:
Expand Down
1 change: 1 addition & 0 deletions tests/tests_verify_pmie_webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
hosts: all

roles:
- role: performancecopilot.metrics.keyserver
- role: performancecopilot.metrics.pcp
vars:
pcp_pmie_endpoint: https://example.com:12345/webhook
Expand Down
1 change: 1 addition & 0 deletions tests/tests_verify_postfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
hosts: all

roles:
- role: performancecopilot.metrics.keyserver
- role: performancecopilot.metrics.postfix
- role: performancecopilot.metrics.pcp
vars:
Expand Down
1 change: 1 addition & 0 deletions tests/tests_verify_repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
hosts: all

roles:
- role: performancecopilot.metrics.keyserver
- role: performancecopilot.metrics.repository
- role: performancecopilot.metrics.pcp

Expand Down
1 change: 1 addition & 0 deletions tests/tests_verify_retention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
__test_retention: 137

roles:
- role: performancecopilot.metrics.keyserver
- role: performancecopilot.metrics.pcp
vars:
pcp_pmlogger_discard: "{{ __test_retention }}"
Expand Down
1 change: 1 addition & 0 deletions tests/tests_verify_spark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
hosts: all

roles:
- role: performancecopilot.metrics.keyserver
- role: performancecopilot.metrics.pcp
vars:
pcp_rest_api: true
Expand Down

0 comments on commit 375180b

Please sign in to comment.