Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ experimental/circuit_service:
- 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/epipe:
attribution: "[Jordy Dehaes](https://www.linkedin.com/in/jordy-dehaes/)"
dependencies:
- base
description: This schema extension contains models for MPLS Epipes
name: MPLS Epipes
experimental/infiniband:
dependencies:
- base
Expand Down
1 change: 1 addition & 0 deletions docs/docs/home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ This list provides an overview of the schemas available in this repository. Each
| **[Location Extended](./reference/location_extended.mdx)** | This schema extension is the most detailed when it comes to location, you'll find all the layers you can think of. |
| **[Modules Linecards](./reference/modules_linecards.mdx)** | 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. |
| **[Modules Routing Engine](./reference/modules_routing_engine.mdx)** | 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. |
| **[MPLS Epipes](./reference/epipe.mdx)** | This schema extension contains models for MPLS Epipes |
| **[QoS](./reference/qos.mdx)** | This schema extension contains models for Quality of Service (QoS) |
| **[Security](./reference/security.mdx)** | This schema extension contains models for implementing detailed security. |
| **[Tenancy](./reference/tenancy.mdx)** | This schema extension introduces tenancy for some of the schema nodes (circuits...) |
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/reference/cross_connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This extension contains schema to capture Cross Connect. You can see it as "a ca
- **Icon:** streamline:arrow-crossover-right-solid
- **Display Labels:** identifier__value
- **Uniqueness Constraints:**
- provider, identifier__value
- identifier__value, provider
- **Human Friendly ID:** provider__name__value, identifier__value
- **Inherit From:** DcimConnector

Expand Down Expand Up @@ -59,8 +59,8 @@ nodes:
- provider__name__value
- identifier__value
uniqueness_constraints:
- - provider
- identifier__value
- - identifier__value
- provider
attributes:
- name: identifier
kind: Text
Expand Down
12 changes: 6 additions & 6 deletions docs/docs/reference/dwdm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ This schema extension contains models for OADM (Optical Add Drop Multiplexer) su
- **Icon:** game-icons:laser-warning
- **Display Labels:** wdm_type__value, channel__value
- **Uniqueness Constraints:**
- wdm_type__value, channel__value, wavelength__value, frequency__value
- wdm_type__value, channel__value
- frequency__value, wavelength__value, channel__value, wdm_type__value
- channel__value, wdm_type__value
- **Human Friendly ID:** wdm_type__value, channel__value

#### Attributes
Expand Down Expand Up @@ -361,12 +361,12 @@ nodes:
- wdm_type__value
- channel__value
uniqueness_constraints:
- - wdm_type__value
- channel__value
- - frequency__value
- wavelength__value
- frequency__value
- - wdm_type__value
- channel__value
- wdm_type__value
- - channel__value
- wdm_type__value
human_friendly_id:
- wdm_type__value
- channel__value
Expand Down
Loading