7b9feea400
Remove postgresql DB support; This feature is untested as part of the charms, is not in use and was deprecated as part of the 1708 charms release. Change-Id: I327a686a35edf9b6ff5c1c3cbc4165f8faeef688
54 lines
1.2 KiB
YAML
54 lines
1.2 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.
|
|
tags:
|
|
- openstack
|
|
series:
|
|
- xenial
|
|
- bionic
|
|
- artful
|
|
- trusty
|
|
provides:
|
|
cloud-compute:
|
|
interface: nova-compute
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|
|
extra-bindings:
|
|
internal:
|
|
requires:
|
|
shared-db:
|
|
interface: mysql-shared
|
|
amqp:
|
|
interface: rabbitmq
|
|
image-service:
|
|
interface: glance
|
|
ceph:
|
|
interface: ceph-client
|
|
nova-designate:
|
|
interface: nova-designate
|
|
lxd:
|
|
interface: containers
|
|
scope: container
|
|
nova-ceilometer:
|
|
interface: nova-ceilometer
|
|
scope: container
|
|
neutron-plugin:
|
|
interface: neutron-plugin
|
|
scope: container
|
|
ephemeral-backend:
|
|
interface: ephemeral-backend
|
|
scope: container
|
|
ceph-access:
|
|
interface: cinder-ceph-key
|
|
peers:
|
|
compute-peer:
|
|
interface: nova
|