projectcalico / charm-neutron-calico

Juju charm providing Calico compute function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Juju charm providing Calico compute function

License:Other


Languages

Language:Python 99.4%Language:Shell 0.4%Language:Makefile 0.2%