blob: fff4a7d07a1c090fafbb522bfc14daccea17eaf6 (
plain)
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
|
name: neutron-contrail
summary: OpenStack Neutron OpenContrail Agent
maintainer: Robert Ayres <robert.ayres@ubuntu.com>
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 OpenContrail agent, managing
L2 connectivity on nova-compute services.
categories:
- openstack
subordinate: true
peers:
cluster:
interface: contrail-cluster
provides:
neutron-plugin:
interface: neutron-plugin
scope: container
requires:
container:
interface: juju-info
scope: container
contrail-api:
interface: contrail-api
contrail-discovery:
interface: contrail-discovery
control-node:
interface: contrail-control
identity-admin:
interface: keystone-admin
neutron-metadata:
interface: neutron-metadata
|