Private AI Foundation catalog item deployment request from Aria Automation 8.x fails with a file not found error
search cancel

Private AI Foundation catalog item deployment request from Aria Automation 8.x fails with a file not found error

book

Article ID: 387678

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

You are attempting to provision Private AI Foundation Nvidia-enabled workloads using catalog items that deploy Kubernetes services.

Environment

VMware Aria Automation 8.18.1

VMware Cloud Foundation 5.2.1

Cause

File path changes, from versioning over time, cause a mismatch in the path used by the blueprint generating a file not found error when attempting to deploy.

Resolution

This issue is resolved in VMware Cloud Foundation 9.0.

Workaround

Procedure: Modify the logic to include the correct path

  1. Login to Aria Automation
  2. Find and edit the offending blueprint previously requested.
  3. Change the following line:
    bash ./gpu-operator-installer*/gpu-operator-nvaie.sh install
    to
    bash ./gpu-operator-installer-5_v5.2/gpu-operator-nvaie-5.2.sh install
  4. Save the blueprint.
  5. Request a new deployment.