052d651226
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: Iffc97e7963469742439da25040e204fd27000976
49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
name: nova-cell-controller
|
|
summary: OpenStack Compute - Nova cloud controller for a cell.
|
|
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 the OpenStack Nova cell
|
|
and includes the nova-conductor service.
|
|
.
|
|
OpenStack Rocky or later is required for the Nova cells feature.
|
|
.
|
|
See usage guidance as published in the charm deployment guide:
|
|
* https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/app-nova-cells.html
|
|
tags:
|
|
- openstack
|
|
series:
|
|
- jammy
|
|
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
|
|
amqp:
|
|
interface: rabbitmq
|
|
cloud-compute:
|
|
interface: nova-compute
|
|
nova-cell-compute:
|
|
interface: nova-cell
|
|
identity-credentials:
|
|
interface: keystone-credentials
|
|
peers:
|
|
cluster:
|
|
interface: nova-ha
|