Skip to content

Commit c6b765e

Browse files
authored
Merge pull request #300 from chaitanya1731/playbook
one_click: Updated Gaudi provisioning details
2 parents 4062f27 + e69dea7 commit c6b765e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

one_click/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Execute below single command to provision Intel Data Center GPU:
2727
$ ansible-playbook gpu_provisioning_playbook.yaml
2828
```
2929

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.
30+
## Reference Playbook – Intel Gaudi Provisioning
31+
This playbook demonstrates the one-click provisioning of Intel Gaudi AI 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 Intel Gaudi Base 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.
3232

3333
### Prerequisite
3434
Before running the playbook, ensure the following prerequisites are met:
@@ -42,7 +42,7 @@ To run the ansible playbook, clone this repository to your RHEL system. Navigate
4242
$ git clone https://github.com/intel/intel-technology-enabling-for-openshift.git
4343
$ cd intel-technology-enabling-for-openshift/one_click
4444
```
45-
Execute below single command to provision Habana Gaudi Accelerator:
45+
Execute below single command to provision Intel Gaudi Accelerator:
4646
```
4747
$ ansible-playbook gaudi_provisioning_playbook.yaml
4848
```

one_click/gaudi_provisioning_playbook.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,16 @@
112112
type: Available
113113
status: 'True'
114114
reason: MinimumReplicasAvailable
115-
- name: Install HabanaAI Operator
115+
- name: Install Intel Gaudi Base Operator
116116
tags:
117-
- habana-ai
117+
- intel-gaudi
118118
block:
119-
- name: Install HabanaAI Operator
119+
- name: Install Intel Gaudi Base Operator
120120
k8s:
121121
state: present
122122
src: "../gaudi/gaudi_install_operator.yaml"
123123
wait: yes
124-
- name: Wait until the Habana controller-manager Deployment is available
124+
- name: Wait until the Intel Gaudi controller-manager Deployment is available
125125
k8s_info:
126126
kind: Deployment
127127
wait: yes
@@ -133,19 +133,19 @@
133133
reason: MinimumReplicasAvailable
134134
- name: NFD - Install NFD CRs
135135
block:
136-
- name: NFD - Create NFD discovery instance for Habana Gaudi
136+
- name: NFD - Create NFD discovery instance for Intel Gaudi
137137
k8s:
138138
state: present
139139
src: "../gaudi/gaudi_nfd_instance_openshift.yaml"
140140
wait: yes
141-
- name: Install Habana Gaudi DeviceConfig CR
141+
- name: Install Intel Gaudi DeviceConfig CR
142142
block:
143-
- name: Create Habana Gaudi DeviceConfig
143+
- name: Create Intel Gaudi DeviceConfig
144144
k8s:
145145
state: present
146146
src: "../gaudi/gaudi_device_config.yaml"
147147
wait: yes
148-
- name: Verify Habana Gaudi Resources
148+
- name: Verify Intel Gaudi Resources
149149
tags:
150150
- gaudi_resource_test
151151
block:
@@ -154,8 +154,8 @@
154154
api: v1
155155
kind: Node
156156
label_selectors:
157-
- "kmm.node.kubernetes.io/habana-ai-operator.habana-ai-module.device-plugin-ready="
158-
- "kmm.node.kubernetes.io/habana-ai-operator.habana-ai-module.ready="
157+
- "kmm.node.kubernetes.io/habana-ai-operator.intel-gaudi-module.device-plugin-ready="
158+
- "kmm.node.kubernetes.io/habana-ai-operator.intel-gaudi-module.ready="
159159
wait: yes
160160
wait_timeout: 120
161161
register: cluster_nodes_info

0 commit comments

Comments
 (0)