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

Delfin driver matrix support template #140

Merged
merged 21 commits into from
Mar 10, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a61c1d6
delfin driver matrix support template
Shruthi-1MN Feb 3, 2021
792897c
changed the folder structure and filled vmax properties in the table
Shruthi-1MN Feb 16, 2021
dd362dc
Filled oceanstor driver data and added sample driver template
Shruthi-1MN Feb 22, 2021
bde9565
attached sample driver details and corrected additional information
Shruthi-1MN Feb 24, 2021
f697065
missed to push changes of add-driver-matrix/_index.md file
Shruthi-1MN Feb 24, 2021
698be32
removed extra information
Shruthi-1MN Feb 24, 2021
8651b86
corrected deploy preview of add driver matrix index file
Shruthi-1MN Feb 25, 2021
b0fdbca
corrected deploy preview of delfin index file
Shruthi-1MN Feb 25, 2021
609dc50
corrected deploy preview of delfin index file
Shruthi-1MN Feb 25, 2021
2d83a5c
corrected deploy preview of delfin index file
Shruthi-1MN Feb 25, 2021
1de0711
updated the list syntax
Shruthi-1MN Feb 25, 2021
74bb105
modified the indentation
Shruthi-1MN Feb 25, 2021
8868ca6
modified the indentation
Shruthi-1MN Feb 25, 2021
f5dfc87
added clear description for attributes
Shruthi-1MN Feb 26, 2021
2a95ac0
table rowspan missing updated
Shruthi-1MN Feb 26, 2021
0466761
Removed extra blank rows from tables
Shruthi-1MN Feb 26, 2021
ca1cc2a
Added some more matrics for performance metrix table
Shruthi-1MN Feb 26, 2021
9a82014
deleted empty support matrix data driver templates
Shruthi-1MN Feb 26, 2021
73747f7
remove extra attributes and updated the additional information fields
Shruthi-1MN Feb 26, 2021
6680f3d
corrected syntax, content
Shruthi-1MN Feb 26, 2021
ad8e6bd
Deleted empty tables
Shruthi-1MN Feb 28, 2021
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
76 changes: 76 additions & 0 deletions content/guides/user-guides/delfin/add-driver-support/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
title: Add new driver support matrix
description: "User guide to add new delfin driver support matrix"
weight: 40
disableToc: false
tags: ["user guide", "delfin", "drivers"]
---
Find below steps to add new delfin driver support matrix
1. Clone the documentation repository (https://github.com/sodafoundation/documentation.git)
2. Navigate to folder structure content/guides/user-guides/delfin/driver-matrix-support
3. Create a new folder and follow the naming `vendor-model`. For example `dell-emc-vmax`
4. Create a new file `_index.md`
5. Add the frontmatter as follows. Change the content as required.
```
---
title: Dell EMC VMAX
menuTitle: Dell EMC VMAX
description: "Dell EMC VMAX Support Matrix"
weight: 20
disableToc: false
tags: ["user guide", "delfin", "drivers", "dell emc"]
---
```
{{% notice note %}}
Please ensure you copy the entire frontmatter including both the `---`
{{% /notice %}}

6. Use the following support matrix table template and populate it with appropriate data
```
### Model and versions supported

|Models | Firmware Versions |
|---------|---------------------|
| | |
| | |

### Access information to register storage

|Access Type | Attributes | Description |
|--------------|--------------|-------------|
| | | |
| | | |

### Supported alert source registration information

| Alert Source | Supported Protocols | Additional information|
|--------------|---------------------|-----------------------|
| | | |

### Performance registration information

| Resource | Default Interval | Historic collection available | Additional information |
|----------|------------------|-------------------------------|------------------------|
| | | | |

### Resource data matrix

| Resource | Attribute | Status | Additional information |
|----------|-----------|--------|------------------------|
| | | | |

### Alert data matrix

| Attribute | Status | Additional information |
|-----------|--------|------------------------|
| | | |

### Performance metric data

| Resource | Metric | Status | Additional information |
|----------|--------|--------|------------------------|
| | | | |
| | | | |

```
7. Raise a PR to the documentation repository(https://github.com/sodafoundation/documentation.git)
16 changes: 16 additions & 0 deletions content/guides/user-guides/delfin/driver-matrix-support/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Delfin Driver Support Matrix
menuTitle: Driver Support Matrix
description: "Delfin Driver Support Matrix"
weight: 40
disableToc: false
tags: ["user guide", "delfin", "drivers"]
---

The following drivers are supported by delfin.

{{%children style="h3" description="true" %}}

If you want to add new delfin driver support matrix, find the link [here](/guides/user-guides/delfin/add-driver-support/)


Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: Dell EMC Unity
menuTitle: Dell EMC Unity
description: "Dell EMC Unity Support Matrix"
weight: 20
disableToc: false
tags: ["user guide", "delfin", "drivers"]
---

### Model and versions supported

|Models | Firmware Versions |
|---------|---------------------|
| | |
| | |

### Access information to register storage

|Access Type | Attributes | Description |
|--------------|--------------|-------------|
| | | |
| | | |

### Supported alert source registration information

| Alert Source | Supported Protocols | Additional information|
|--------------|---------------------|-----------------------|
| | | |

### Performance registration information

| Resource | Default Interval | Historic collection available | Additional information |
|----------|------------------|-------------------------------|------------------------|
| | | | |

### Resource data matrix

| Resource | Attribute | Status | Additional information |
|----------|-----------|--------|------------------------|
| | | | |

### Alert data matrix

| Attribute | Status | Additional information |
|-----------|--------|------------------------|
| | | |

### Performance metric data

| Resource | Metric | Status | Additional information |
|----------|--------|--------|------------------------|
| | | | |
| | | | |
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: Dell EMC VMAX
menuTitle: Dell EMC VMAX
description: "Dell EMC VMAX Support Matrix"
weight: 20
disableToc: false
tags: ["user guide", "delfin", "drivers"]
---

### Model and versions supported

|Models | Firmware Versions |
Copy link
Member

Choose a reason for hiding this comment

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

Please populate the content for the Dell EMC Vmax driver support.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

NA, it is just a template

Copy link
Member

Choose a reason for hiding this comment

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

This is not the template. this document will hold the values for Dell EMC VMAX driver.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

As per our discussion #144 has created to fill all the data

|---------|---------------------|
| | |
| | |

### Access information to register storage

|Access Type | Attributes | Description |
Shruthi-1MN marked this conversation as resolved.
Show resolved Hide resolved
|--------------|--------------|-------------|
| | | |
| | | |

### Supported alert source registration information

| Alert Source | Supported Protocols | Additional information|
|--------------|---------------------|-----------------------|
| | | |

### Performance registration information

| Resource | Default Interval | Historic collection available | Additional information |
|----------|------------------|-------------------------------|------------------------|
| | | | |

### Resource data matrix

| Resource | Attribute | Status | Additional information |
|----------|-----------|--------|------------------------|
| | | | |

### Alert data matrix

| Attribute | Status | Additional information |
|-----------|--------|------------------------|
| | | |

### Performance metric data

| Resource | Metric | Status | Additional information |
|----------|--------|--------|------------------------|
| | | | |
| | | | |
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: Hitachi VSP
menuTitle: Hitachi VSP
description: "Hitachi VSP Support Matrix"
weight: 20
disableToc: false
tags: ["user guide", "delfin", "drivers"]
---

### Model and versions supported

|Models | Firmware Versions |
|---------|---------------------|
| | |
| | |

### Access information to register storage

|Access Type | Attributes | Description |
|--------------|--------------|-------------|
| | | |
| | | |

### Supported alert source registration information

| Alert Source | Supported Protocols | Additional information|
|--------------|---------------------|-----------------------|
| | | |

### Performance registration information

| Resource | Default Interval | Historic collection available | Additional information |
|----------|------------------|-------------------------------|------------------------|
| | | | |

### Resource data matrix

| Resource | Attribute | Status | Additional information |
|----------|-----------|--------|------------------------|
| | | | |

### Alert data matrix

| Attribute | Status | Additional information |
|-----------|--------|------------------------|
| | | |

### Performance metric data

| Resource | Metric | Status | Additional information |
|----------|--------|--------|------------------------|
| | | | |
| | | | |
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: HP 3PAR StoreServ
menuTitle: HP 3PAR StoreServ
description: "HP 3PAR StoreServ Support Matrix"
weight: 20
disableToc: false
tags: ["user guide", "delfin", "drivers"]
---

### Model and versions supported

|Models | Firmware Versions |
anvithks marked this conversation as resolved.
Show resolved Hide resolved
|---------|---------------------|
| | |
| | |

### Access information to register storage

|Access Type | Attributes | Description |
|--------------|--------------|-------------|
| | | |
| | | |

### Supported alert source registration information

| Alert Source | Supported Protocols | Additional information|
|--------------|---------------------|-----------------------|
| | | |

### Performance registration information

| Resource | Default Interval | Historic collection available | Additional information |
|----------|------------------|-------------------------------|------------------------|
| | | | |

### Resource data matrix

| Resource | Attribute | Status | Additional information |
|----------|-----------|--------|------------------------|
| | | | |

### Alert data matrix

| Attribute | Status | Additional information |
|-----------|--------|------------------------|
| | | |

### Performance metric data

| Resource | Metric | Status | Additional information |
|----------|--------|--------|------------------------|
| | | | |
| | | | |

Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: Huawei OceanStor
menuTitle: Huawei OceanStor
description: "Huawei OceanStor Support Matrix"
weight: 20
disableToc: false
tags: ["user guide", "delfin", "drivers", "huawei"]
---

### Model and versions supported

|Models | Firmware Versions |
Copy link
Member

Choose a reason for hiding this comment

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

Please populate the content for the Huawei OceanStor driver support.

Copy link
Member

Choose a reason for hiding this comment

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

This file should contain the values for Huawei Oceanstor driver.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

#144 has been created to add data

|---------|---------------------|
| | |
| | |

### Access information to register storage

|Access Type | Attributes | Description |
|--------------|--------------|-------------|
| | | |
| | | |

### Supported alert source registration information

| Alert Source | Supported Protocols | Additional information|
|--------------|---------------------|-----------------------|
| | | |

### Performance registration information

| Resource | Default Interval | Historic collection available | Additional information |
|----------|------------------|-------------------------------|------------------------|
| | | | |

### Resource data matrix

| Resource | Attribute | Status | Additional information |
|----------|-----------|--------|------------------------|
| | | | |

### Alert data matrix

| Attribute | Status | Additional information |
|-----------|--------|------------------------|
| | | |

### Performance metric data

| Resource | Metric | Status | Additional information |
|----------|--------|--------|------------------------|
| | | | |
| | | | |
Loading