Re: [ovs-dev] [PATCH 1/1] Rationalize ovn-ctl arguments.

2016-03-31 Thread Ben Pfaff
On Thu, Mar 31, 2016 at 08:55:55AM -0600, Ryan Moats wrote: > Ben Pfaff wrote on 03/31/2016 09:48:20 AM: > > > From: Ben Pfaff > > To: Ryan Moats/Omaha/IBM@IBMUS > > Cc: ovs dev , Russell Bryant > > Date: 03/31/2016 09:49 AM > > Subject: Re: [ovs-dev] [PATC

Re: [ovs-dev] [PATCH 1/1] Rationalize ovn-ctl arguments.

2016-03-31 Thread Ryan Moats
Ben Pfaff wrote on 03/31/2016 09:48:20 AM: > From: Ben Pfaff > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: ovs dev , Russell Bryant > Date: 03/31/2016 09:49 AM > Subject: Re: [ovs-dev] [PATCH 1/1] Rationalize ovn-ctl arguments. > > On Thu, Mar 31, 2016 at 07:51:15AM -0600, Ryan

Re: [ovs-dev] [PATCH 1/1] Rationalize ovn-ctl arguments.

2016-03-31 Thread Ben Pfaff
On Thu, Mar 31, 2016 at 07:51:15AM -0600, Ryan Moats wrote: > Yes, SSL everywhere is a Good Thing (TM), however, that is a bit orthogonal > to where the original patch was going, which is that there will be times > where the ovsdb server processes should only listen to connections being > made to a

Re: [ovs-dev] [PATCH 1/1] Rationalize ovn-ctl arguments.

2016-03-31 Thread Ryan Moats
Ben Pfaff wrote on 03/30/2016 10:03:35 PM: > From: Ben Pfaff > To: Russell Bryant > Cc: Ryan Moats/Omaha/IBM@IBMUS, ovs dev > Date: 03/30/2016 10:03 PM > Subject: Re: [ovs-dev] [PATCH 1/1] Rationalize ovn-ctl arguments. > > On Wed, Mar 30, 2016 at 08:23:23PM -0400,

Re: [ovs-dev] [PATCH 1/1] Rationalize ovn-ctl arguments.

2016-03-30 Thread Ben Pfaff
On Wed, Mar 30, 2016 at 08:23:23PM -0400, Russell Bryant wrote: > On Wed, Mar 30, 2016 at 8:15 PM, Ben Pfaff wrote: > > > On Wed, Mar 30, 2016 at 07:56:51PM -0400, Russell Bryant wrote: > > > On Wed, Mar 30, 2016 at 2:40 PM, Ben Pfaff wrote: > > > > I'm starting to get really disturbed that ssl

Re: [ovs-dev] [PATCH 1/1] Rationalize ovn-ctl arguments.

2016-03-30 Thread Russell Bryant
On Wed, Mar 30, 2016 at 8:15 PM, Ben Pfaff wrote: > On Wed, Mar 30, 2016 at 07:56:51PM -0400, Russell Bryant wrote: > > On Wed, Mar 30, 2016 at 2:40 PM, Ben Pfaff wrote: > > > I'm starting to get really disturbed that ssl isn't the default here. > > > > We need to add SSL config to these tables.

Re: [ovs-dev] [PATCH 1/1] Rationalize ovn-ctl arguments.

2016-03-30 Thread Ben Pfaff
On Wed, Mar 30, 2016 at 07:56:51PM -0400, Russell Bryant wrote: > On Wed, Mar 30, 2016 at 2:40 PM, Ben Pfaff wrote: > > I'm starting to get really disturbed that ssl isn't the default here. > > We need to add SSL config to these tables. I'm not sure that it makes sense to have SSL configuration

Re: [ovs-dev] [PATCH 1/1] Rationalize ovn-ctl arguments.

2016-03-30 Thread Russell Bryant
On Wed, Mar 30, 2016 at 2:40 PM, Ben Pfaff wrote: > On Thu, Mar 24, 2016 at 09:45:31AM -0500, Ryan Moats wrote: > > Define OVN_NB_ADDR and OVN_SB_ADDR to hold IP address Rather > > than overload OVN_NB_PORT and OVN_SB_PORT. Also define > > OVN_NORTHD_LOGFILE to avoid overloading OVN_NORTHD_LOG.

Re: [ovs-dev] [PATCH 1/1] Rationalize ovn-ctl arguments.

2016-03-30 Thread Ben Pfaff
On Thu, Mar 24, 2016 at 09:45:31AM -0500, Ryan Moats wrote: > Define OVN_NB_ADDR and OVN_SB_ADDR to hold IP address Rather > than overload OVN_NB_PORT and OVN_SB_PORT. Also define > OVN_NORTHD_LOGFILE to avoid overloading OVN_NORTHD_LOG. > > Signed-off-by: Ryan Moats This doesn't currently appl

[ovs-dev] [PATCH 1/1] Rationalize ovn-ctl arguments.

2016-03-24 Thread Ryan Moats
Define OVN_NB_ADDR and OVN_SB_ADDR to hold IP address Rather than overload OVN_NB_PORT and OVN_SB_PORT. Also define OVN_NORTHD_LOGFILE to avoid overloading OVN_NORTHD_LOG. Signed-off-by: Ryan Moats --- ovn/utilities/ovn-ctl | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) d