diff options
author | Stuart Mackie <wsmackie@juniper.net> | 2017-07-25 10:37:57 -0700 |
---|---|---|
committer | Stuart Mackie <wsmackie@juniper.net> | 2017-07-25 10:37:57 -0700 |
commit | 711967ae9639095ce41500bb0e6f80c8b80fab95 (patch) | |
tree | 07f598b35664ddbd269b76f21cf587f5679cab86 /contrail-agent/README.md | |
parent | efd4f1414b79dd51c6316a73893ade33bc9f668e (diff) |
Contrail charms
Change-Id: I2d259d03f63fce38348b8384e26ac23e3fce44a8
Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
Diffstat (limited to 'contrail-agent/README.md')
-rw-r--r-- | contrail-agent/README.md | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/contrail-agent/README.md b/contrail-agent/README.md new file mode 100644 index 0000000..d785d67 --- /dev/null +++ b/contrail-agent/README.md @@ -0,0 +1,45 @@ +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 vRouter component which +contains the contrail-vrouter-agent service. It can be related to any charm +to provide vRouter functionality on the node. For OpenStack it should be +nova-compute application to provide vRouter functionality for OpenStack. + +Only OpenStack Mitaka or newer is supported. +Only for Contrail 4.0 for now. +Juju 2.0 is required. + +Usage +----- + +Contrail Controller are prerequisite service to deploy. + +Once ready, deploy and relate as follows: + + juju deploy contrail-agent + juju add-relation contrail-agent:juju-info nova-compute:juju-info + juju add-relation contrail-agent contrail-controller + +Install Sources +--------------- + +The version of packages installed when deploying must be configured using the +'install-sources' option. This is a multilined value that may refer to PPAs or +Deb repositories. + +Control Node Relation +--------------------- + +This charm is typically related to contrail-controller. +This instructs the Contrail vRouter agent to use the API endpoints for +locating needed information. |