Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 2.34 KB

File metadata and controls

54 lines (41 loc) · 2.34 KB

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 provides the analytics DB node component which includes cassandra, kafka and zookeeper services.

Only OpenStack Mitaka or newer is supported. Only for Contrail 4.0 for now. Juju 2.0 is required.

Usage

Contrail Controller is prerequisite service to deploy. Once ready, deploy and relate as follows:

juju deploy contrail-analyticsdb
juju add-relation contrail-analyticsdb contrail-controller

Resource

The charm requires docker image with Contrail Analytics DB as a resource. It can be provided as usual for Juju 2.0 in deploy command or through attach-resource:

juju attach contrail-analyticsdb contrail-analyticsdb="$PATH_TO_IMAGE"

External Docker repository

Istead of attaching resource with docker image charm can accept image from remote docker repository. docker-registry should be specified if the registry is only accessible via http protocol (insecure registry). docker-user / docker-password can be specified if registry requires authentification. And image-name / image-tag are the parameters for the image itself.

List of options

Option Type default Description
control-network string The IP address and netmask of the control network (e.g. 192.168.0.0/24). This network will be used for Contrail endpoints. If not specified, default network will be used.
cassandra-minimum-diskgb string 256 Contrail has this as parameter and checks it at startup. If disk is smaller then status of DB is not good.
docker-registry string URL of docker-registry. Should be passed only if registry is not secured and must be added to docker config to allow work with it.
docker-user string Login to the docker registry.
docker-password string Password to the docker registry.
image-name string Full docker's image name.
image-tag string Tag of docker image.
log-level string SYS_NOTICE Log level for contrail services. Valid values are: SYS_EMERG, SYS_ALERT, SYS_CRIT, SYS_ERR, SYS_WARN, SYS_NOTICE, SYS_INFO, SYS_DEBUG