-
Notifications
You must be signed in to change notification settings - Fork 20
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 support for Valkey #212
Conversation
[citest] |
3 similar comments
[citest] |
[citest] |
[citest] |
[citest] |
@natoscott there is an error |
tasks/firewall.yml
Outdated
@@ -21,7 +21,7 @@ | |||
__metrics_firewall: "{{ __metrics_firewall | | |||
union([{'port': '44322/tcp', 'state': 'enabled'}]) }}" | |||
when: | |||
- metrics_graph_service|bool or metrics_query_service|bool | |||
- metrics_graph_service | bool or metrics_query_service|bool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- metrics_graph_service | bool or metrics_query_service|bool | |
- metrics_graph_service | bool or metrics_query_service | bool |
Will do. I have limited time currently, with CVEs, escalations and PTO - but I'll keep digging into this one as time is available (wont be this week) - thanks for all the reviews. |
[citest] |
[citest] |
3c13ae2
to
22eddea
Compare
[citest] |
[citest] |
[citest] |
@natoscott I fixed the CI-related issue with ansible not being able to find |
|
…from ff37aa2..b59dee6 b59dee6 fix: convert remaining keyserver save_to_disk variables b310a1f fix: resolve github actions warning about yaml doc start line git-subtree-dir: vendor/github.com/performancecopilot/ansible-pcp git-subtree-split: b59dee6d8ac02ae99d5b7707c67eedfdd7394476
[citest] |
OK, the only remaining CI failure I can see now is "AnsibleUndefinedVariable: 'performancecopilot' is undefined" which is unrelated to this change. I think that might be related to ansible-pcp commit 9e4b26dbf66a which adds variables like "performancecopilot:ansible-pcp" but I'm not sure. |
Enhancement: Support Valkey as an alternative to Redis
Reason: Redis is no longer open source and is being removed from distributions
Result: PCP scalable query language + Grafana support continue to function
Issue Tracker Tickets (Jira or BZ if any): RHEL-29939