You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gaudi/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## Overview
4
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).
5
5
6
-
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) solution can be used as a reference to provision the accelerator automatically.
6
+
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.
7
7
8
8
## Prerequisities
9
9
- To Provision RHOCP cluster, follow steps [here](/README.md#provisioning-rhocp-cluster).
Copy file name to clipboardExpand all lines: one_click/README.md
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ The referenced Ansible playbooks here can be used by the cluster administrators
12
12
This playbook demonstrates the one-click provisioning of Intel Data Center GPU on an RHOCP cluster. The steps involved are installation and configuration of general Operators including Node Feature Discovery (NFD) operator, Kernel Module Management (KMM) operator, and the Intel Device Plugins Operator.
13
13
14
14
### Prerequisite
15
-
16
15
Before running the playbook, ensure the following prerequisites are met:
17
16
- Provisioned RHOCP Cluster
18
17
- Red Hat Enterprise Linux (RHEL) system with [Ansible](https://docs.ansible.com/ansible/2.9/installation_guide/intro_installation.html#installing-ansible-on-rhel-centos-or-fedora) installed and configured with a `kubeconfig` to connect to your RHOCP cluster.
@@ -23,8 +22,27 @@ To run the ansible playbook, clone this repository to your RHEL system. Navigate
$ cd intel-technology-enabling-for-openshift/one_click
25
24
```
26
-
27
25
Execute below single command to provision Intel Data Center GPU:
28
26
```
29
27
$ ansible-playbook gpu_provisioning_playbook.yaml
28
+
```
29
+
30
+
## Reference Playbook – Habana Gaudi Provisioning
31
+
This playbook demonstrates the one-click provisioning of Habana Gaudi Accelerator on an RHOCP cluster. The steps involved are installation and configuration of general Operators including Node Feature Discovery (NFD) operator, Kernel Module Management (KMM) operator, and the HabanaAI Operator. The playbook also creates the Gaudi `DeviceConfig` CR which deploys the Gaudi Out-of-Tree drivers, Gaudi device plugins, Habana container runtime and Habana node metrics.
32
+
33
+
### Prerequisite
34
+
Before running the playbook, ensure the following prerequisites are met:
35
+
- Provisioned RHOCP Cluster
36
+
- Red Hat Enterprise Linux (RHEL) system with [Ansible](https://docs.ansible.com/ansible/2.9/installation_guide/intro_installation.html#installing-ansible-on-rhel-centos-or-fedora) installed and configured with a `kubeconfig` to connect to your RHOCP cluster.
37
+
- Set Firmware search path using MCO, follow [Update Kernel Firmware Search Path with MCO](/gaudi/README.md#update-kernel-firmware-search-path-with-mco).
38
+
39
+
### Run the Playbook
40
+
To run the ansible playbook, clone this repository to your RHEL system. Navigate to the directory containing the playbook.
0 commit comments