Skip to content

Commit e69bfa6

Browse files
committed
typo and forgotten links
1 parent 128aa29 commit e69bfa6

File tree

3 files changed

+17
-29
lines changed

3 files changed

+17
-29
lines changed

base/dcim.yml

Lines changed: 13 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -257,21 +257,6 @@ generics:
257257
description: "Trunk all mode"
258258
description: "Layer 2 mode of the interface"
259259
order_weight: 1500
260-
relationships:
261-
- name: untagged_vlan
262-
label: Untagged VLAN
263-
peer: InfraVLAN
264-
identifier: "layer2interface__untagged_vlan"
265-
optional: true
266-
cardinality: one
267-
kind: Component
268-
- name: tagged_vlans
269-
label: Tagged VLANs
270-
peer: InfraVLAN
271-
identifier: "layer2interface__tagged_vlans"
272-
optional: true
273-
cardinality: many
274-
kind: Component
275260

276261
- name: Layer3
277262
namespace: Interface
@@ -487,7 +472,10 @@ nodes:
487472
label: Physical Interface
488473
description: "Physical network port on a device"
489474
inherit_from:
490-
- "DcimInterface"
475+
- DcimInterface
476+
- InterfaceLayer2
477+
- InterfaceLayer3
478+
- DcimEndpoint
491479
include_in_menu: false
492480
attributes:
493481
- name: breakout_capability
@@ -539,9 +527,9 @@ nodes:
539527
label: Virtual Interface
540528
description: "Virtual interface like VLAN or Loopback"
541529
inherit_from:
542-
- "DcimInterface"
543-
- "InterfaceLayer2"
544-
- "InterfaceLayer3"
530+
- DcimInterface
531+
- InterfaceLayer2
532+
- InterfaceLayer3
545533
include_in_menu: false
546534
relationships:
547535
- name: children_interfaces
@@ -562,9 +550,9 @@ nodes:
562550
- "parent_interface__name__value"
563551
- "name__value"
564552
inherit_from:
565-
- "DcimInterface"
566-
- "InterfaceLayer2"
567-
- "InterfaceLayer3"
553+
- DcimInterface
554+
- InterfaceLayer2
555+
- InterfaceLayer3
568556
include_in_menu: false
569557
relationships:
570558
- name: parent_interface
@@ -581,9 +569,9 @@ nodes:
581569
label: LAG Interface
582570
description: "LAG interface"
583571
inherit_from:
584-
- "DcimInterface"
585-
- "InterfaceLayer2"
586-
- "InterfaceLayer3"
572+
- DcimInterface
573+
- InterfaceLayer2
574+
- InterfaceLayer3
587575
include_in_menu: false
588576
attributes:
589577
- name: lacp_rate

base/ipam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ nodes:
3030
regex: (?=^.{1,253}$)(^(((?!-)[a-zA-Z0-9-]{1,63}(?<!-))|((?!-)[a-zA-Z0-9-]{1,63}(?<!-)\.)+[a-zA-Z]{2,63})$)
3131
relationships:
3232
- name: interface
33-
peer: DcimInterfaceL3
33+
peer: InterfaceLayer3
3434
optional: true
3535
cardinality: one
3636

extensions/vlan/vlan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,21 +106,21 @@ extensions:
106106
cardinality: one
107107
kind: Attribute
108108
order_weight: 1400
109-
- kind: DcimInterfaceL2
109+
- kind: InterfaceLayer2
110110
relationships:
111111
- name: untagged_vlan
112112
label: Untagged VLAN
113113
peer: IpamVLAN
114114
optional: true
115115
cardinality: one
116-
kind: Component
116+
kind: Generic
117117
identifier: interface_l2__untagged_vlan
118118
- name: tagged_vlan
119119
label: Tagged VLANs
120120
peer: IpamVLAN
121121
optional: true
122122
cardinality: many
123-
kind: Component
123+
kind: Generic
124124
identifier: interface_l2__tagged_vlan
125125
- kind: LocationHosting
126126
relationships:

0 commit comments

Comments
 (0)