2011-07-05 10:59:03 -07:00
|
|
|
name: nova-cloud-controller
|
2015-11-18 10:43:09 +00:00
|
|
|
summary: OpenStack Compute - Nova cloud controller service
|
|
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
2011-07-05 10:59:03 -07:00
|
|
|
description: |
|
2020-06-02 14:22:19 +01:00
|
|
|
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.
|
2023-07-11 15:26:48 -04:00
|
|
|
docs: https://discourse.charmhub.io/t/nova-cloud-controller-docs-index/10551
|
2015-09-14 20:41:18 +00:00
|
|
|
tags:
|
2024-02-09 18:15:47 +00:00
|
|
|
- openstack
|
2016-09-14 09:36:28 +01:00
|
|
|
series:
|
2024-02-09 18:15:47 +00:00
|
|
|
- jammy
|
2016-03-31 12:57:57 +01:00
|
|
|
extra-bindings:
|
|
|
|
public:
|
|
|
|
admin:
|
|
|
|
internal:
|
2011-07-05 10:59:03 -07:00
|
|
|
provides:
|
2014-10-29 22:30:36 -05:00
|
|
|
nrpe-external-master:
|
|
|
|
interface: nrpe-external-master
|
|
|
|
scope: container
|
2012-02-13 14:20:27 -08:00
|
|
|
cloud-controller:
|
2011-07-08 14:52:55 -07:00
|
|
|
interface: nova
|
2018-06-26 14:48:23 +00:00
|
|
|
nova-cell-api:
|
|
|
|
interface: nova-cell
|
2011-07-05 10:59:03 -07:00
|
|
|
requires:
|
|
|
|
shared-db:
|
2011-07-14 15:38:24 -07:00
|
|
|
interface: mysql-shared
|
2011-07-05 10:59:03 -07:00
|
|
|
amqp:
|
|
|
|
interface: rabbitmq
|
|
|
|
image-service:
|
|
|
|
interface: glance
|
2011-12-08 18:08:00 -08:00
|
|
|
identity-service:
|
|
|
|
interface: keystone
|
2012-02-13 14:20:27 -08:00
|
|
|
cloud-compute:
|
|
|
|
interface: nova-compute
|
2012-09-21 17:53:41 -07:00
|
|
|
cinder-volume-service:
|
|
|
|
interface: cinder
|
2023-09-01 17:39:23 -04:00
|
|
|
dashboard:
|
|
|
|
interface: dashboard
|
2012-11-12 16:17:42 +00:00
|
|
|
quantum-network-service:
|
|
|
|
interface: quantum
|
2014-05-08 19:36:17 +00:00
|
|
|
neutron-api:
|
|
|
|
interface: neutron-api
|
2013-01-09 09:55:00 +00:00
|
|
|
ha:
|
|
|
|
interface: hacluster
|
|
|
|
scope: container
|
2013-10-08 17:51:27 -07:00
|
|
|
nova-vmware:
|
2013-04-12 16:07:56 -07:00
|
|
|
interface: nova-vmware
|
|
|
|
scope: container
|
2014-11-20 13:51:44 -03:00
|
|
|
memcache:
|
2014-10-24 10:20:36 -03:00
|
|
|
interface: memcache
|
2018-05-15 14:49:58 +00:00
|
|
|
certificates:
|
|
|
|
interface: tls-certificates
|
2018-06-26 14:48:23 +00:00
|
|
|
shared-db-cell:
|
|
|
|
interface: mysql-shared
|
|
|
|
amqp-cell:
|
|
|
|
interface: rabbitmq
|
2019-10-08 18:03:47 +00:00
|
|
|
placement:
|
|
|
|
interface: placement
|
2013-01-09 09:55:00 +00:00
|
|
|
peers:
|
|
|
|
cluster:
|
|
|
|
interface: nova-ha
|
2019-09-30 15:47:53 +01:00
|
|
|
resources:
|
|
|
|
policyd-override:
|
|
|
|
type: file
|
|
|
|
filename: policyd-override.zip
|
|
|
|
description: The policy.d overrides file
|