Custom cloud init for Intel OOT driver installation#288
Custom cloud init for Intel OOT driver installation#288
Conversation
Signed-off-by: Srinivasamurthy, Ramakrishna <ramakrishna.srinivasamurthy@intel.com>
|
|
||
| Here are the supported GPU drivers for Intel platforms: | ||
|
|
||
| #. Intel iGPU - ADL, RPL platforms. |
There was a problem hiding this comment.
these are code names we should change them like - Intel® Core™ Ultra Series 3 processors (formerly code-named Panther Lake)
|
|
||
| #. Intel iGPU - ADL, RPL platforms. | ||
|
|
||
| #. Intel Battle Mage 580 GPU - Xeon platforms (Dell XR12 Icelake). |
There was a problem hiding this comment.
these are code names we should change them like - Intel® Core™ Ultra Series 3 processors (formerly code-named Panther Lake)
There was a problem hiding this comment.
Battlemage is one word, the model is also Intel Arc B580.
|
|
||
| Here are the supported GPU drivers for Intel platforms: | ||
|
|
||
| #. Intel iGPU - ADL, RPL platforms. |
There was a problem hiding this comment.
why do we need OOT for iGPU ON Ubuntu 24.04 does it not work out of box ?
There was a problem hiding this comment.
Correct but Panther lake if iGPU gpu OOT drivers are not up streamed then we might need it. We don't need it for RPL
| merge_how: 'dict(recurse_array,no_replace)+list(append)' | ||
| runcmd: | ||
| - | | ||
| wget https://af01p-png.devtools.intel.com/artifactory/hspe-edge-png-local/ubuntu/daily/panther-lake/20251106-1458/installer.sh --no-check-certificate --no-proxy -O /tmp/installer.sh |
There was a problem hiding this comment.
This is inside Intel URL which customer can not access
There was a problem hiding this comment.
To add to what @krishnajs mentions, this is even more problematic as this script is written explicitly for internaly use and appears to statically define internal Intel proxies and discloses proxy names to external users if released as-is.
|
|
||
| Replace the placeholders in the command below: | ||
|
|
||
| - ``<API_USER>``: Your API username. |
There was a problem hiding this comment.
Should it not be export in the start?
There was a problem hiding this comment.
We should link to existing orch-cli user guides rather than duplicating documents for logging in, this section should only refer to the specific verbs/commands being documented here.
|
|
||
| Replace the placeholders below as per your orchestrator: | ||
|
|
||
| - ``<PROJECT_NAME>``: Project name. |
There was a problem hiding this comment.
Should it not be export in the start?
| Create a custom cloud-init YAML file called ``gpu_driver_installation.yaml`` with the content | ||
| below. | ||
|
|
||
| Replace ``<PLATFORM_TYPE>`` with the proper platform type: |
There was a problem hiding this comment.
The Platform Type should be defined somewhere as most users will not know our codename abbreviations, ideally this is documented within the script where this is released. User guide should suggest downloading the script to find correct parameters.
PR Description
User guide to install the Intel OOT GPU drivers using custom cloud-init.
Changes
List the changes you have made.
Additional Information
Include any additional information, such as how to test your changes.
Checklist