Re: [Ryu-devel] OFagent on OpenStack

2015-09-15 Thread fumihiko kakuma
Hi, On Tue, 15 Sep 2015 18:23:54 +0900 (JST) FUJITA Tomonori wrote: > I would recommend you to use OVS plugin with the native interface > (Ryu) instead of ofagent: > > https://github.com/openstack/neutron/commit/3524e113165411c553be5cfe593d2462094a03e6 > > On Sun, 13 Sep 2015 19:38:46 -0700 (P

Re: [Ryu-devel] OFagent on OpenStack

2015-09-15 Thread FUJITA Tomonori
I would recommend you to use OVS plugin with the native interface (Ryu) instead of ofagent: https://github.com/openstack/neutron/commit/3524e113165411c553be5cfe593d2462094a03e6 On Sun, 13 Sep 2015 19:38:46 -0700 (PDT) "Ailing Zhang" wrote: > 1. As I understand, there is one ofagent running on e

[Ryu-devel] OFagent on OpenStack

2015-09-13 Thread Ailing Zhang
Hi there,  I have a few questions regarding to the networking ofagent on openstack. 1. As I understand, there is one ofagent running on each compute node. Let’s say in a multi-nodes openstack environment, there should be separate ryu controller running on each compute node.  Is the ryu controll

Re: [Ryu-devel] OFAgent with OF-Config

2015-05-19 Thread FUJITA Tomonori
On Mon, 18 May 2015 15:33:43 +0300 Raman Budny wrote: > Hi all. > > I am working on modification of OFAgent to manage logical switch > with OF-Config protocol: > https://github.com/budnyjj/ofagent/tree/tunnel_based > > The purpose of this modification is to manage virtual switch in > standart a

[Ryu-devel] OFAgent with OF-Config

2015-05-18 Thread Raman Budny
Hi all. I am working on modification of OFAgent to manage logical switch with OF-Config protocol: https://github.com/budnyjj/ofagent/tree/tunnel_based The purpose of this modification is to manage virtual switch in standart and switch-realization-independent way. Modified OFAgent together with p

Re: [Ryu-devel] ofagent and ryu-plugin

2015-04-02 Thread YAMAMOTO Takashi
hi, > I sorry to trouble you again > > > 1.I want to know the communication between ofagent and neutron. which part of > the codes should I see? via usual neutron rpcs. it's typically via rabbitmq. but it depends on your configuration. ofagent setup_rpc method might be a good place to start

[Ryu-devel] ofagent and ryu-plugin

2015-04-01 Thread 李凯
I sorry to trouble you again 1.I want to know the communication between ofagent and neutron. which part of the codes should I see? 2.Can you tell me the difference between ofagent and the previous mode(use ryu-plugin to combine with openstack)? Very thanks-

Re: [Ryu-devel] ofagent

2015-03-22 Thread fumihiko kakuma
Hi, I think I can answer your some questions. On Sun, 22 Mar 2015 20:24:42 +0800 (CST) 李? wrote: > > > 1.I regard the ofagent as a simple version ryu. It just achieve some app in > ryu. Is it right? > You may know, ryu is a component-based software defined networking framework. ofagent is a

[Ryu-devel] ofagent

2015-03-22 Thread 李凯
1.I regard the ofagent as a simple version ryu. It just achieve some app in ryu. Is it right? 2. Can the ofagent control the external OVS? Just that the OVS is not in openstack. Thanks! -- Dive into the World of P

Re: [Ryu-devel] ofagent

2015-03-13 Thread YAMAMOTO Takashi
> Hello, (a beginner ,have many questions.) > 1.I want to test that whether the ofagent is installed successfully or not. > How should I do? And how to use it ? eg. create a vm and try to log in? > 2. How can I test that the ryu is started or not? And how to know which ryu > app is runing? afa

[Ryu-devel] ofagent

2015-03-13 Thread 李凯
Hello, (a beginner ,have many questions.) 1.I want to test that whether the ofagent is installed successfully or not. How should I do? And how to use it ? 2. How can I test that the ryu is started or not? And how to know which ryu app is runing? Thanks!--