aboutsummaryrefslogtreecommitdiffstats
path: root/charms/trusty/contrail-control/README.md
diff options
context:
space:
mode:
authorStuart Mackie <wsmackie@juniper.net>2017-03-23 06:19:54 -0700
committerStuart Mackie <wsmackie@juniper.net>2017-03-23 06:19:54 -0700
commit88df88a19674ccc0017836941b8ee32eaadf19fb (patch)
treef930c90f75846ec8d8e33cf27325ff8fafc85d5c /charms/trusty/contrail-control/README.md
parent9f50a40437477432a21b326b15c343ca6b8fe516 (diff)
Deleted charms with wrong license. Will source them differently in future.
Change-Id: I0fc99ea03c6b6ca4701e63793cb2be60e56c7588 Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
Diffstat (limited to 'charms/trusty/contrail-control/README.md')
-rw-r--r--charms/trusty/contrail-control/README.md46
1 files changed, 0 insertions, 46 deletions
diff --git a/charms/trusty/contrail-control/README.md b/charms/trusty/contrail-control/README.md
deleted file mode 100644
index 702fc29..0000000
--- a/charms/trusty/contrail-control/README.md
+++ /dev/null
@@ -1,46 +0,0 @@
-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 charm provides the control node component which contains the
-contrail-control service.
-Only OpenStack Icehouse or newer is supported.
-
-Usage
------
-
-Contrail Configuration and Keystone are prerequisite services to deploy.
-Once ready, deploy and relate as follows:
-
- juju deploy contrail-control
- juju add-relation contrail-control:contrail-api contrail-configuration:contrail-api
- juju add-relation contrail-control:contrail-discovery contrail-configuration:contrail-discovery
- juju add-relation contrail-control:contrail-ifmap contrail-configuration:contrail-ifmap
- juju add-relation contrail-control keystone
-
-Install Sources
----------------
-
-The version of OpenContrail installed when deploying can be changed using the
-'install-sources' option. This is a multilined value that may refer to PPAs or
-Deb repositories.
-
-The version of dependent OpenStack components installed when deploying can be
-changed using the 'openstack-origin' option. When deploying to different
-OpenStack versions, openstack-origin needs to be set across all OpenStack and
-OpenContrail charms where available.
-
-High Availability (HA)
-----------------------
-
-Multiple units of this charm can be deployed to support HA deployments:
-
- juju add-unit contrail-control