charm-nova-compute/metadata.yaml
Jadon Naas 12de211bd1 Add docs key and point at Discourse
Add the 'docs' key and point it at a Discourse topic
previously populated with the charm's README contents.

When the new charm revision is released to the Charmhub,
this Discourse-based content will be displayed there. In
the absense of the this new key, the Charmhub's default
behaviour is to display the value of the charm's
'description' key.

Change-Id: I73c3ffa7632bbb2903b9c81d94af7dabae0b19da
(cherry picked from commit 28688d7a69)
2023-07-18 16:16:39 -04:00

67 lines
1.6 KiB
YAML

name: nova-compute
summary: OpenStack Compute - Nova compute hypervisor
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
description: |
OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In
addition to its "native" API (the OpenStack API), it also supports the Amazon
EC2 API.
.
This charm provides the Nova Compute hypervisor service and should be deployed
directly to physical servers.
docs: https://discourse.charmhub.io/t/nova-compute-docs-index/10552
tags:
- openstack
series:
- focal
- jammy
provides:
cloud-compute:
interface: nova-compute
nrpe-external-master:
interface: nrpe-external-master
scope: container
extra-bindings:
# Used for console access to instances
internal:
# Used for live/cold migration of instances
migration:
requires:
amqp:
interface: rabbitmq
image-service:
interface: glance
ceph:
interface: ceph-client
lxd:
interface: containers
scope: container
nova-ceilometer:
interface: nova-ceilometer
scope: container
nova-vgpu:
interface: nova-vgpu
scope: container
neutron-plugin:
interface: neutron-plugin
scope: container
ephemeral-backend:
interface: ephemeral-backend
scope: container
ceph-access:
interface: cinder-ceph-key
cloud-credentials:
interface: keystone-credentials
secrets-storage:
interface: vault-kv
ironic-api:
interface: baremetal
peers:
compute-peer:
interface: nova
storage:
ephemeral-device:
type: block
multiple:
range: 0-1
minimum-size: 10G