Re: [Ryu-devel] help with ryu config

2014-06-16 Thread Yoshihiro Kaneko
2014-06-15 18:22 GMT+09:00 马超 : > success! Congrats! > > even though I don't know how to made it... > > as for the problem of br-ex, maybe I shouldn't add "bridge_ports eth0" in > /etc/network/interfaces. > > thank you for your help all this long, hoping not to bother you, maybe I > will ask yo

Re: [Ryu-devel] help with ryu config

2014-06-12 Thread Yoshihiro Kaneko
2014-06-12 19:50 GMT+09:00 Yoshihiro Kaneko : > 2014-06-12 17:47 GMT+09:00 马超 : >> the ryu-agent in compute seems can connect to neutron after recent reboot, >> and the info in ryu-agent.log has changed. but instance still cannot got >> ip. > > Possible causes are: > - dhcp-agent is not working

Re: [Ryu-devel] help with ryu config

2014-06-12 Thread Yoshihiro Kaneko
2014-06-12 17:47 GMT+09:00 马超 : > the ryu-agent in compute seems can connect to neutron after recent reboot, > and the info in ryu-agent.log has changed. but instance still cannot got > ip. Possible causes are: - dhcp-agent is not working normally Please check dhcp-agent.log. - tunnel port is

Re: [Ryu-devel] help with ryu config

2014-06-05 Thread Yoshihiro Kaneko
2014-06-05 0:40 GMT+09:00 马超 : > I try start ryu controller before neutron-server, but cannot success. Can you show me your configuration files and IP address of each node? I would like to reproduce your problem. The following files are necessary: /etc/ryu/ryu.conf /etc/neutron/neutron.conf

Re: [Ryu-devel] help with ryu config

2014-06-03 Thread Yoshihiro Kaneko
Hi, 1. ryu.app.ofp_rest (ofctl_rest?) is not necessary. The ryu-agent's error occurred because neutron-server died or not started. 2. The error of neutron-server means that connection with Ryu controller failed. ryu-manager must be started before neutron-server. 3. The cause of the timeout of t

Re: [Ryu-devel] help with ryu config

2014-05-27 Thread Yoshihiro Kaneko
Hi, 2014-05-27 14:08 GMT+09:00 马超 : (snip) >/etc/ryu/ryu.conf > > [DEFAULT] > # app_lists = $RYU_APPS > # mac address based isolation > # app_lists = ryu.app.simple_isolation,ryu.app.rest > # vlan > #app_lists=ryu.app.quantum_adapter,ryu.app.rest,ryu.app.rest_conf_switch,ryu.app.rest_quantum,r

Re: [Ryu-devel] help with ryu config

2014-05-26 Thread Yoshihiro Kaneko
Hi, 2014-05-26 0:27 GMT+09:00 马超 : > thank you for your reply! > > sorry to bother you every time, but I got lot of problems, > > Q1: > when I run ryu-manager --config-file /etc/ryu/ryu.conf > it shows > Traceback (most recent call last): > File "/usr/local/bin/ryu-manager", line 9, in > lo

Re: [Ryu-devel] help with ryu config

2014-05-23 Thread Yoshihiro Kaneko
Hi, 2014-05-21 12:04 GMT+09:00 马超 : > Hi > > I have Havana with three node: Controller, Network and Compute > > Q1: neutron-server is running on both Controller and Network node > according to "OpenStack Installation Guide for Ubuntu 12.04", witch node > should Ryu controller run on ? neutron-

[Ryu-devel] help with ryu config

2014-05-20 Thread 马超
Hi I have Havana with three node: Controller, Network and Compute Q1: neutron-server is running on both Controller and Network node according to "OpenStack Installation Guide for Ubuntu 12.04", witch node should Ryu controller run on ? Q2: if Ryu controller run on Controller (or Network) nod