bb4b8d6540
- Add Zesty as a supported series to metadata.yaml. - Turn on Xenial-Ocata Amulet test definitions. - Sync charm helpers to get Juju 2.x amulet compatibility. - Keeping Zesty-Ocata Amulet test definitions turned off until the metadata.yaml changes propagate to the charm store. Change-Id: I0f824bf80beeb8509b2958d429aaed52f4cf46bb
69 lines
1.6 KiB
YAML
69 lines
1.6 KiB
YAML
name: nova-cloud-controller
|
|
summary: OpenStack Compute - Nova cloud controller service
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
OpenStack is a reliable cloud infrastructure. Its mission is to produce
|
|
the ubiquitous cloud computing platform that will meet the needs of public
|
|
and private cloud providers regardless of size, by being simple to implement
|
|
and massively scalable.
|
|
.
|
|
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 cloud controller service for OpenStack Nova and includes
|
|
nova-scheduler, nova-api and nova-conductor services.
|
|
tags:
|
|
- openstack
|
|
series:
|
|
- xenial
|
|
- zesty
|
|
- trusty
|
|
- yakkety
|
|
extra-bindings:
|
|
public:
|
|
admin:
|
|
internal:
|
|
provides:
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|
|
cloud-controller:
|
|
interface: nova
|
|
requires:
|
|
shared-db:
|
|
interface: mysql-shared
|
|
pgsql-nova-db:
|
|
interface: pgsql
|
|
amqp:
|
|
interface: rabbitmq
|
|
image-service:
|
|
interface: glance
|
|
identity-service:
|
|
interface: keystone
|
|
cloud-compute:
|
|
interface: nova-compute
|
|
cinder-volume-service:
|
|
interface: cinder
|
|
quantum-network-service:
|
|
interface: quantum
|
|
neutron-api:
|
|
interface: neutron-api
|
|
cell:
|
|
interface: nova-cell
|
|
ha:
|
|
interface: hacluster
|
|
scope: container
|
|
nova-vmware:
|
|
interface: nova-vmware
|
|
scope: container
|
|
memcache:
|
|
interface: memcache
|
|
zeromq-configuration:
|
|
interface: zeromq-configuration
|
|
scope: container
|
|
peers:
|
|
cluster:
|
|
interface: nova-ha
|
|
|