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/ceilometer-contrail/README.md | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 charms/trusty/ceilometer-contrail/README.md (limited to 'charms/trusty/ceilometer-contrail/README.md') diff --git a/charms/trusty/ceilometer-contrail/README.md b/charms/trusty/ceilometer-contrail/README.md new file mode 100644 index 0000000..b42e316 --- /dev/null +++ b/charms/trusty/ceilometer-contrail/README.md @@ -0,0 +1,32 @@ +Overview +-------- + +OpenContrail (www.opencontrail.org) is a fully featured Software Defined +Networking (SDN) solution for private clouds. It supports high performance +isolated tenant networks without requiring external hardware support. It +provides a Neutron plugin to integrate with OpenStack. + +This charm is designed to be used in conjunction with the rest of the OpenStack +related charms in the charm store to virtualize the network that Nova Compute +instances plug into. + +This subordinate charm provides the Ceilometer plugin component. +Only OpenStack Icehouse or newer is supported. + +Usage +----- + +Ceilometer and Contrail Analytics are prerequisite services to deploy. + +Once ready, deploy and relate as follows: + + juju deploy ceilometer-contrail + juju add-relation ceilometer ceilometer-contrail + juju add-relation ceilometer-contrail contrail-analytics + +Install Sources +--------------- + +The version of Contrail installed when deploying can be changed using the +'install-sources' option. This is a multilined value that may refer to PPAs or +Deb repositories. -- cgit 1.2.3-korg