Skip to content

Commit

Permalink
Adds quickstart for ocs install tour
Browse files Browse the repository at this point in the history
Signed-off-by: Vineet Badrinath <vbadrina@redhat.com>
  • Loading branch information
vbnrh committed Dec 3, 2020
1 parent 90c4800 commit 2d3782e
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions quickstarts/ocs-install-tour-quickstart.yaml
@@ -0,0 +1,62 @@
---
apiVersion: console.openshift.io/v1
kind: ConsoleQuickStart
metadata:
name: ocs-install-tour
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
spec:
version: 4.7
displayName: Installing OpenShift Container Storage
durationMinutes: 5
icon: data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHdpZHRoPSIxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTY2LjcgNTUuOGM2LjYgMCAxNi4xLTEuNCAxNi4xLTkuMiAwLS42IDAtMS4yLS4yLTEuOGwtMy45LTE3Yy0uOS0zLjctMS43LTUuNC04LjMtOC43LTUuMS0yLjYtMTYuMi02LjktMTkuNS02LjktMy4xIDAtNCA0LTcuNiA0LTMuNSAwLTYuMS0yLjktOS40LTIuOS0zLjIgMC01LjIgMi4xLTYuOCA2LjYgMCAwLTQuNCAxMi41LTUgMTQuMy0uMS4zLS4xLjctLjEgMSAuMSA0LjcgMTkuMiAyMC42IDQ0LjcgMjAuNm0xNy4xLTZjLjkgNC4zLjkgNC44LjkgNS4zIDAgNy40LTguMyAxMS40LTE5LjEgMTEuNC0yNC42IDAtNDYuMS0xNC40LTQ2LjEtMjMuOSAwLTEuMy4zLTIuNi44LTMuOS04LjkuNS0yMC4zIDIuMS0yMC4zIDEyLjIgMCAxNi41IDM5LjIgMzYuOSA3MC4yIDM2LjkgMjMuOCAwIDI5LjgtMTAuNyAyOS44LTE5LjIgMC02LjctNS44LTE0LjMtMTYuMi0xOC44IiBmaWxsPSIjZWQxYzI0Ii8+PHBhdGggZD0ibTgzLjggNDkuOGMuOSA0LjMuOSA0LjguOSA1LjMgMCA3LjQtOC4zIDExLjQtMTkuMSAxMS40LTI0LjYgMC00Ni4xLTE0LjQtNDYuMS0yMy45IDAtMS4zLjMtMi42LjgtMy45bDEuOS00LjhjLS4xLjMtLjEuNy0uMSAxIDAgNC44IDE5LjEgMjAuNyA0NC43IDIwLjcgNi42IDAgMTYuMS0xLjQgMTYuMS05LjIgMC0uNiAwLTEuMi0uMi0xLjh6IiBmaWxsPSIjMDEwMTAxIi8+PC9zdmc+
description: Install the OCS operator and create a storage cluster to have the OCS service up and running.
introduction: Red Hat OpenShift Container Storage is persistent software-defined storage integrated with and optimized for Red Hat OpenShift Container Platform. Dynamic, stateful, and highly available container-native storage can be provisioned and de-provisioned on demand as an integral part of the OpenShift administrator console.
tasks:
- title: Installing the OpenShift Container Storage
description: |-
The OperatorHub is where you can find a catalog of available Operators to install on your cluster.
Follow these steps to Install OpenShift Container Storage
**To expand the OCS storage cluster follow these steps:**
1. Visit the OperatorHub and search for the OpenShift container storage operator.
2. Click on the operator option to initiate the operator installation on your cluster.
3. Click install when you're finished with Operator Subscription form.
4. When installation is finished click **Create Storage Cluster**.
review:
instructions: |-
#### Verify that the OpenShift Container Storage operator is installed.
Does the status of the installed operator show as Succeeded?
failedTaskHelp: This task isn’t verified yet. Try the task again.
summary:
success: You have installed the OpenShift Container Storage operator!
failed: Try the steps again.
- title: Create a storage cluster
description: |-
A storage cluster includes a Ceph cluster, Multi cloud gateway and all the storage and commute resources required.
Follow these steps to create a storage cluster
1. Select the cluster mode
- **Internal** (For cloud deployments)
- **Internal-Attached device** (For bare metal or attached devices deployments)
- **External** (For external RHCS Cluster)
2. Follow the instructions on the page to create the storage cluster.
3. Once the storage cluster is created you can start using the OpenShift container storage resources (storage classes and the bucket classes) to allow OCS to manage your storage.
review:
instructions: |-
#### Verify that the Storage Cluster is created.
Check and see if the status of the storage cluster is in a ready state?
failedTaskHelp: This task isn’t verified yet. Try the task again.
summary:
success: You have installed the OpenShift Container Storage operator!
failed: Try the steps again.
conclusion: Congrats, the OpenShift Container Storage operator is ready to use. To learn how you can manage your storage space effectively, take the Getting Started with OpenShift Container Storage quick start.
nextQuickStart:
- "getting-started-ocs"

0 comments on commit 2d3782e

Please sign in to comment.