Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add configuration files for c10s and el10 #66

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions roles/bpftrace/vars/CentOS_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with CentOS 10 specific values.

__bpftrace_packages_pcp:
- pcp-pmda-bpftrace

__bpftrace_packages:
- bpftrace
9 changes: 9 additions & 0 deletions roles/bpftrace/vars/RedHat_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with Red Hat Enterprise Linux 10 specific values.

__bpftrace_packages_pcp:
- pcp-pmda-bpftrace

__bpftrace_packages:
- bpftrace
8 changes: 8 additions & 0 deletions roles/elasticsearch/vars/CentOS_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with CentOS 10 specific values.

__elasticsearch_conf_dir: /etc/pcp/elasticsearch
__elasticsearch_packages_export_pcp:
- pcp-export-pcp2elasticsearch
- pcp-system-tools
8 changes: 8 additions & 0 deletions roles/elasticsearch/vars/RedHat_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with Red Hat Enterprise Linux 10 specific values.

__elasticsearch_conf_dir: /etc/pcp/elasticsearch
__elasticsearch_packages_export_pcp:
- pcp-export-pcp2elasticsearch
- pcp-system-tools
6 changes: 6 additions & 0 deletions roles/grafana/vars/CentOS_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with CentOS 10 specific values.

__grafana_packages_extra:
- grafana-pcp
6 changes: 6 additions & 0 deletions roles/grafana/vars/RedHat_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with Red Hat Enterprise Linux 10 specific values.

__grafana_packages_extra:
- grafana-pcp
8 changes: 8 additions & 0 deletions roles/mssql/vars/CentOS_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with CentOS 10 specific values.

__mssql_conf_dir: /etc/pcp/mssql

__mssql_packages_pcp:
- pcp-pmda-mssql
8 changes: 8 additions & 0 deletions roles/mssql/vars/RedHat_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with Red Hat Enterprise Linux 10 specific values.

__mssql_conf_dir: /etc/pcp/mssql

__mssql_packages_pcp:
- pcp-pmda-mssql
12 changes: 12 additions & 0 deletions roles/pcp/vars/CentOS_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with CentOS 10 specific values.

__pcp_packages_extra:
- pcp-zeroconf

__pcp_sasl_packages:
- cyrus-sasl-lib
- cyrus-sasl-scram

__pcp_sasl_mechlist: scram-sha-256
12 changes: 12 additions & 0 deletions roles/pcp/vars/RedHat_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with Red Hat Enterprise Linux 10 specific values.

__pcp_packages_extra:
- pcp-zeroconf

__pcp_sasl_packages:
- cyrus-sasl-lib
- cyrus-sasl-scram

__pcp_sasl_mechlist: scram-sha-256
6 changes: 6 additions & 0 deletions roles/redis/vars/CentOS_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with CentOS 10 specific values.

__redis_packages_extra: []
__redis_loaded_modules: []
6 changes: 6 additions & 0 deletions roles/redis/vars/RedHat_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with Red Hat Enterprise Linux 10 specific values.

__redis_packages_extra: []
__redis_loaded_modules: []
7 changes: 7 additions & 0 deletions roles/spark/vars/CentOS_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with CentOS 10 specific values.

__spark_packages_export_pcp:
- pcp-export-pcp2spark
- pcp-system-tools
7 changes: 7 additions & 0 deletions roles/spark/vars/RedHat_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with Red Hat Enterprise Linux 10 specific values.

__spark_packages_export_pcp:
- pcp-export-pcp2spark
- pcp-system-tools
Loading