[Arista] Add missing platform_components.json (#14067)

Provide platform-components.json for Clearwater2 and Wolverine

These files are needed for fwutil platform sonic-mgmt tests to pass.

Fix PikeZ platform_components.json

Co-authored-by: Patrick MacArthur <pmacarthur@arista.com>
Co-authored-by: Andy Wong <andywong@arista.com>
This commit is contained in:
Samuel Angebault 2023-03-13 12:18:42 -07:00 committed by GitHub
parent 836d65d616
commit 1516ace9a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 45 additions and 0 deletions

View File

@ -12,6 +12,18 @@
"Scd(addr=0000:00:18.7)": {}
}
},
"CCS-720DT-48S-2R": {
"component": {
"Aboot()": {},
"Scd(addr=0000:00:18.7)": {}
}
},
"CCS-720DT-48S-2F": {
"component": {
"Aboot()": {},
"Scd(addr=0000:00:18.7)": {}
}
},
"CCS-720DT-48S-2R": {
"component": {
"Aboot()": {},

View File

@ -0,0 +1,11 @@
{
"chassis": {
"7800R3-48CQ2-LC": {
"component": {
"Aboot()": {},
"Scd(addr=0000:00:18.7)": {},
"Scd(addr=0000:07:00.0)": {}
}
}
}
}

View File

@ -0,0 +1,11 @@
{
"chassis": {
"7800R3-48CQM2-LC": {
"component": {
"Aboot()": {},
"Scd(addr=0000:00:18.7)": {},
"Scd(addr=0000:07:00.0)": {}
}
}
}
}

View File

@ -0,0 +1,11 @@
{
"chassis": {
"7800R3A-36DM2-LC": {
"component": {
"Aboot()": {},
"Scd(addr=0000:00:18.7)": {},
"Scd(addr=0000:08:00.0)": {}
}
}
}
}