diff --git a/device-types/Dell/PowerEdge-R620.yaml b/device-types/Dell/PowerEdge-R620.yaml index 7f07ac592..09a9e5339 100644 --- a/device-types/Dell/PowerEdge-R620.yaml +++ b/device-types/Dell/PowerEdge-R620.yaml @@ -7,6 +7,8 @@ is_full_depth: true weight: 18.6 weight_unit: kg airflow: front-to-rear +front_image: true +rear_image: true console-ports: - name: Serial type: de-9 diff --git a/device-types/Dell/PowerEdge-R720.yaml b/device-types/Dell/PowerEdge-R720.yaml index 575928c10..57007b7c0 100644 --- a/device-types/Dell/PowerEdge-R720.yaml +++ b/device-types/Dell/PowerEdge-R720.yaml @@ -7,6 +7,8 @@ is_full_depth: true weight: 29.5 weight_unit: kg airflow: front-to-rear +front_image: true +rear_image: true console-ports: - name: Serial type: de-9 diff --git a/device-types/Dell/PowerEdge-R760.yml b/device-types/Dell/PowerEdge-R760.yml index a93c59b7c..c776554c7 100644 --- a/device-types/Dell/PowerEdge-R760.yml +++ b/device-types/Dell/PowerEdge-R760.yml @@ -7,6 +7,8 @@ is_full_depth: true weight: 25.1 weight_unit: kg airflow: front-to-rear +front_image: true +rear_image: true comments: '[Technical Guide](https://i.dell.com/sites/csdocuments/Product_Docs/en/poweredge-r760-technical-guide.pdf)' console-ports: - name: Rear Serial diff --git a/device-types/Juniper/QFX5100-24Q.yaml b/device-types/Juniper/QFX5100-24Q.yaml index 313409dfc..95def86af 100644 --- a/device-types/Juniper/QFX5100-24Q.yaml +++ b/device-types/Juniper/QFX5100-24Q.yaml @@ -7,6 +7,8 @@ u_height: 1 airflow: front-to-rear weight: 9.8 weight_unit: kg +front_image: true +rear_image: true is_full_depth: true interfaces: - name: et-0/0/0 @@ -72,6 +74,16 @@ module-bays: position: '1' - name: Module 2 position: '2' + - name: FAN0 + position: '0' + - name: FAN1 + position: '1' + - name: FAN2 + position: '2' + - name: FAN3 + position: '3' + - name: FAN4 + position: '4' console-ports: - name: console type: rj-45 diff --git a/device-types/Juniper/QFX5100-48S-6Q.yaml b/device-types/Juniper/QFX5100-48S-6Q.yaml index 0459af078..5b3df969e 100644 --- a/device-types/Juniper/QFX5100-48S-6Q.yaml +++ b/device-types/Juniper/QFX5100-48S-6Q.yaml @@ -4,6 +4,9 @@ model: QFX5100-48S-6q slug: juniper-qfx5100-48s-6q part_number: QFX5100-48S-6Q u_height: 1 +airflow: front-to-rear +front_image: true +rear_image: true is_full_depth: true interfaces: - name: ge-0/0/0 @@ -221,6 +224,16 @@ module-bays: position: '0' - name: PSU1 position: '1' + - name: FAN0 + position: '0' + - name: FAN1 + position: '1' + - name: FAN2 + position: '2' + - name: FAN3 + position: '3' + - name: FAN4 + position: '4' console-ports: - name: console type: rj-45 diff --git a/device-types/Juniper/QFX5100-48T-6Q.yaml b/device-types/Juniper/QFX5100-48T-6Q.yaml index 95861bc16..54175df6c 100644 --- a/device-types/Juniper/QFX5100-48T-6Q.yaml +++ b/device-types/Juniper/QFX5100-48T-6Q.yaml @@ -2,7 +2,10 @@ manufacturer: Juniper model: QFX5100-48T-6Q slug: juniper-qfx5100-48t-6q +airflow: front-to-rear is_full_depth: true +front_image: true +rear_image: true comments: '[Juniper QFX5100 Data Sheet](https://www.juniper.net/us/en/products-services/switching/qfx-series/qfx5100/)' u_height: 1 console-ports: @@ -125,3 +128,13 @@ module-bays: position: '0' - name: PSU1 position: '1' + - name: FAN0 + position: '0' + - name: FAN1 + position: '1' + - name: FAN2 + position: '2' + - name: FAN3 + position: '3' + - name: FAN4 + position: '4' diff --git a/device-types/Juniper/QFX5100-96S-8Q.yaml b/device-types/Juniper/QFX5100-96S-8Q.yaml index 2538cbbba..2bfba6b64 100644 --- a/device-types/Juniper/QFX5100-96S-8Q.yaml +++ b/device-types/Juniper/QFX5100-96S-8Q.yaml @@ -4,6 +4,8 @@ model: QFX5100-96S-8Q slug: juniper-qfx5100-96s-8q part_number: QFX5100-96S-8Q u_height: 2 +airflow: front-to-rear +front_image: true is_full_depth: true interfaces: - name: ge-0/0/0 @@ -417,6 +419,12 @@ module-bays: position: '0' - name: PSU1 position: '1' + - name: FAN0 + position: '0' + - name: FAN1 + position: '1' + - name: FAN2 + position: '2' console-ports: - name: console type: rj-45 diff --git a/elevation-images/Dell/dell-poweredge-r620.front.png b/elevation-images/Dell/dell-poweredge-r620.front.png new file mode 100644 index 000000000..315b856bb Binary files /dev/null and b/elevation-images/Dell/dell-poweredge-r620.front.png differ diff --git a/elevation-images/Dell/dell-poweredge-r620.rear.png b/elevation-images/Dell/dell-poweredge-r620.rear.png new file mode 100644 index 000000000..7c951c59c Binary files /dev/null and b/elevation-images/Dell/dell-poweredge-r620.rear.png differ diff --git a/elevation-images/Dell/dell-poweredge-r720.front.png b/elevation-images/Dell/dell-poweredge-r720.front.png new file mode 100644 index 000000000..c164253a4 Binary files /dev/null and b/elevation-images/Dell/dell-poweredge-r720.front.png differ diff --git a/elevation-images/Dell/dell-poweredge-r720.rear.png b/elevation-images/Dell/dell-poweredge-r720.rear.png new file mode 100644 index 000000000..416954737 Binary files /dev/null and b/elevation-images/Dell/dell-poweredge-r720.rear.png differ diff --git a/elevation-images/Dell/dell-poweredge-r760.front.png b/elevation-images/Dell/dell-poweredge-r760.front.png new file mode 100644 index 000000000..ad1e2074c Binary files /dev/null and b/elevation-images/Dell/dell-poweredge-r760.front.png differ diff --git a/elevation-images/Dell/dell-poweredge-r760.rear.png b/elevation-images/Dell/dell-poweredge-r760.rear.png new file mode 100644 index 000000000..6d4b722ac Binary files /dev/null and b/elevation-images/Dell/dell-poweredge-r760.rear.png differ diff --git a/elevation-images/Juniper/juniper-qfx5100-24q.front.jpg b/elevation-images/Juniper/juniper-qfx5100-24q.front.jpg new file mode 100644 index 000000000..f9d21c763 Binary files /dev/null and b/elevation-images/Juniper/juniper-qfx5100-24q.front.jpg differ diff --git a/elevation-images/Juniper/juniper-qfx5100-24q.rear.jpg b/elevation-images/Juniper/juniper-qfx5100-24q.rear.jpg new file mode 100644 index 000000000..48fb98444 Binary files /dev/null and b/elevation-images/Juniper/juniper-qfx5100-24q.rear.jpg differ diff --git a/elevation-images/Juniper/juniper-qfx5100-48s-6q.front.jpg b/elevation-images/Juniper/juniper-qfx5100-48s-6q.front.jpg new file mode 100644 index 000000000..bc26df39b Binary files /dev/null and b/elevation-images/Juniper/juniper-qfx5100-48s-6q.front.jpg differ diff --git a/elevation-images/Juniper/juniper-qfx5100-48s-6q.rear.jpg b/elevation-images/Juniper/juniper-qfx5100-48s-6q.rear.jpg new file mode 100644 index 000000000..473183c84 Binary files /dev/null and b/elevation-images/Juniper/juniper-qfx5100-48s-6q.rear.jpg differ diff --git a/elevation-images/Juniper/juniper-qfx5100-48t-6q.front.jpg b/elevation-images/Juniper/juniper-qfx5100-48t-6q.front.jpg new file mode 100644 index 000000000..2b81e9889 Binary files /dev/null and b/elevation-images/Juniper/juniper-qfx5100-48t-6q.front.jpg differ diff --git a/elevation-images/Juniper/juniper-qfx5100-48t-6q.rear.jpg b/elevation-images/Juniper/juniper-qfx5100-48t-6q.rear.jpg new file mode 100644 index 000000000..fbed73917 Binary files /dev/null and b/elevation-images/Juniper/juniper-qfx5100-48t-6q.rear.jpg differ diff --git a/elevation-images/Juniper/juniper-qfx5100-96s-8q.front.jpg b/elevation-images/Juniper/juniper-qfx5100-96s-8q.front.jpg new file mode 100644 index 000000000..724434627 Binary files /dev/null and b/elevation-images/Juniper/juniper-qfx5100-96s-8q.front.jpg differ