Skip to content

Commit 3c0df62

Browse files
committed
gaudi: Updated README to transition from HabanaAI Operator to Intel Gaudi Base operator
Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@intel.com>
1 parent 07cb2ae commit 3c0df62

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

gaudi/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Setting up HabanaAI Operator
1+
# Setting up Intel Gaudi Base Operator
22

33
## Overview
4-
[Habana AI Operator](https://catalog.redhat.com/software/container-stacks/detail/64342b3bcbfbb9a6588ce8dd) is used to provision Intel Gaudi Accelerator with OpenShift. The steps and yaml files mentioned in this document to provision the Gaudi accelerator are based on [HabanaAI Operator for OpenShift](https://docs.habana.ai/en/latest/Orchestration/HabanaAI_Operator/index.html).
4+
[Intel Gaudi Base Operator](https://catalog.redhat.com/software/container-stacks/detail/6683b2cce45daa25e36bddcb) is used to provision Intel Gaudi Accelerator with OpenShift. The steps and yaml files mentioned in this document to provision the Gaudi accelerator are based on [Intel Gaudi Base Operator for OpenShift](https://docs.habana.ai/en/latest/Orchestration/Intel_Gaudi_Base_Operator/index.html).
55

66
If you are familiar with the steps here to manually provision the accelerator, the Red Hat certified Operator and Ansible based [One-Click](/one_click/README.md#reference-playbook-–-habana-gaudi-provisioning) solution can be used as a reference to provision the accelerator automatically.
77

@@ -19,7 +19,7 @@ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-fo
1919
```
2020

2121
## Label Gaudi Accelerator Nodes With NFD
22-
NFD operator can be used to configure NFD to automatically detect the Gaudi accelerators and label the nodes for the flowing provisioning steps.
22+
NFD operator can be used to configure NFD to automatically detect the Gaudi accelerators and label the nodes for the following provisioning steps.
2323
```
2424
oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/gaudi/gaudi_nfd_instance_openshift.yaml
2525
```
@@ -31,11 +31,11 @@ oc get no -o json | jq '.items[].metadata.labels' | grep pci-1da3
3131
```
3232
NFD detects underlying Gaudi Accelerator using its PCI device class and the vendor ID.
3333

34-
## Install HabanaAI Operator on Red Hat OpenShift
34+
## Install Intel Gaudi Base Operator on Red Hat OpenShift
3535
### Installation via web console
36-
Follow the steps below to install HabanaAI Operator using OpenShift web console:
36+
Follow the steps below to install Intel Gaudi Base Operator using OpenShift web console:
3737
1. In the OpenShift web console, navigate to **Operator** -> **OperatorHub**.
38-
2. Search for **HabanaAI Operator** in all items field -> Click **Install**.
38+
2. Search for **Intel Gaudi Base Operator** in all items field -> Click **Install**.
3939
### Verify Installation via web console
4040
1. Go to **Operator** -> **Installed Operators**.
4141
2. Verify that the status of the operator is **Succeeded**.
@@ -54,14 +54,14 @@ NAME READY STATUS RESTARTS AGE
5454
controller-manager-6c8459d9cb-fqs8h 2/2 Running 0 25m
5555
```
5656

57-
## Creating Habana AI Operator DeviceConfig Instance
57+
## Creating Intel Gaudi Base Operator DeviceConfig Instance
5858
To create a Habana Gaudi device plugin CR, follow the steps below.
5959

6060
### Create CR via web console
6161
1. Go to **Operator** -> **Installed Operators**.
62-
2. Open **HabanaAI Operator**.
62+
2. Open **Intel Gaudi Base Operator**.
6363
3. Navigate to tab **Device Config**.
64-
4. Click **Create DeviceConfig** -> set correct parameters -> Click **Create**. To set correct parameters please refer [Using RedHat OpenShift Console](https://docs.habana.ai/en/latest/Orchestration/HabanaAI_Operator/Deploying_HabanaAI_Operator.html#id2).
64+
4. Click **Create DeviceConfig** -> set correct parameters -> Click **Create**. To set correct parameters please refer [Using RedHat OpenShift Console](https://docs.habana.ai/en/latest/Orchestration/Intel_Gaudi_Base_Operator/Deploying_Intel_Gaudi_Base_Operator.html#id2).
6565

6666
### Verify via web console
6767
1. Verify CR by checking the status of **Workloads** -> **DaemonSet** -> **habana-ai-module-device-plugin-xxxxx**.

0 commit comments

Comments
 (0)