Skip to content

Commit

Permalink
[Arista] Add support for Wolverine linecards
Browse files Browse the repository at this point in the history
Add support for WolverineQCpu, WolverineQCpuMs, WolverineQCpuBk, WolverineQCpuBkMs
  • Loading branch information
mlorrillere committed May 17, 2022
1 parent 0eeb249 commit a4dbfb5
Show file tree
Hide file tree
Showing 30 changed files with 2,466 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"CONTEXTS": [
{
"guid" : 0,
"name" : "syncd",
"dbAsic" : "ASIC_DB",
"dbCounters" : "COUNTERS_DB",
"dbFlex": "FLEX_COUNTER_DB",
"dbState" : "STATE_DB",
"zmq_enable": false,
"zmq_endpoint": "tcp://127.0.0.1:5555",
"zmq_ntf_endpoint": "tcp://127.0.0.1:5556",
"switches": [
{
"index" : 0,
"hwinfo" : "06:00.0"
},
{
"index" : 1,
"hwinfo" : "07:00.0"
}
]
}
]
}
Loading

0 comments on commit a4dbfb5

Please sign in to comment.