-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.metadata.yml
327 lines (319 loc) · 11.9 KB
/
.metadata.yml
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
---
# yamllint disable rule:line-length
base:
description: The base schemas serve as the foundation for every single schema extension
you might want to use afterward. This one is mandatory and will unlock access
to the extensions section.
name: Base Schemas
experimental/azure:
attribution: '[Rowan Coleman](https://www.linkedin.com/in/rowan-coleman-6a147156/)'
dependencies:
- base
description: This schema extension introduces cloud support for Microsoft Azure.
name: Azure
experimental/circuit_service:
dependencies:
- extensions.circuit
description: |
This schema extension contains model coming on top of circuit to capture a single service shared across multiple circuits.
For example you have a MPLS network supported by a provider connecting multiple locations:
- One single CircuitService would be needed to store MPLS related information (e.g. service id, provider ...)
- On each site we would create a circuit connecting on one side our device and the CircuitService on the other side
name: Circuit Service
experimental/infiniband:
dependencies:
- base
- extensions.compute
description: This schema extension adds support for InfiniBand switches.
name: Infiniband
experimental/location_extended:
dependencies:
- base
description: This schema extension is the most detailed when it comes to location,
you'll find all the layers you can think of.
name: Location Extended
experimental/qos:
description: This schema extension contains models for Quality of Service (QoS)
name: Quality of Service (QoS)
experimental/security:
dependencies:
- base
description: This schema extension contains models for implementing detailed security.
name: Security
experimental/tenancy:
dependencies:
- base
- extensions.circuit
- experimental.location_extended
description: This schema extension introduces tenancy for some of the schema nodes
(circuits...)
name: Tenancy
experimental/topology:
dependencies:
- base
description: A schema for defining and managing network topology, strategies, and
services.
name: Topology
experimental/vlan-translation:
dependencies:
- base.dcim
description: This schema extension is based on Juniper VLAN MAP, and not yet test
out for other vendors.
name: VLAN Translation
extensions/cable:
dependencies:
- base
description: This schema extension contains a basic Cable model allowing you to
connect two endpoints.
name: Cable
extensions/circuit:
dependencies:
- base
- extensions.location_minimal
description: This schema extension contains Circuits and ways to connect them with
your infrastructure! The circuit could be a fiber connecting two sites, you would
then have two endpoints, one on each site.
name: Circuit
extensions/cluster:
dependencies:
- base
- extensions.compute
description: This schema extension contains the foundations to capture clusters.
With this one in place you can unlock various clusters flavors (hosting cluster
able to host VMs, firewall clusters built with specific appliances ...)
name: Cluster
extensions/compute:
dependencies:
- base
description: With this schema extension in place you will be able to capture all
your physical servers. It also gives you the baseline to build virtualization.
You might consider HostingCluster extension to go with!
name: Compute
extensions/cross_connect:
dependencies:
- base
description: This extension contains schema to capture Cross Connect. You can see
it as "a cable operated by a provider". You will be able to attach it to a location
and then connect endpoints to it (e.g. rear interface of a patch panel, circuit
endpoint ...)
name: Cross Connect
extensions/dwdm:
dependencies:
- base
- extensions.sfp
description: This schema extension contains models for OADM (Optical Add Drop Multiplexer)
supporting various WDM (Wavelength Division Multiplexing) technologies such as
DWDM (Dense Wavelength Division Multiplexing) or CWDM (Coarse Wavelength Division
Multiplexing). With some vendors, the tunable optics are not configured via the
channel number but via the wavelength and/or the frequency. This model provides
a unique entry in Infrahub for those.
name: DWDM
extensions/firewall_policer:
description: This schema extension contains models for VMs. You might consider Cluster
or/and Hypervisor extension to go with!
name: Firewall Policer
extensions/hosting_cluster:
dependencies:
- base
- extensions.cluster
- extensions.compute
description: A rather generic cluster built with compute units (e.g. servers) and
able to host VMs.
name: Hosting Cluster
extensions/location_minimal:
dependencies:
- base
description: This schema extension is minimal but will provide you with basic items
to store location related data.
name: Location Minimal
extensions/modules:
dependencies:
- base
description: |
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.
> [!NOTE]
> This extension doesn't contain any Node, you can use the extension module_linecards or modules_routing_engine to use it
name: Modules
extensions/modules_linecards:
dependencies:
- base
- extensions.modules
description: This schema extension allows you to capture Linecard related information
like the version. You can insert the Linecard into a Dcim Physical Device and
leverage the Linecard type model. The Linecard can accept PIC to help configure
PORT information like breakout-capabilities and configurations.
name: Linecards
extensions/modules_routing_engine:
dependencies:
- base
- extensions.modules
description: This schema extension allows you to capture Routing Engine related
information like the version. You can insert the Routing Engine into a Dcim Physical
Device and leverage the Routing Engine type model.
name: Routing Engine
extensions/patch_panel:
description: |
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.
> [!NOTE]
> This extension is compatible with all sort of connectors, meaning you can plug cable, circuits, cross-connect to front & rear interfaces!
name: Patch Panel
extensions/peering_ixp:
dependencies:
- base
- extensions.routing
- extensions.routing_bgp
- extensions.routing_bgp_community
description: This schema extension contains all you need to model anything revolving
around internet peering (Exchange points ...)!
name: Exchange Points (IXP)
extensions/physical_disk:
dependencies:
- base
description: |
Simple schema allowing you to capture physical disks information for the sake of inventory and lifecycle management.
> [!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.
name: Physical Disks
extensions/qinq:
dependencies:
- base
- extensions.vlan
description: This schema extension brings extensions to VLAN model in order to support
QinQ.
name: QinQ
extensions/routing:
dependencies:
- base
- extensions.vlan
description: This schema extension contains generics to create Routing Protocol
"Instance". The idea is to create one Routing Protocol instance per IpamVRF +
DcimDevice pair.
name: Routing
extensions/routing_aggregate:
dependencies:
- base
- extensions.routing
description: This schema extension contains all you need to model the Aggregate
Routing Protocol.
name: Aggregate
extensions/routing_bgp:
dependencies:
- base
- extensions.routing
description: This schema extension contains all you need to model your BGP platform.
name: BGP
extensions/routing_bgp_community:
dependencies:
- base
- extensions.routing
description: This schema extension adds the BGP Communities models.
name: BGP Communities
extensions/routing_bgp_rr:
dependencies:
- base
- extensions.routing
- extensions.routing_bgp
description: This schema extension extend the BGP extension to add BGP Route Reflector
Clustering.
name: BGP Route Reflector
extensions/routing_ospf:
dependencies:
- base
- extensions.routing
description: This schema extension contains all you need to model the OSPF Routing
Protocol.
name: OSPF
extensions/routing_pim:
dependencies:
- base
- extensions.routing
description: This schema extension contains all you need to model the PIM Protocol.
name: PIM
extensions/routing_policies:
dependencies:
- base
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.
name: Routing Policies
extensions/routing_policies_aggregate:
dependencies:
- base
- extensions.routing
- extensions.routing_policies
- extensions.routing_aggregate
description: This extension is using the Routing Policies extensions and the Routing
Aggregate one together.
name: Routing Policies Aggregate
extensions/routing_policies_bgp:
dependencies:
- base
- extensions.routing
- extensions.routing_policies
- extensions.routing_bgp
description: This extension is using the Routing Policies extensions and the Routing
BGP one together.
name: Routing Policies BGP
extensions/routing_policies_ospf:
dependencies:
- base
- extensions.routing
- extensions.routing_policies
- extensions.routing_ospf
description: This extension is using the Routing Policies extensions and the Routing
OSPF one together.
name: Routing Policies OSPF
extensions/routing_policies_pim:
dependencies:
- base
- extensions.routing
- extensions.routing_policies
- extensions.routing_pim
description: This schema inherits the `RoutingPolicy` schema and removes `import_policies`
and `export_policies` attributes. However it adds a number of relationships to
`RoutingPIM`.
name: Routing Policies (PIM)
extensions/sfp:
dependencies:
- base
description: |
This schema extension gives you all the models you need to document Small Form-factor Pluggable (SFP).
You can either plug it into an interface or attach it to a location (e.g. it's a spare SFP stored in a rack).
Improvements:
- As of now there is no verification with type / form factor / protocol / distance ...
- You could plug any SFP into any equipment interface (e.g. a virtual interface ...)
- You could link a SFP to an interface AND a location ...
name: SFP
extensions/snmp:
description: This schema extension contains models for SNMP Communities and SNMP
Clients. As you can see this extension is not linked to Tenancy or Device, as
you could decide to link the Community to different models based on your use case.
name: SNMP
extensions/topology:
dependencies:
- base
description: This schema extension introduces abstract network pods and services
running in the pods, such as MPLS and EVPN.
name: Topology
extensions/users:
dependencies:
- base
description: This schema extension contains models for Accounts management.
name: Accounts Management
extensions/vlan:
dependencies:
- base
description: This schema extension contains models to support VLANs in you network.
name: VLAN
extensions/vrf:
dependencies:
- base
description: This schema extension contains models to support VRF in your network.
name: VRF
extensions/vrrp:
dependencies:
- base
- base.dcim
- base.ipam
description: This schema extension contains models for VRRP.
name: VRRP