Skip to content

Commit 0308901

Browse files
thperappCopilot
andauthored
Add Rocky Linux 10 (x86_64) to AMA supported distros (#2188)
Rocky Linux 10 is validated working with AMA 1.42.0. Add '10' to the rocky entry in supported_dists_x86_64 so the ama_tst installer distro gate accepts Rocky 10 on x86_64. Validated E2E on a Rocky 10.2 x86_64 VM: AMA installed and enabled, all LAW tables (Heartbeat/Syslog/Perf/InsightsMetrics/MyTable_CL/ MyTableAst_CL) receiving data. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8a74ed2 commit 0308901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AzureMonitorAgent/ama_tst/modules/install/supported_distros.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'opensuse' : ['15'], # openSUSE
77
'oracle' : ['7', '8', '9'], 'ol' : ['7', '8', '9'], # Oracle
88
'redhat' : ['7', '8', '9', '10'], # RHEL
9-
'rocky' : ['8', '9'], # Rocky
9+
'rocky' : ['8', '9', '10'], # Rocky
1010
'suse' : ['15', '16'], 'sles' : ['15', '16'], # SLES
1111
'ubuntu' : ['16.04', '18.04', '20.04', '22.04', '24.04'], # Ubuntu
1212
}

0 commit comments

Comments
 (0)