mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-08 00:54:02 +01:00
4a58676647
The device database model has changed in Netbox 2.7. Therefore the initializer code, that was used before, broke. As a user, you will need to update your devices.yml file as follows: - Make sure the rack face is spelled lowercase. See the diff of this commit for further information how this is meant.
43 lines
743 B
YAML
43 lines
743 B
YAML
## Possible Choices:
|
|
## face:
|
|
## - front
|
|
## - rear
|
|
## status:
|
|
## - offline
|
|
## - active
|
|
## - planned
|
|
## - staged
|
|
## - failed
|
|
## - inventory
|
|
## - decommissioning
|
|
##
|
|
## Examples:
|
|
|
|
# - name: server01
|
|
# device_role: server
|
|
# device_type: Other
|
|
# site: AMS 1
|
|
# rack: rack-01
|
|
# face: front
|
|
# position: 1
|
|
# custom_fields:
|
|
# text_field: Description
|
|
# - name: server02
|
|
# device_role: server
|
|
# device_type: Other
|
|
# site: AMS 2
|
|
# rack: rack-02
|
|
# face: front
|
|
# position: 2
|
|
# custom_fields:
|
|
# text_field: Description
|
|
# - name: server03
|
|
# device_role: server
|
|
# device_type: Other
|
|
# site: SING 1
|
|
# rack: rack-03
|
|
# face: front
|
|
# position: 3
|
|
# custom_fields:
|
|
# text_field: Description
|