1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Added slug choices for interface and port types

This commit is contained in:
Jeremy Stretch
2019-10-10 23:24:44 -04:00
parent 553fe0fe97
commit d787c353f3
3 changed files with 437 additions and 30 deletions

View File

@@ -253,28 +253,28 @@ power-outlets:
feed_leg: 1
interfaces:
- name: Interface 1
type: 1000
type: 1000base-t
mgmt_only: true
- name: Interface 2
type: 1000
type: 1000base-t
- name: Interface 3
type: 1000
type: 1000base-t
rear-ports:
- name: Rear Port 1
type: 1000
type: 8p8c
- name: Rear Port 2
type: 1000
type: 8p8c
- name: Rear Port 3
type: 1000
type: 8p8c
front-ports:
- name: Front Port 1
type: 1000
type: 8p8c
rear_port: Rear Port 1
- name: Front Port 2
type: 1000
type: 8p8c
rear_port: Rear Port 2
- name: Front Port 3
type: 1000
type: 8p8c
rear_port: Rear Port 3
device-bays:
- name: Device Bay 1