Skip to content

Commit

Permalink
Add Schema Interface Types & Correctly Identify Adapters (AT FS Serie…
Browse files Browse the repository at this point in the history
…s) (netbox-community#1024)

* Adding 3 new adapter types. 100base-fx, 100base-lfx, and 100base-t1.
This addition is contingent on [Netbox PR#11377](netbox-community/netbox#11377) being completed first. This will not be merged until that is complete

* Based on the addition of 100base-fx in the upstream netbox repo, this will allow us to correctly identify these ports

* updated 100base-fx interface names
  • Loading branch information
danner26 authored Jan 20, 2023
1 parent ca7c2d7 commit 4061057
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 14 deletions.
4 changes: 2 additions & 2 deletions module-types/Allied Telesis/FS201.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ model: FS201
part_number: AT-FS201
comments: 10/100TX to 100FX (ST) media and rate converter
interfaces:
- name: Port 1 (Slot {module} - 100Base-FX)
type: other
- name: Slot {module} - Port 1
type: 100base-fx
- name: Port 2 (Slot {module})
type: 100base-tx
4 changes: 2 additions & 2 deletions module-types/Allied Telesis/FS202.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ model: FS202
part_number: AT-FS202
comments: Fast Ethernet to Fiber Media and Rate Converter
interfaces:
- name: Port 1 (Slot {module} - 100Base-FX)
type: other
- name: Slot {module} - Port 1
type: 100base-fx
- name: Port 2 (Slot {module})
type: 100base-tx
4 changes: 2 additions & 2 deletions module-types/Allied Telesis/FS232-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ model: FS232/1
part_number: AT-FS232/1
comments: Fast Ethernet to Fiber Media and Rate Converter
interfaces:
- name: Port 1 (Slot {module} - 100Base-FX)
type: other
- name: Slot {module} - Port 1
type: 100base-fx
- name: Port 2 (Slot {module})
type: 100base-tx
4 changes: 2 additions & 2 deletions module-types/Allied Telesis/FS232-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ model: FS232/2
part_number: AT-FS232/2
comments: Fast Ethernet to Fiber Media and Rate Converter
interfaces:
- name: Port 1 (Slot {module} - 100Base-FX)
type: other
- name: Slot {module} - Port 1
type: 100base-fx
- name: Port 2 (Slot {module})
type: 100base-tx
4 changes: 2 additions & 2 deletions module-types/Allied Telesis/FS232.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ model: FS232
part_number: AT-FS232
comments: Fast Ethernet to Fiber Media and Rate Converter
interfaces:
- name: Port 1 (Slot {module} - 100Base-FX)
type: other
- name: Slot {module} - Port 1
type: 100base-fx
- name: Port 2 (Slot {module})
type: 100base-tx
4 changes: 2 additions & 2 deletions module-types/Allied Telesis/FS238A-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ model: FS238A/1
part_number: AT-FS238A/1
comments: 10/100TX to 100LX (SC) BiDi media and rate converter
interfaces:
- name: Port 1 (Slot {module} - 100Base-FX)
type: other
- name: Slot {module} - Port 1
type: 100base-fx
- name: Port 2 (Slot {module})
type: 100base-tx
4 changes: 2 additions & 2 deletions module-types/Allied Telesis/FS238B-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ model: FS238B/1
part_number: AT-FS238B/1
comments: Fast Ethernet to Fiber BiDi Media and Rate Converter
interfaces:
- name: Port 1 (Slot {module} - 100Base-FX)
type: other
- name: Slot {module} - Port 1
type: 100base-fx
- name: Port 2 (Slot {module})
type: 100base-tx
3 changes: 3 additions & 0 deletions schema/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,10 @@
"virtual",
"bridge",
"lag",
"100base-fx",
"100base-lfx",
"100base-tx",
"100base-t1",
"1000base-t",
"1000base-x-gbic",
"1000base-x-sfp",
Expand Down

0 comments on commit 4061057

Please sign in to comment.