Re: [Ryu-devel] Having a problem with using ryu

2016-04-12 Thread Iwase Yusuke
Hi, On 2016年04月12日 12:16, jo jaafar wrote: > Hi, I have try without the OpenStack but having the unable work on it for > initialize the ryu controller. Can you send the error message from Ryu for us? > > regarding my question : > > 1&2) im using the OpenFlow 1.0 which i believe the netizen or r

Re: [Ryu-devel] Having a problem with using ryu

2016-04-11 Thread jo jaafar
Hi, I have try without the OpenStack but having the unable work on it for initialize the ryu controller. regarding my question : 1&2) im using the OpenFlow 1.0 which i believe the netizen or researcher said it was zero problem with current or new ryu. But only provide less feature rather than Ope

Re: [Ryu-devel] Having a problem with using ryu

2016-04-11 Thread Iwase Yusuke
Hi, On 2016年04月12日 01:45, jo jaafar wrote: > im using the ryu3.6. This cases after reading through oslo.config development > it seem related with to OpenStack environment. As you say, oslo.config is developed in OpenStack project, but it can operate independently of OpenStack environment. So, I

Re: [Ryu-devel] Having a problem with using ryu

2016-04-11 Thread jo jaafar
im using the ryu3.6. This cases after reading through oslo.config development it seem related with to OpenStack environment. At this point i didn't want to install OpenStack at all. Which suitable environment for RYU controller to make experiment? as requirement below? 1) i just want to execute a

Re: [Ryu-devel] Having a problem with using ryu

2016-04-04 Thread Iwase Yusuke
Hi, Which version of Ryu are you using? In the latest Ryu, you can check the requirements here. https://github.com/osrg/ryu/blob/master/tools/pip-requires If you don't have some required packages, please install them as follows. $ sudo pip install -r tools/pip-requires Thanks, Iwase On 20

[Ryu-devel] Having a problem with using ryu

2016-04-02 Thread jo jaafar
Greetings all. Currently doing a simple project for load balance in Ryu. Started since last year but have try many platform. So i decided to revert to basic package of ryu. The current problem start with running the ryu-manager in mininet. The end of line said it needed oslo_config>=1.3,<=3.0. Doe