Skip to content

junaid-ali/charm-neutron-calico-clone

Repository files navigation

Overview

This subordinate charm provides the Neutron Calico configuration for a compute node.

Once deployed it takes over the management of the Neutron base and plugin configuration on the compute node.

For more information on Calico, check out the Project Calico homepage.

Usage

To deploy (partial deployment of linked charms only):

juju deploy rabbitmq-server
juju deploy neutron-api
juju deploy nova-compute
juju deploy cs:~kubernetes/etcd
juju deploy cs:~project-calico/neutron-calico
juju add-relation neutron-calico nova-compute
juju add-relation neutron-calico neutron-api
juju add-relation neutron-calico rabbitmq-server
juju add-relation neutron-calico etcd

When deploying at scale, you should optionally add a BGP route reflector:

juju deploy cs:~project-calico/bird
juju add-relation neutron-calico bird

Restrictions

It should only be used with OpenStack Icehouse and above and requires a separate neutron-api service to have been deployed.

Contact Information

About

A bare clone of charm-neutron-calico from projectcalico

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages