Hi Frank, Thanks for the question, it looks like we need some better documentation around enabling DVR in the Openstack charms and I'll get onto that. In the mean time I hope this helps...
The neuron-api charm does not need to be on the compute nodes. The neutron-api charm will automatically tell the neutron-openvswitch charm (which is on the compute nodes) to enable dvr if enable-dvr has been set. I'm not sure I'd class them as gotchas but probably worth keeping the following in mind: a) Need an external port on each compute node and set it via the neutron-openvswitch ext-port option. b) Still need to deploy the neutron-gateway service for SNAT traffic. c) l2-population should be enabled via the neutron-api charm (I think that might be the default actually) Thanks Liam On Tue, May 24, 2016 at 2:59 AM, Frank Ritchie <[email protected]> wrote: > Hi all, > > Has anyone installed the openstack base jujucharm with enable-dvr = true > for neutron-api? > > If so, were there any gotchas? Did the neuron-api charm need to be > deployed to all compute nodes? > > thx > Frank > > -- > Juju mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/juju > >
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
