Skip to content

Commit

Permalink
add linux name and device type to 400 and 440 models
Browse files Browse the repository at this point in the history
  • Loading branch information
haberkornsam committed Dec 12, 2024
1 parent 9c895d8 commit e9b9275
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 11 additions & 1 deletion devicemap-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"$comment": "If unspecified, defaults to key in skumap. Must also be unique between skumap keys and optional displayModels.",
"type": "string"
},
"deviceType": {
"type": "string",
"enum": [
"juniper-manufactured"
]
},
"description": {
"type": "string"
},
Expand Down Expand Up @@ -137,6 +143,9 @@
"type": "string",
"pattern": "^fte-[0-9]+(-[0-9]+)?$"
},
"linux-name": {
"type": "string"
},
"type": {
"type": "string",
"enum": [
Expand All @@ -146,7 +155,8 @@
},
"required": [
"name",
"type"
"type",
"linux-name"
]
}
]
Expand Down
2 changes: 2 additions & 0 deletions devicemaps.json
Original file line number Diff line number Diff line change
Expand Up @@ -1466,11 +1466,13 @@
"SSR400":{
"clei": "TBD",
"part_number": "650-178218",
"deviceType": "juniper-manufactured",
"description": "Juniper SSR400 - 10 ethernet",
"ethernet": [
{
"type": "SWITCH_PARENT",
"name": "fte-0-0",
"linux-name": "eth0",
"description": "Internal switch port on the device"
},
{
Expand Down

0 comments on commit e9b9275

Please sign in to comment.