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

New CSM Operator interactive tutorial #1067

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
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
25 changes: 11 additions & 14 deletions content/docs/interactive-tutorials/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,15 @@ Welcome to Dell CSM's interactive tutorials section! Try the different modules w

Our interactive tutorials provide step-by-step guidance on how to use our CSM products in the context of PowerFlex Software-Defined-Storage.

<div style="position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%;">
/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
<iframe sandbox="allow-forms allow-modals allow-popups allow-same-origin allow-scripts" src="https://play.instruqt.com/embed/dell/tracks/csm-quickstart?token=em_hdpeUhrpwfrkPUoo" style="position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;"></iframe>
</div>
{{< cardpane >}}
{{< card header="[**CSM Quickstart**](csm-quickstart/)">}}
If you are new to Dell CSM, start here and use the different modules interactively.
{{< /card >}}
{{< /cardpane >}}

> NOTE: It takes about 15 minutes for the lab to be ready to use.

{{< cardpane >}}
{{< card header="[**CSM Operator**](csm-operator/)">}}
In this tutorial, you will learn how to install and use the CSM Operator.
{{< /card >}}
{{< /cardpane >}}
29 changes: 29 additions & 0 deletions content/docs/interactive-tutorials/csm-operator/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "How to install the Dell Container Storage Modules (CSM) Operator"
linkTitle: "CSM Operator"
no_list: true
description: Learn how to install Dell Container Storage Modules Operator and enable the Resiliency module.
weight: 2
---
This track demonstrates how to:
- Download and install the CSM Operator.
- Enable CSI for PowerFlex using the CSM Operator.
- Use of CSI for Dell PowerFlex.
- Enable the Resiliency module using the CSM Operator.
- Use Resiliency once it is enabled.

<div style="position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%;">
/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
<iframe sandbox="allow-forms allow-modals allow-popups allow-same-origin allow-scripts" src="https://play.instruqt.com/embed/dell/tracks/csm-operator-install?token=em_Ixs1AkmgJF6u8TMh" style="position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;"></iframe>
</div>

> NOTE: It takes about 15 minutes for the lab to be ready to use.
29 changes: 29 additions & 0 deletions content/docs/interactive-tutorials/csm-quickstart/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "Getting Started with Dell Container Storage Modules (CSM)"
linkTitle: "CSM Quickstart"
no_list: true
description: Learn the basics of Container Storage Modules from Dell Technologies
weight: 1
---
Learn the basics of Dell Container Storage Modules by using:
- CSI for PowerFlex
- CSM Authentication
- CSM Resiliency
- CSM Observability


<div style="position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%;">
/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
<iframe sandbox="allow-forms allow-modals allow-popups allow-same-origin allow-scripts" src="https://play.instruqt.com/embed/dell/tracks/csm-quickstart?token=em_hdpeUhrpwfrkPUoo" style="position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;"></iframe>
</div>

> NOTE: It takes about 15 minutes for the lab to be ready to use.
Loading