forked from openstack-charmers/charm-nova-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
76 lines (71 loc) · 1.91 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
name: nova-k8s
summary: OpenStack Compute - Nova cloud controller service
maintainer: OpenStack Charmers <[email protected]>
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.
version: 3
bases:
- name: ubuntu
channel: 20.04/stable
tags:
- openstack
containers:
nova-api:
resource: nova-api-image
nova-scheduler:
resource: nova-scheduler-image
nova-conductor:
resource: nova-conductor-image
resources:
nova-api-image:
type: oci-image
description: OCI image for OpenStack Nova API (kolla/nova-api-image)
nova-scheduler-image:
type: oci-image
description: OCI image for OpenStack Nova API (kolla/nova-scheduler-image)
nova-conductor-image:
type: oci-image
description: OCI image for OpenStack Nova API (kolla/nova-conductor-image)
requires:
ingress-internal:
interface: ingress
limit: 1
ingress-public:
interface: ingress
optional: true
limit: 1
shared-db:
interface: mysql_datastore
limit: 1
amqp:
interface: rabbitmq
image-service:
interface: glance
identity-service:
interface: keystone
cloud-compute:
interface: nova-compute
cinder-volume-service:
interface: cinder
neutron-network-service:
interface: neutron
neutron-api:
interface: neutron-api
placement:
interface: placement
provides:
cloud-controller:
interface: nova
peers:
peers:
interface: nova-peer