From a61c1d6ee9a16235ddaccd06fd7c3132fa5b2d10 Mon Sep 17 00:00:00 2001 From: Shruthi-1MN Date: Wed, 3 Feb 2021 13:58:24 +0530 Subject: [PATCH] delfin driver matrix support template --- .../delfin/add-driver-support/_index.md | 76 +++++++++++++++++++ .../delfin/driver-matrix-support/_index.md | 16 ++++ .../dell-emc-unity/_index.md | 53 +++++++++++++ .../dell-emc-vmax/_index.md | 53 +++++++++++++ .../hitachi-vsp/_index.md | 53 +++++++++++++ .../hp-3par-storeserv/_index.md | 54 +++++++++++++ .../huawei-ocenstor/_index.md | 53 +++++++++++++ .../ibm-storwize/_index.md | 53 +++++++++++++ 8 files changed, 411 insertions(+) create mode 100644 content/guides/user-guides/delfin/add-driver-support/_index.md create mode 100644 content/guides/user-guides/delfin/driver-matrix-support/_index.md create mode 100644 content/guides/user-guides/delfin/driver-matrix-support/dell-emc-unity/_index.md create mode 100644 content/guides/user-guides/delfin/driver-matrix-support/dell-emc-vmax/_index.md create mode 100644 content/guides/user-guides/delfin/driver-matrix-support/hitachi-vsp/_index.md create mode 100644 content/guides/user-guides/delfin/driver-matrix-support/hp-3par-storeserv/_index.md create mode 100644 content/guides/user-guides/delfin/driver-matrix-support/huawei-ocenstor/_index.md create mode 100644 content/guides/user-guides/delfin/driver-matrix-support/ibm-storwize/_index.md diff --git a/content/guides/user-guides/delfin/add-driver-support/_index.md b/content/guides/user-guides/delfin/add-driver-support/_index.md new file mode 100644 index 00000000..629af9a1 --- /dev/null +++ b/content/guides/user-guides/delfin/add-driver-support/_index.md @@ -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) \ No newline at end of file diff --git a/content/guides/user-guides/delfin/driver-matrix-support/_index.md b/content/guides/user-guides/delfin/driver-matrix-support/_index.md new file mode 100644 index 00000000..1e739c4d --- /dev/null +++ b/content/guides/user-guides/delfin/driver-matrix-support/_index.md @@ -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/) + + diff --git a/content/guides/user-guides/delfin/driver-matrix-support/dell-emc-unity/_index.md b/content/guides/user-guides/delfin/driver-matrix-support/dell-emc-unity/_index.md new file mode 100644 index 00000000..526e03b8 --- /dev/null +++ b/content/guides/user-guides/delfin/driver-matrix-support/dell-emc-unity/_index.md @@ -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 | +|----------|--------|--------|------------------------| +| | | | | +| | | | | diff --git a/content/guides/user-guides/delfin/driver-matrix-support/dell-emc-vmax/_index.md b/content/guides/user-guides/delfin/driver-matrix-support/dell-emc-vmax/_index.md new file mode 100644 index 00000000..b15da821 --- /dev/null +++ b/content/guides/user-guides/delfin/driver-matrix-support/dell-emc-vmax/_index.md @@ -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 | +|---------|---------------------| +| | | +| | | + +### 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 | +|----------|--------|--------|------------------------| +| | | | | +| | | | | diff --git a/content/guides/user-guides/delfin/driver-matrix-support/hitachi-vsp/_index.md b/content/guides/user-guides/delfin/driver-matrix-support/hitachi-vsp/_index.md new file mode 100644 index 00000000..9338cc29 --- /dev/null +++ b/content/guides/user-guides/delfin/driver-matrix-support/hitachi-vsp/_index.md @@ -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 | +|----------|--------|--------|------------------------| +| | | | | +| | | | | diff --git a/content/guides/user-guides/delfin/driver-matrix-support/hp-3par-storeserv/_index.md b/content/guides/user-guides/delfin/driver-matrix-support/hp-3par-storeserv/_index.md new file mode 100644 index 00000000..d2582f99 --- /dev/null +++ b/content/guides/user-guides/delfin/driver-matrix-support/hp-3par-storeserv/_index.md @@ -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 | + |---------|---------------------| + | | | + | | | + + ### 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 | + |----------|--------|--------|------------------------| + | | | | | + | | | | | + \ No newline at end of file diff --git a/content/guides/user-guides/delfin/driver-matrix-support/huawei-ocenstor/_index.md b/content/guides/user-guides/delfin/driver-matrix-support/huawei-ocenstor/_index.md new file mode 100644 index 00000000..370599be --- /dev/null +++ b/content/guides/user-guides/delfin/driver-matrix-support/huawei-ocenstor/_index.md @@ -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 | +|---------|---------------------| +| | | +| | | + +### 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 | +|----------|--------|--------|------------------------| +| | | | | +| | | | | diff --git a/content/guides/user-guides/delfin/driver-matrix-support/ibm-storwize/_index.md b/content/guides/user-guides/delfin/driver-matrix-support/ibm-storwize/_index.md new file mode 100644 index 00000000..e94555a2 --- /dev/null +++ b/content/guides/user-guides/delfin/driver-matrix-support/ibm-storwize/_index.md @@ -0,0 +1,53 @@ +--- +title: IBM Storwize +menuTitle: IBM Storwize +description: "IBM Storwize 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 | +|----------|--------|--------|------------------------| +| | | | | +| | | | |