Re: [Ryu-devel] how to configure openflow connection to openflow switch

2012-11-07 Thread FUJITA Tomonori
Hi, thanks for trying Ryu! On Wed, 07 Nov 2012 17:59:27 -0800 david liu wrote: > I just cloned the ryu tree & follow the installation step to install the > ryu-client & ryu-manager. My company has a openflow 1.0 complaint > switch, I like to connect the ryu controller to my switch & configure

Re: [Ryu-devel] [PATCH] ryu/controller/controller: add SSL/TLS support

2012-11-07 Thread Simon Horman
On Thu, Nov 08, 2012 at 12:15:44PM +0900, OHMURA Kei wrote: > 2012/11/8 Simon Horman : > > On Thu, Nov 08, 2012 at 07:01:45AM +0900, OHMURA Kei wrote: > >> 2012/11/7 FUJITA Tomonori : > >> > On Wed, 7 Nov 2012 21:25:43 +0900 > >> > OHMURA Kei wrote: > >> > > >> >> We should support SSL/TLS to enc

Re: [Ryu-devel] [Openstack-devel] Bug#685251: Fixing Debian bug #685251 for the ryu plugin in Openstack

2012-11-07 Thread Thomas Goirand
On 11/08/2012 02:16 AM, Julien Cristau wrote: > On Thu, Nov 8, 2012 at 01:50:31 +0800, Thomas Goirand wrote: > >> Now, I have to ask what the release team thinks about this. Should we >> keep the ryu pluggin package in Debian, but disable the init script by >> default, and explain the situation?

[Ryu-devel] how to configure openflow connection to openflow switch

2012-11-07 Thread david liu
Hi, I just cloned the ryu tree & follow the installation step to install the ryu-client & ryu-manager. My company has a openflow 1.0 complaint switch, I like to connect the ryu controller to my switch & configure the switch for testing. Is there a manual that describes: - any command line inter

Re: [Ryu-devel] [PATCH] ryu/controller/controller: add SSL/TLS support

