3c262b8574
These updates, on the master branch, are to support testing the caracal packages and support of the charms for caracal. They do NOT lock the charms down, and don't change the testing branches to stable branches. Change-Id: I9052c3435f1cdefab4074bad633ff02e4b25bff4
29 lines
725 B
YAML
29 lines
725 B
YAML
name: nova-compute-nvidia-vgpu
|
|
summary: Nvidia vGPU support for OpenStack Nova Compute
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
OpenStack Compute, codenamed Nova, is a cloud computing fabric controller.
|
|
.
|
|
This charm provides Nvidia vGPU support for Nova.
|
|
tags:
|
|
- openstack
|
|
series:
|
|
- jammy
|
|
subordinate: true
|
|
provides:
|
|
nova-vgpu:
|
|
interface: nova-vgpu
|
|
scope: container
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|
|
resources:
|
|
nvidia-vgpu-software:
|
|
type: file
|
|
filename: nvidia-vgpu.deb
|
|
description: |
|
|
Proprietary NVIDIA vGPU host software (to be installed on compute nodes).
|
|
.
|
|
See https://docs.nvidia.com/grid/
|