You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This schema extension introduces relationships to support breakout interfaces,
109
-
enabling you to document the breakdown of a physical interface into smaller physical interfaces.
110
-
name: Interface Breakdown
138
+
enabling you to document the breakout of a physical interface into smaller physical interfaces.
139
+
name: Interface Breakout
111
140
extensions/compute:
112
141
dependencies:
113
142
- base
@@ -166,36 +195,15 @@ extensions/modules:
166
195
description: |
167
196
This schema extension allows you to capture Device Modules related information like the serial number or the status. You can insert the Module into a Dcim Physical Device.
168
197
169
-
> [!NOTE]
170
-
> This extension doesn't contain any Node, you can use the extension module_linecards or modules_routing_engine to use it
198
+
NOTE: This extension doesn't contain any Nodes, you can use the extension module_linecards or modules_routing_engine to use it
171
199
name: Modules
172
-
extensions/modules_linecards:
173
-
dependencies:
174
-
- base
175
-
- extensions/modules
176
-
description:
177
-
This schema extension allows you to capture Linecard related information
178
-
like the version. You can insert the Linecard into a Dcim Physical Device and
179
-
leverage the Linecard type model. The Linecard can accept PIC to help configure
180
-
PORT information like breakout-capabilities and configurations.
181
-
name: Linecards
182
-
extensions/modules_routing_engine:
183
-
dependencies:
184
-
- base
185
-
- extensions/modules
186
-
description:
187
-
This schema extension allows you to capture Routing Engine related
188
-
information like the version. You can insert the Routing Engine into a Dcim Physical
189
-
Device and leverage the Routing Engine type model.
190
-
name: Routing Engine
191
200
extensions/patch_panel:
192
201
dependencies:
193
202
- base
194
203
description: |
195
204
This schema extension allows you to capture patch panel related information like rear/front interfaces and mapping between them. You can insert the patch panel into a rack and leverage the device type model. Finally you can also capture information about potential modules you would insert into your patch panel.
196
205
197
-
> [!NOTE]
198
-
> This extension is compatible with all sort of connectors, meaning you can plug cable, circuits, cross-connect to front & rear interfaces!
206
+
NOTE: This extension is compatible with all sort of connectors, meaning you can plug cable, circuits, cross-connect to front & rear interfaces!
199
207
name: Patch Panel
200
208
extensions/peering_ixp:
201
209
dependencies:
@@ -204,25 +212,22 @@ extensions/peering_ixp:
204
212
- extensions/routing_bgp
205
213
- extensions/routing_bgp_community
206
214
description:
207
-
This schema extension contains all you need to model anything revolving
208
-
around internet peering (Exchange points ...)!
209
-
name: Exchange Points (IXP)
215
+
This schema extension contains all you need to model anything revolving around internet peering (Exchange points ...)!
216
+
name: Peering IXP
210
217
extensions/physical_disk:
211
218
dependencies:
212
219
- base
213
220
description: |
214
221
Simple schema allowing you to capture physical disks information for the sake of inventory and lifecycle management.
215
222
216
-
> [!NOTE]
217
-
> This extension is compatible with all sort of device. You can apply the generic "DeviceWithPhysicalDisks" to particular model to enable disks tracking. You might also link that schema to location for instance to capture spares.
218
-
name: Physical Disks
223
+
NOTE: This extension is compatible with all sort of device. You can apply the generic "DeviceWithPhysicalDisks" to particular model to enable disks tracking. You might also link that schema to location for instance to capture spares.
224
+
name: Physical Disk
219
225
extensions/qinq:
220
226
dependencies:
221
227
- base
222
228
- extensions/vlan
223
229
description:
224
-
This schema extension brings extensions to VLAN model in order to support
225
-
QinQ.
230
+
This schema extension brings extensions to VLAN model in order to support QinQ.
This schema extension contains all you need to model the Aggregate
242
247
Routing Protocol.
243
-
name: Aggregate
248
+
name: Routing Aggregate
244
249
extensions/routing_bgp:
245
250
dependencies:
246
251
- base
247
252
- extensions/routing
248
253
description: This schema extension contains all you need to model your BGP platform.
249
-
name: BGP
254
+
name: Routing BGP
250
255
extensions/routing_bgp_community:
251
256
dependencies:
252
257
- base
253
258
- extensions/routing
254
259
description: This schema extension adds the BGP Communities models.
255
-
name: BGP Communities
260
+
name: Routing BGP Community
256
261
extensions/routing_bgp_rr:
257
262
dependencies:
258
263
- base
@@ -261,28 +266,25 @@ extensions/routing_bgp_rr:
261
266
description:
262
267
This schema extension extend the BGP extension to add BGP Route Reflector
263
268
Clustering.
264
-
name: BGP Route Reflector
269
+
name: Routing BGP RR
265
270
extensions/routing_ospf:
266
271
dependencies:
267
272
- base
268
273
- extensions/routing
269
274
description:
270
275
This schema extension contains all you need to model the OSPF Routing
271
276
Protocol.
272
-
name: OSPF
277
+
name: Routing OSPF
273
278
extensions/routing_pim:
274
279
dependencies:
275
280
- base
276
281
- extensions/routing
277
282
description: This schema extension contains all you need to model the PIM Protocol.
278
-
name: PIM
283
+
name: Routing PIM
279
284
extensions/routing_policies:
280
285
dependencies:
281
286
- base
282
-
description: |
283
-
This schema extension contains a generic to create Routing Policies.
284
-
285
-
This Generic can be extend for each Routing Protocols you may want to use.
287
+
description: This schema extension contains a generic to create Routing Policies. This Generic can be extend for each Routing Protocols you may want to use.
286
288
name: Routing Policies
287
289
extensions/routing_policies_aggregate:
288
290
dependencies:
@@ -357,8 +359,8 @@ extensions/topology:
357
359
extensions/users:
358
360
dependencies:
359
361
- base
360
-
description: This schema extension contains models for Accounts management.
361
-
name: Accounts Management
362
+
description: This schema extension contains models for account management.
0 commit comments