forked from goebelmeier/racktables2netbox
-
Notifications
You must be signed in to change notification settings - Fork 3
/
hardware_map.yaml.sample
140 lines (128 loc) · 5.44 KB
/
hardware_map.yaml.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
---
by_key_name:
Dell PowerEdge R620:
slug: dell_poweredge_r620
yaml_url: https://raw.githubusercontent.com/netbox-community/devicetype-library/master/device-types/Dell/PowerEdge_R620.yaml
Dell PowerEdge R610:
slug: dell_poweredge_r610
yaml_file: custom_device_templates/dell_r610.yml
# if you have typos eg Poweredge instead of PowerEdge you can point to a previously imported slug like this.
# include yaml_file incase its not imported yet
Dell Poweredge R610:
slug: dell_poweredge_r610
yaml_file: custom_device_templates/dell_r610.yml
Avocent SwitchView 1000 8-port:
slug: generic_1u_short_device
yaml_file: custom_device_templates/generic/generic_1u_short_device.yml
Dell PowerEdge 1950:
slug: generic_1u_device
yaml_file: custom_device_templates/generic/generic_1u_device.yml
Huawei S5352C-EI:
slug: generic_0u_device
yaml_file: custom_device_templates/generic/generic_0u_device.yml
HP ProLiant DL145:
slug: generic_1u_device
yaml_file: custom_device_templates/generic/generic_1u_device.yml
Sun StorageTek 3511:
slug: generic_2u_device
yaml_file: custom_device_templates/generic/generic_2u_device.yml
Sun StorageTek 3320:
slug: generic_2u_device
yaml_file: custom_device_templates/generic/generic_2u_device.yml
Sun StorageTek SL500:
slug: generic_8u_device
yaml_file: custom_device_templates/generic/generic_8u_device.yml
Sun Fire V490:
slug: generic_5u_device
yaml_file: custom_device_templates/generic/generic_5u_device.yml
Sun Fire V210:
slug: generic_1u_device
yaml_file: custom_device_templates/generic/generic_1u_device.yml
Foundry ServerIron:
slug: generic_2u_short_device
yaml_file: custom_device_templates/generic/generic_2u_short_device.yml
Cisco Catalyst 2912XL:
slug: generic_1u_short_device
yaml_file: custom_device_templates/generic/generic_1u_short_device.yml
Cisco 3640:
slug: generic_2u_short_device
yaml_file: custom_device_templates/generic/generic_2u_short_device.yml
Cisco Catalyst 2960-8TC-L:
slug: ws-c2960-8tc-l
yaml_url: https://raw.githubusercontent.com/netbox-community/devicetype-library/master/device-types/Cisco/WS-C2960-8TC-L.yaml
Cisco Catalyst 2960G-24TC-L:
slug: ws-c2960g-24tc-l
yaml_url: https://raw.githubusercontent.com/netbox-community/devicetype-library/master/device-types/Cisco/WS-C2960G-24TC-L.yaml
Cisco 7206VXR:
slug: c7206vxr
yaml_url: https://raw.githubusercontent.com/netbox-community/devicetype-library/master/device-types/Cisco/C7206VXR.yaml
Cisco Catalyst 3750G-12S:
slug: ws-c3750g-12s
yaml_url: https://raw.githubusercontent.com/netbox-community/devicetype-library/master/device-types/Cisco/WS-C3750G-12S.yaml
3Com 4200G 12-port:
slug: 4200g-12port
yaml_url: https://raw.githubusercontent.com/netbox-community/devicetype-library/master/device-types/3Com/4200G-12_Port.yml
# generic
generic_0u_device:
slug: generic_0u_device
yaml_file: custom_device_templates/generic/generic_0u_device.yml
generic_0u_patch_panel:
slug: generic_0u_patch_panel
yaml_file: custom_device_templates/generic/generic_0u_patch_panel.yml
generic_1u_device:
slug: generic_1u_device
yaml_file: custom_device_templates/generic/generic_1u_device.yml
generic_1u_short_device:
slug: generic_1u_short_device
yaml_file: custom_device_templates/generic/generic_1u_short_device.yml
generic_1u_patch_panel:
slug: generic_1u_patch_panel
yaml_file: custom_device_templates/generic/generic_1u_patch_panel.yml
generic_2u_device:
slug: generic_2u_device
yaml_file: custom_device_templates/generic/generic_2u_device.yml
generic_2u_short_device:
slug: generic_2u_short_device
yaml_file: custom_device_templates/generic/generic_2u_short_device.yml
generic_3u_device:
slug: generic_3u_device
yaml_file: custom_device_templates/generic/generic_3u_device.yml
generic_3u_short_device:
slug: generic_3u_short_device
yaml_file: custom_device_templates/generic/generic_3u_short_device.yml
generic_4u_device:
slug: generic_4u_device
yaml_file: custom_device_templates/generic/generic_4u_device.yml
generic_4u_short_device:
slug: generic_4u_short_device
yaml_file: custom_device_templates/generic/generic_4u_short_device.yml
generic_5u_device:
slug: generic_5u_device
yaml_file: custom_device_templates/generic/generic_5u_device.yml
generic_6u_device:
slug: generic_6u_device
yaml_file: custom_device_templates/generic/generic_6u_device.yml
generic_9u_device:
slug: generic_9u_device
yaml_file: custom_device_templates/generic/generic_9u_device.yml
generic_10u_device:
slug: generic_10u_device
yaml_file: custom_device_templates/generic/generic_10u_device.yml
generic_12u_device:
slug: generic_12u_device
yaml_file: custom_device_templates/generic/generic_12u_device.yml
generic_22u_device:
slug: generic_22u_device
yaml_file: custom_device_templates/generic/generic_22u_device.yml
generic_23u_device:
slug: generic_23u_device
yaml_file: custom_device_templates/generic/generic_23u_device.yml
generic_24u_device:
slug: generic_24u_device
yaml_file: custom_device_templates/generic/generic_24u_device.yml
generic_46u_device:
slug: generic_46u_device
yaml_file: custom_device_templates/generic/generic_46u_device.yml
generic_48u_device:
slug: generic_48u_device
yaml_file: custom_device_templates/generic/generic_48u_device.yml