From 4faa7f927149a5c4ef7a03523f7bc14523cb9baa Mon Sep 17 00:00:00 2001 From: Stuart Mackie Date: Fri, 7 Oct 2016 12:24:58 -0700 Subject: Charms for Contrail 3.1 with Mitaka Change-Id: Id37f3b9743d1974e31fcd7cd9c54be41bb0c47fb Signed-off-by: Stuart Mackie --- charms/trusty/contrail-configuration/metadata.yaml | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 charms/trusty/contrail-configuration/metadata.yaml (limited to 'charms/trusty/contrail-configuration/metadata.yaml') diff --git a/charms/trusty/contrail-configuration/metadata.yaml b/charms/trusty/contrail-configuration/metadata.yaml new file mode 100644 index 0000000..c9d0be4 --- /dev/null +++ b/charms/trusty/contrail-configuration/metadata.yaml @@ -0,0 +1,35 @@ +name: contrail-configuration +summary: OpenContrail Configuration Node +maintainer: Robert Ayres +description: | + OpenContrail is a network virtualization solution that provides an overlay + virtual-network to virtual-machines, containers or network namespaces. + . + This charm provides the configuration node component. +categories: + - openstack +peers: + cluster: + interface: contrail-cluster +provides: + contrail-api: + interface: contrail-api + contrail-discovery: + interface: contrail-discovery + contrail-ifmap: + interface: contrail-ifmap + http-services: + interface: http +requires: + amqp: + interface: rabbitmq + cassandra: + interface: cassandra + contrail-analytics-api: + interface: contrail-analytics-api + identity-admin: + interface: keystone-admin + neutron-metadata: + interface: neutron-metadata + zookeeper: + interface: zookeeper -- cgit 1.2.3-korg