add step to enable pmm2-client repo before install clients - #2
Conversation
|
Tested this on a Rocky 9 ( Before (without this patch) — reproduces the bug:
After (with this patch) — clean pass, and the new task fires: End-to-end registration against a real The change is correct and minimal — it mirrors the existing Note for release: this touches LGTM. ✅ |
zelmario
left a comment
There was a problem hiding this comment.
Verified end-to-end on el9 with pmm-client:2.44.1-6: reproduced the failure without the patch and confirmed a clean install + full pmm-admin registration with it. Correct, minimal fix. Approving. (Reminder: rebuild+push the ansible image on release since roles/ changed.)
Mirror the pmm3-client repo-enable step for PMM 2.x clients: when pmm_client_version starts with '2' on EL/RHEL-family distros, run 'percona-release enable pmm2-client' so the 2.x client rpm resolves. Fixes PR #2.
No description provided.