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
# Deploy Intel Technology Enabling Solutions with Red Hat OpenShift using “One-Click”
2
+
3
+
## Overview
4
+
Red Hat [Ansible](https://www.ansible.com/) and Operator technologies are used for “One-Click Deployment” of Intel technology enabling solutions with Red Hat OpenShift Container Platform (RHOCP). Ansible technology automates the operator installation and configuration steps using a playbook, making deployment as simple as a single click.
5
+
6
+
The referenced Ansible playbooks here can be used by the cluster administrators to customize their own playbooks.
7
+
8
+
>[!NOTE]
9
+
> It is recommended to start from [Get started](/README.md#getting-started) to get familiar with the installation and configuration of the general operator before composing the first playbook.
10
+
11
+
## Reference Playbook – Intel Data Center GPU Provisioning
12
+
13
+
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.
14
+
15
+
### Prerequisite
16
+
17
+
Before running the playbook, ensure the following prerequisites are met:
18
+
- Provisioned RHOCP Cluster
19
+
- 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.
20
+
21
+
### Run the Playbook
22
+
To run the ansible playbook, clone this repository to your RHEL system. Navigate to the directory containing the playbook.
0 commit comments