Skip to content

Commit

Permalink
fix: Use of __keyserver_name needs metrics.keyserver role
Browse files Browse the repository at this point in the history
Tests/checks using __keyserver_name need metrics.keyserver role to be
included to ensure the variable is defined.
  • Loading branch information
kurik committed Nov 19, 2024
1 parent eaa56aa commit 5edfad3
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
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 5edfad3

Please sign in to comment.