Skip to content

Commit

Permalink
#913 Change Fusion SDS to Fusion Storage
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Ketelaars <[email protected]>
  • Loading branch information
fketelaars committed Mar 8, 2025
1 parent f0e2295 commit 5a97a80
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<mxfile host="Electron" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/26.0.16 Chrome/132.0.6834.196 Electron/34.2.0 Safari/537.36" version="26.0.16">
<diagram id="2mgyJ-_zdfh3gZ3U018M" name="Page-1">
<mxGraphModel dx="2069" dy="878" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<mxGraphModel dx="2901" dy="1214" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
Expand Down Expand Up @@ -53,7 +53,7 @@
<mxCell id="PIvEL9YP9_9EcO1mkzoZ-76" value="vSphere" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;fontColor=#FFFFFF;fillColor=#009900;align=center;verticalAlign=middle;" parent="PIvEL9YP9_9EcO1mkzoZ-9" vertex="1">
<mxGeometry x="280" y="1060" width="120" height="80" as="geometry" />
</mxCell>
<mxCell id="o6HUCbBxJBhQgPIIes5_-6" value="IBM Fusion HCI&lt;div&gt;IBM Fusion SDS&lt;/div&gt;" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;fontColor=#FFFFFF;fillColor=#009900;align=center;verticalAlign=middle;" parent="PIvEL9YP9_9EcO1mkzoZ-9" vertex="1">
<mxCell id="o6HUCbBxJBhQgPIIes5_-6" value="IBM Fusion HCI&lt;div&gt;&lt;br&gt;&lt;div&gt;IBM Fusion Storage&lt;/div&gt;&lt;/div&gt;" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;fontColor=#FFFFFF;fillColor=#009900;align=center;verticalAlign=middle;" parent="PIvEL9YP9_9EcO1mkzoZ-9" vertex="1">
<mxGeometry x="543" y="1060" width="120" height="80" as="geometry" />
</mxCell>
<mxCell id="o6HUCbBxJBhQgPIIes5_-7" value="Azure" style="rounded=1;whiteSpace=wrap;html=1;fontSize=16;fontColor=#FFFFFF;fillColor=#009900;align=center;verticalAlign=middle;" parent="PIvEL9YP9_9EcO1mkzoZ-9" vertex="1">
Expand Down
Binary file modified docs/src/01-introduction/images/cp-deploy-current-state.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions docs/src/10-use-deployer/3-run/ibm-fusion.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Running the Cloud Pak Deployer on Fusion SDS and Fusion HCI
# Running the Cloud Pak Deployer on Fusion Storage and Fusion HCI

This guide provides detailed instructions on using Cloud Pak Deployer on Fusion Software Defined Storage (SDS) and Fusion Hyper-Converged Infrastructure (HCI).
This guide provides detailed instructions on using Cloud Pak Deployer on Fusion Storage and Fusion Hyper-Converged Infrastructure (HCI).

Fusion SDS (Software Defined Storage) is an IBM software offering that provides different storage options for file, block and object storage. The two storage options are:
Fusion Storage (Software Defined Storage) is an IBM software offering that provides different storage options for file, block and object storage. The two storage options are:

* Fusion Data Foundation - this integrates Ceph for block and file storage with rook-ceph for object storage and NooBaa as a gateway to external object storage providers.
* IBM Storage Scale - this is the high-performance clustered file system, formerly known as Spectrum Scale and GPFS.
Expand All @@ -14,11 +14,11 @@ The stack is very simple :
- RedHat CoreOS
- OpenShift

![Fusion SDS Architecture](images/fusion-sds.png)
![Fusion Storage Architecture](images/fusion-sds.png)

!!! info

This guide detail the process of installing Cloud Pak for Data on a Fusion HCI using Storage Scale as the underlying storage solution. Fusion SDS also offers the option to deploy FDF. IBM Storage Scale uses ibm-storage-fusion-cp-sc storage class and is created by default on this environment.
This guide detail the process of installing Cloud Pak for Data on a Fusion HCI using Storage Scale as the underlying storage solution. Fusion Storage also offers the option to deploy FDF. IBM Storage Scale uses ibm-storage-fusion-cp-sc storage class and is created by default on this environment.


There are 5 main steps to run the deployer for Fusion HCI
Expand Down Expand Up @@ -64,11 +64,11 @@ For special configuration with defaults and dynamic variables, refer to [Advance

## 2. Prepare the infrastructure

Fusion HCI/SDS is expected to be configured already with the required storage classes, the user should not require to run any steps in this bullet.
Fusion HCI/Storage is expected to be configured already with the required storage classes, the user should not require to run any steps in this bullet.

For more information:
Fusion HCI: https://www.ibm.com/docs/en/fusion-hci-systems
Fusion SDS: https://www.ibm.com/docs/en/fusion-software
Fusion Storage: https://www.ibm.com/docs/en/fusion-software

## 3. Acquire entitlement keys and secrets

Expand All @@ -95,7 +95,7 @@ export CP_ENTITLEMENT_KEY=your_cp_entitlement_key

### Store the OpenShift login command or configuration

Because you will be deploying the Cloud Pak on the Fusion HCI/SDS cluster, the deployer needs to be able to access OpenShift. There are thre methods for passing the login credentials of your OpenShift cluster(s) to the deployer process:
Because you will be deploying the Cloud Pak on the Fusion HCI/Storage cluster, the deployer needs to be able to access OpenShift. There are thre methods for passing the login credentials of your OpenShift cluster(s) to the deployer process:

1. [Generic `oc login` command (preferred)](#option-1---generic-oc-login-command)
2. [Specific `oc login` command(s)](#option-2---specific-oc-login-commands)
Expand Down

0 comments on commit 5a97a80

Please sign in to comment.