forked from openstack-charmers/charm-neutron-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
53 lines (48 loc) · 1.34 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
name: neutron-k8s
summary: OpenStack Networking API service
maintainer: OpenStack Charmers <[email protected]>
description: |
Neutron is a virtual network service for OpenStack, and a part of
Netstack. Just like OpenStack Nova provides an API to dynamically
request and configure virtual servers, Neutron provides an API to
dynamically request and configure virtual networks. These networks
connect "interfaces" from other OpenStack services (e.g., virtual NICs
from Nova VMs). The Neutron API supports extensions to provide
advanced network capabilities (e.g., QoS, ACLs, network monitoring,
etc.)
.
This charm provides the OpenStack Neutron API service.
tags:
- openstack
containers:
neutron-server:
resource: neutron-server-image
resources:
neutron-server-image:
type: oci-image
description: OCI image for OpenStack Neutron API (kolla/neutron-server)
provides:
neutron-api:
interface: neutron-api
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
identity-service:
interface: keystone
ovsdb-cms:
interface: ovsdb-cms
certificates:
interface: tls-certificates
peers:
peers:
interface: neutron-peer