~openstack-charmers-next/charms/wily/openvswitch-odl/trunk

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
name: openvswitch-odl
subordinate: true
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
summary: Open vSwitch OpenDayLight subordinate charm
description:
 Open vSwitch is a production quality, multilayer, software-based,
 Ethernet virtual switch. It is designed to enable massive network
 automation through programmatic extension, while still supporting
 standard management interfaces and protocols (e.g. NetFlow, IPFIX,
 sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed
 to support distribution across multiple physical servers similar to
 VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V.
 .
 OpenDaylight is a network virtualization solution that provides an
 overlay virtual-network to virtual-machines, containers or network
 namespaces.
 .
 This charm integrates Open vSwitch into OpenDayLight as part of an
 OpenStack Cloud.
tags:
  - openstack
provides:
  neutron-plugin:
    interface: neutron-plugin
    scope: container
requires:
  ovsdb-manager:
    interface: ovsdb-manager
  controller-api:
    interface: odl-controller-api
  container:
    interface: juju-info
    scope: container