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

Update Deployment page #306

Merged
merged 3 commits into from
Aug 25, 2022
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
61 changes: 56 additions & 5 deletions content/docs/deployment/_index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,64 @@
---
title: "Deployment"
linkTitle: "Deployment"
no_list: true
description: Deployment of CSM for Replication
weight: 1
---
The Container Storage Modules along with the required CSI Drivers can each be deployed using CSM operator.

>Note: Currently CSM operator is in tech preview and is not supported in production environments.

{{< cardpane >}}
{{< card header="[**CSM Operator**](csmoperator/)"
Copy link
Contributor

@rensyct rensyct Aug 23, 2022

Choose a reason for hiding this comment

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

@shanmydell, Please help modify CSM Operator to Container Storage Modules Operator in the card header. I was about to make this change and then saw this PR where the deployment page itself is revamped.
Thanks in advance
FYI @AronAtDell

footer="Supports driver [PowerScale](csmoperator/drivers/powerscale/), module [Authorization](csmoperator/modules/authorization/)">}}
Dell CSM Operator is a Kubernetes Operator, which can be used to install and manage the CSI Drivers and CSM Modules provided by Dell for various storage platforms. This operator is available as a community operator for upstream Kubernetes and can be deployed using OperatorHub.io. The operator can be installed using OLM (Operator Lifecycle Manager) or manually.
[...More on installation instructions](csmoperator/)
{{< /card >}}
{{< /cardpane >}}
The Container Storage Modules and the required CSI Drivers can each be deployed following the links below:
- [Dell CSI Drivers Installation](../csidriver/installation)
- [Dell Container Storage Module for Observability](../observability/deployment)
- [Dell Container Storage Module for Authorization](../authorization/deployment)
- [Dell Container Storage Module for Resiliency](../resiliency/deployment)
- [Dell Container Storage Module for Replication](../replication/deployment)


{{< cardpane >}}
{{< card header="[Dell CSI Drivers Installation via Helm](../csidriver/installation/helm)"
footer="Installs [PowerStore](../csidriver/installation/helm/powerstore/) [PowerMax](../csidriver/installation/helm/powermax/) [PowerScale](../csidriver/installation/helm/isilon/) [PowerFlex](../csidriver/installation/helm/powerflex/) [Unity](../csidriver/installation/helm/unity/)">}}
Dell CSI Helm installer installs the CSI Driver components using the provided Helm charts.
[...More on installation instructions](../csidriver/installation/helm)
{{< /card >}}
{{< card header="[Dell CSI Drivers Installation via offline installer](../csidriver/installation/offline)"
footer="[Offline installation for all drivers](../csidriver/installation/offline)">}}
Both Helm and Dell CSI opetor supports offline installation of the Dell CSI Storage Providers via `csi-offline-bundle.sh` script by creating a usable package.
[...More on installation instructions](../csidriver/installation/offline)
{{< /card >}}
{{< /cardpane >}}
{{< cardpane >}}
{{< card header="[Dell CSI Drivers Installation via operator](../csidriver/installation/operator)"
footer="Installs [PowerStore](../csidriver/installation/operator/powerstore/) [PowerMax](../csidriver/installation/operator/powermax/) [PowerScale](../csidriver/installation/operator/isilon/) [PowerFlex](../csidriver/installation/operator/powerflex/) [Unity](../csidriver/installation/operator/unity/)">}}
Dell CSI Operator is a Kubernetes Operator, which can be used to install and manage the CSI Drivers provided by Dell for various storage platforms. This operator is available as a community operator for upstream Kubernetes and can be deployed using OperatorHub.io. It is also available as a certified operator for OpenShift clusters and can be deployed using the OpenShift Container Platform. Both these methods of installation use OLM (Operator Lifecycle Manager). The operator can also be deployed manually.
[...More on installation instructions](../csidriver/installation/operator)
{{< /card >}}
{{< /cardpane >}}
{{< cardpane >}}
{{< card header="[Dell Container Storage Module for Observability](../observability/deployment)"
footer="Installs Observability Module">}}
CSM for Observability can be deployed either via Helm or CSM for Observability Installer or CSM for Observability Offline Installer
[...More on installation instructions](../observability/deployment)
{{< /card >}}
{{< card header="[Dell Container Storage Module for Authorization](../authorization/deployment)"
footer="Installs Authorization Module">}}
CSM Authorization can be installed by using the provided Helm v3 charts on Kubernetes platforms.
[...More on installation instructions](../authorization/deployment)
{{< /card >}}
{{< /cardpane >}}
{{< cardpane >}}
{{< card header="[Dell Container Storage Module for Resiliency](../resiliency/deployment)"
footer="Installs Resiliency Module">}}
CSI drivers that support Helm chart installation allow CSM for Resiliency to be _optionally_ installed by variables in the chart. It can be updated via _podmon_ block specified in the _values.yaml_
[...More on installation instructions](../resiliency/deployment)
{{< /card >}}
{{< card header="[Dell Container Storage Module for Replication](../replication/deployment)"
footer="Installs Replication Module">}}
Replication module can be installed by installing repctl,Container Storage Modules (CSM) for Replication Controller,CSI driver after enabling replication.
[...More on installation instructions](../replication/deployment)
{{< /card >}}
{{< /cardpane >}}
193 changes: 0 additions & 193 deletions content/docs/deployment/csminstaller/_index.md

This file was deleted.

8 changes: 0 additions & 8 deletions content/docs/deployment/csminstaller/csmapi.md

This file was deleted.

Loading