Using distributed router in neutron

2015-11-04 Thread Pshem Kowalczyk
Hi, I'm trying to figure out if it's possible to setup distributed routing (as per http://docs.openstack.org/networking-guide/scenario_dvr_ovs.html ). Using fairly basic config: nova-cloud-controller: openstack-origin: cloud:trusty-liberty network-manager: Neutron neutron-external-network: "e

Re: Using distributed router in neutron

2015-11-06 Thread James Page
Hi Pshem You need to make use of the neutron-openvswitch charm - this is a subordinate charm that's deployed with nova-compute, and manages the neutron configuration and agents on compute nodes. In the same way that you provide ext-port to neutron-gateway, you'll need todo the same with neutron-o

Re: Using distributed router in neutron

2015-11-06 Thread Pshem Kowalczyk
Hi, Yes this helps a lot. My google-fu is failing me here. Would you be able to point me to any documentation that shows how those various charms (nova-api, nova-cloud-controller, neutron-api, neutron-gateway, neutron-openvswitch) interact with each other in various network scenarios and what sor

Re: Using distributed router in neutron

2015-11-07 Thread Pshem Kowalczyk
Hi, I'm still having trouble with that DVR setup. As per https://bugs.launchpad.net/charms/+source/neutron-gateway/+bug/1513677 I can see that neutron-openvswitch installs the l3-agent but then removes it. My neutron-openvswitch charm is only related to: nova-compute neutron-api rabbitmq-server