Skip to content

Commit c606de5

Browse files
thperappCopilot
andauthored
Add Rocky Linux 10 (aarch64) to AMA supported distros (#2189)
Rocky Linux 10 is validated working with AMA 1.42.0 on arm64. Add '10' to the rocky and 'rocky linux' entries in supported_dists_aarch64 so the ama_tst installer distro gate accepts Rocky 10 on aarch64. Validated E2E on a Rocky 10.2 aarch64 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 0308901 commit c606de5

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
@@ -16,7 +16,7 @@
1616
'azurelinux' : ['3'], 'mariner' : ['2'], # Azure Linux
1717
'debian' : ['11', '12', '13'], # Debian
1818
'redhat' : ['8', '9', '10'], # RHEL
19-
'rocky' : ['8', '9'], 'rocky linux' : ['8', '9'], # Rocky
19+
'rocky' : ['8', '9', '10'], 'rocky linux' : ['8', '9', '10'], # Rocky
2020
'sles' : ['15', '16'], # SLES
2121
'ubuntu' : ['18.04', '20.04', '22.04', '24.04'], # Ubuntu
2222
}

0 commit comments

Comments
 (0)