339ec759a8
* sync charm-helpers to classic charms * change openstack-origin/source default to antelope * align testing with antelope * add new antelope bundles * add antelope bundles to tests.yaml * add antelope tests to osci.yaml and .zuul.yaml * update build-on and run-on bases Change-Id: I733a6c785ef76b602a6d4950403abbd31da6a03b
31 lines
739 B
YAML
31 lines
739 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
|
|
- kinetic
|
|
- lunar
|
|
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/
|