Re: [ovs-dev] [PATCH 3/3] rhel: Add variables for OVN and VTEP db locations.

2015-08-28 Thread Ben Pfaff
On Thu, Aug 27, 2015 at 04:40:13PM -0300, Flavio Leitner wrote: > On Wed, Aug 26, 2015 at 05:46:55PM -0400, Russell Bryant wrote: > > Most real deployments will need to customize the database locations > > for ovn-controller and ovn-controller-vtep. Instead of making them > > override the entire c

Re: [ovs-dev] [PATCH 3/3] rhel: Add variables for OVN and VTEP db locations.

2015-08-27 Thread Flavio Leitner
On Wed, Aug 26, 2015 at 05:46:55PM -0400, Russell Bryant wrote: > Most real deployments will need to customize the database locations > for ovn-controller and ovn-controller-vtep. Instead of making them > override the entire command used to start the daemons, provide and > document some environmen

[ovs-dev] [PATCH 3/3] rhel: Add variables for OVN and VTEP db locations.

2015-08-26 Thread Russell Bryant
Most real deployments will need to customize the database locations for ovn-controller and ovn-controller-vtep. Instead of making them override the entire command used to start the daemons, provide and document some environment variables that can be overridden in a custom config file. Signed-off-