2012-11-07 Thread OHMURA Kei
2012/11/8 Simon Horman : > On Thu, Nov 08, 2012 at 07:01:45AM +0900, OHMURA Kei wrote: >> 2012/11/7 FUJITA Tomonori : >> > On Wed, 7 Nov 2012 21:25:43 +0900 >> > OHMURA Kei wrote: >> > >> >> We should support SSL/TLS to encrypt OF channel. This patch only >> >> support self-signed certificates. (

Re: [Ryu-devel] [PATCH] ryu/controller/controller: add SSL/TLS support

2012-11-07 Thread Simon Horman
On Thu, Nov 08, 2012 at 07:01:45AM +0900, OHMURA Kei wrote: > 2012/11/7 FUJITA Tomonori : > > On Wed, 7 Nov 2012 21:25:43 +0900 > > OHMURA Kei wrote: > > > >> We should support SSL/TLS to encrypt OF channel. This patch only > >> support self-signed certificates. (see the "INSTALL.SSL" in Open vSw

Re: [Ryu-devel] [PATCH] ryu/controller/controller: add SSL/TLS support

2012-11-07 Thread OHMURA Kei
2012/11/7 FUJITA Tomonori : > On Wed, 7 Nov 2012 21:25:43 +0900 > OHMURA Kei wrote: > >> We should support SSL/TLS to encrypt OF channel. This patch only >> support self-signed certificates. (see the "INSTALL.SSL" in Open vSwitch >> source code) >> >> Signed-off-by: OHMURA Kei >> --- >> ryu/con

Re: [Ryu-devel] [PATCH v4 28/38] lib/ovs/vsctl: python reimplementation of ovs-vsctl

2012-11-07 Thread FUJITA Tomonori
On Thu, 8 Nov 2012 00:38:24 +0900 Isaku Yamahata wrote: > On Thu, Nov 08, 2012 at 12:26:46AM +0900, FUJITA Tomonori wrote: >> On Thu, 8 Nov 2012 00:18:14 +0900 >> Isaku Yamahata wrote: >> >> > On Wed, Nov 07, 2012 at 10:06:58PM +0900, FUJITA Tomonori wrote: >> >> On Wed, 7 Nov 2012 21:50:17 +09

Re: [Ryu-devel] [PATCH v4 02/38] ryu/controller/controller: add a helper method, is_reserved_port()

2012-11-07 Thread FUJITA Tomonori
On Thu, 8 Nov 2012 00:41:15 +0900 Isaku Yamahata wrote: > On Sat, Nov 03, 2012 at 03:58:07PM +0900, FUJITA Tomonori wrote: >> On Thu, 11 Oct 2012 17:17:16 +0900 >> Isaku Yamahata wrote: >> >> > Signed-off-by: Isaku Yamahata >> > --- >> > ryu/controller/controller.py |3 +++ >> > 1 file ch

Re: [Ryu-devel] Fixing Debian bug #685251 for the ryu plugin in Openstack

2012-11-07 Thread Julien Cristau
On Thu, Nov 8, 2012 at 01:50:31 +0800, Thomas Goirand wrote: > Now, I have to ask what the release team thinks about this. Should we > keep the ryu pluggin package in Debian, but disable the init script by > default, and explain the situation? Or simply remove all Ryu support? > If a package is

Re: [Ryu-devel] Fixing Debian bug #685251 for the ryu plugin in Openstack

2012-11-07 Thread Thomas Goirand
On 11/07/2012 11:27 PM, Isaku Yamahata wrote: > Hi Thomas. Thank you for notifying this. > > The answer is, ryu source is needed which is available from > git://github.com/osrg/ryu.git > I looked at the bug report, so the issues is that Debian doesn't have > Ryu package, right? If possible, I'd li

Re: [Ryu-devel] [PATCH v4 02/38] ryu/controller/controller: add a helper method, is_reserved_port()

2012-11-07 Thread Isaku Yamahata
On Sat, Nov 03, 2012 at 03:58:07PM +0900, FUJITA Tomonori wrote: > On Thu, 11 Oct 2012 17:17:16 +0900 > Isaku Yamahata wrote: > > > Signed-off-by: Isaku Yamahata > > --- > > ryu/controller/controller.py |3 +++ > > 1 file changed, 3 insertions(+) > > Better to avoid adding another OF depen

Re: [Ryu-devel] [PATCH v4 28/38] lib/ovs/vsctl: python reimplementation of ovs-vsctl

2012-11-07 Thread Isaku Yamahata
On Thu, Nov 08, 2012 at 12:26:46AM +0900, FUJITA Tomonori wrote: > On Thu, 8 Nov 2012 00:18:14 +0900 > Isaku Yamahata wrote: > > > On Wed, Nov 07, 2012 at 10:06:58PM +0900, FUJITA Tomonori wrote: > >> On Wed, 7 Nov 2012 21:50:17 +0900 > >> Isaku Yamahata wrote: > >> > >> > On Sat, Nov 03, 2012

Re: [Ryu-devel] Fixing Debian bug #685251 for the ryu plugin in Openstack

2012-11-07 Thread Isaku Yamahata
Hi Thomas. Thank you for notifying this. The answer is, ryu source is needed which is available from git://github.com/osrg/ryu.git I looked at the bug report, so the issues is that Debian doesn't have Ryu package, right? If possible, I'd like to provide Ryu package to Debian. I think Ryu has alrea

Re: [Ryu-devel] [PATCH v4 28/38] lib/ovs/vsctl: python reimplementation of ovs-vsctl

2012-11-07 Thread FUJITA Tomonori
On Thu, 8 Nov 2012 00:18:14 +0900 Isaku Yamahata wrote: > On Wed, Nov 07, 2012 at 10:06:58PM +0900, FUJITA Tomonori wrote: >> On Wed, 7 Nov 2012 21:50:17 +0900 >> Isaku Yamahata wrote: >> >> > On Sat, Nov 03, 2012 at 11:24:10AM +0900, FUJITA Tomonori wrote: >> >> > I also found that quantum_a

Re: [Ryu-devel] [PATCH v4 28/38] lib/ovs/vsctl: python reimplementation of ovs-vsctl

2012-11-07 Thread Isaku Yamahata
On Wed, Nov 07, 2012 at 10:06:58PM +0900, FUJITA Tomonori wrote: > On Wed, 7 Nov 2012 21:50:17 +0900 > Isaku Yamahata wrote: > > > On Sat, Nov 03, 2012 at 11:24:10AM +0900, FUJITA Tomonori wrote: > >> > I also found that quantum_adapter doesn't work well. I put some work > >> > around > >> >

[Ryu-devel] Fixing Debian bug #685251 for the ryu plugin in Openstack

2012-11-07 Thread Thomas Goirand
Hi Isaku, I'm trying to fix a bug in Openstack Quantum concerning the Ryu plugin, which I believe you are the author: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685251 Moving every files in usr/lib/python*/dist-packages/quantum/plugins/ryu/* into a new quantum-plugin-ryu-common, I was expe

Re: [Ryu-devel] [PATCH] ryu/controller/controller: add SSL/TLS support

2012-11-07 Thread FUJITA Tomonori
On Wed, 7 Nov 2012 21:25:43 +0900 OHMURA Kei wrote: > We should support SSL/TLS to encrypt OF channel. This patch only > support self-signed certificates. (see the "INSTALL.SSL" in Open vSwitch > source code) > > Signed-off-by: OHMURA Kei > --- > ryu/controller/controller.py | 20 ++

Re: [Ryu-devel] [PATCH v4 28/38] lib/ovs/vsctl: python reimplementation of ovs-vsctl

2012-11-07 Thread FUJITA Tomonori
On Wed, 7 Nov 2012 21:50:17 +0900 Isaku Yamahata wrote: > On Sat, Nov 03, 2012 at 11:24:10AM +0900, FUJITA Tomonori wrote: >> > I also found that quantum_adapter doesn't work well. I put some work >> > around >> >> I'm not sure that we discussed this off-line. What 'doesn't work well' >> exac

Re: [Ryu-devel] [PATCH] ryu/controller/controller: add SSL/TLS support

2012-11-07 Thread OHMURA Kei
2012/11/7 FUJITA Tomonori : > On Wed, 7 Nov 2012 21:25:43 +0900 > OHMURA Kei wrote: > >> We should support SSL/TLS to encrypt OF channel. This patch only >> support self-signed certificates. (see the "INSTALL.SSL" in Open vSwitch >> source code) >> >> Signed-off-by: OHMURA Kei >> --- >> ryu/con

Re: [Ryu-devel] [PATCH v4 28/38] lib/ovs/vsctl: python reimplementation of ovs-vsctl

2012-11-07 Thread Isaku Yamahata
On Sat, Nov 03, 2012 at 11:24:10AM +0900, FUJITA Tomonori wrote: > > I also found that quantum_adapter doesn't work well. I put some work > > around > > I'm not sure that we discussed this off-line. What 'doesn't work well' > exaclty means? quantum_adapter tries to operate on ports which is no

Re: [Ryu-devel] [PATCH] ryu/controller/controller: add SSL/TLS support

2012-11-07 Thread FUJITA Tomonori
On Wed, 7 Nov 2012 21:25:43 +0900 OHMURA Kei wrote: > We should support SSL/TLS to encrypt OF channel. This patch only > support self-signed certificates. (see the "INSTALL.SSL" in Open vSwitch > source code) > > Signed-off-by: OHMURA Kei > --- > ryu/controller/controller.py | 20 ++

[Ryu-devel] [PATCH] ryu/controller/controller: add SSL/TLS support

2012-11-07 Thread OHMURA Kei
We should support SSL/TLS to encrypt OF channel. This patch only support self-signed certificates. (see the "INSTALL.SSL" in Open vSwitch source code) Signed-off-by: OHMURA Kei --- ryu/controller/controller.py | 20 +--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --

[Ryu-devel] [PATCH] add interactive command line interface

2012-11-07 Thread FUJITA Tomonori
This adds the feature to configure the log levels dynamically via CLI (like a commercial switch). - I don't like to access the internal of logging module. However, seems that there is no way to know the list of used Loggers. Should we add a wrapper for logging module? - We need to stop creati