Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dell Unity XT 380 Storage Array #2622

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
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
36 changes: 36 additions & 0 deletions device-types/Dell/Unity-XT-380.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
manufacturer: Dell
model: Unity XT 380
slug: dell-unity-xt-380
part_number: 100-566-075-03
u_height: 2
is_full_depth: true
subdevice_role: parent
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To make sure we have the most complete information, can you add the following parameters, airflow weight and weight_unit

interfaces:
- name: SP-A ETH0
type: 1000base-t
mgmt_only: true
- name: SP-B ETH0
type: 1000base-t
mgmt_only: true
- name: SP-A I/O Module 1 Eth Port 0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By the looks these are storage controllers therefore, you need to added device-bays then create the controller as a separate device with the interfaces for that controller on.

type: 10gbase-x-sfpp
- name: SP-A I/O Module 1 Eth Port 1
type: 10gbase-x-sfpp
- name: SP-A I/O Module 1 Eth Port 2
type: 10gbase-x-sfpp
- name: SP-A I/O Module 1 Eth Port 3
type: 10gbase-x-sfpp
- name: SP-B I/O Module 1 Eth Port 0
type: 10gbase-x-sfpp
- name: SP-B I/O Module 1 Eth Port 1
type: 10gbase-x-sfpp
- name: SP-B I/O Module 1 Eth Port 2
type: 10gbase-x-sfpp
- name: SP-B I/O Module 1 Eth Port 3
type: 10gbase-x-sfpp
power-ports:
- name: PSU1
type: iec-60320-c14
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By the looks these are removable PSU therefore they should be modeled as module-bays

- name: PSU2
type: iec-60320-c14
Loading