From 2bc27d576c33cf60773aab8065b4dfae36ce74cb Mon Sep 17 00:00:00 2001 From: Harry Date: Thu, 13 Mar 2025 22:01:13 +0000 Subject: [PATCH 1/2] Update moduletype.json added Module bays to module types --- schema/moduletype.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schema/moduletype.json b/schema/moduletype.json index 25d434d5f..7b0333797 100644 --- a/schema/moduletype.json +++ b/schema/moduletype.json @@ -60,6 +60,12 @@ "$ref": "urn:devicetype-library:components#/definitions/rear-port" } }, + "module-bays": { + "type": "array", + "items": { + "$ref": "urn:devicetype-library:components#/definitions/module-bay" + } + }, "description": { "type": "string" }, From 6cf5e8191bd2e711fbdb597a0eae22f2ebaceec8 Mon Sep 17 00:00:00 2001 From: Harry Date: Thu, 13 Mar 2025 22:04:38 +0000 Subject: [PATCH 2/2] Create EX9200-MPC.yaml --- module-types/Juniper/EX9200-MPC.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 module-types/Juniper/EX9200-MPC.yaml diff --git a/module-types/Juniper/EX9200-MPC.yaml b/module-types/Juniper/EX9200-MPC.yaml new file mode 100644 index 000000000..c956c5790 --- /dev/null +++ b/module-types/Juniper/EX9200-MPC.yaml @@ -0,0 +1,9 @@ +--- +manufacturer: Juniper +model: EX9200-MPC +comments: MPC line card accepting 2 MIC line cards +module-bays: + - name: MIC0 + position: '0' + - name: MIC1 + position: '1'