[openstack-dev] [Neutron] Third-party testing

2013-12-08 Thread Yoshihiro Kaneko
Hi Neutron team, I'm working on building Third-party testing for Neutron Ryu plugin. I intend to use Jenkins and gerrit-trigger plugin. It is required that Third-party testing provides verify vote for all changes to a plugin/driver's code, and all code submissions by the jenkins user. https://wik

Re: [openstack-dev] [Neutron] Third-party testing

2013-12-09 Thread Yoshihiro Kaneko
2013/12/10 Matt Riedemann : > > > On Sunday, December 08, 2013 11:32:50 PM, Yoshihiro Kaneko wrote: >> >> Hi Neutron team, >> >> I'm working on building Third-party testing for Neutron Ryu plugin. >> I intend to use Jenkins and gerrit-trigger plugin. &

Re: [openstack-dev] [Neutron] Third-party testing

2013-12-11 Thread Yoshihiro Kaneko
es in the following > packages: > neutron.db > neutron.api > neutron.extensions > neutron.plugin. > neutron.openstack > neutron.agent (if your plugin uses any of the agents) Thank you for the details. It helps me very much. Many thanks! > > Regards, > Salvatore > >

Re: [openstack-dev] [Neutron] Third-party testing

2013-12-12 Thread Yoshihiro Kaneko
2013/12/11 Salvatore Orlando : > Hi Yoshihiro, > > In my opinion the use of filters on changes is allowed by the smoketesting > policy we defined. > Notwithstanding that the approach of testing every patch is definitely the > safest, I understand in some cases the volume of patchsets uploaded to >

[openstack-dev] [Nova][Neutron] nova boot fails

2013-12-24 Thread Yoshihiro Kaneko
Hello, When I tried devstack with Neutron Ryu plugin, nova boot failed with the following error: ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-2f3489c9-9fb5-4666-b5a3-dabf8068160b) Change Iaaee059a (https://review.openstack.o

[openstack-dev] [neutron] dnsmasq process wasn't created after added a network

2013-09-20 Thread Yoshihiro Kaneko
Hello, I tried latest devstack (master branch). And I created a network, but dnsmasq process for the network wasn't created. localrc I used is as follows: -- HOST_NAME=$(hostname) SERVICE_HOST=192.168.1.10 disable_service n-net enable_service q-svc q-agt q-dhcp q-l3 q-meta neutron Q_HOS

Re: [openstack-dev] [neutron] dnsmasq process wasn't created after added a network

2013-09-23 Thread Yoshihiro Kaneko
Hi, I misunderstood. dnsmasq process was created when VM port, not a network, was added. Thanks, Kaneko 2013/9/20 Yoshihiro Kaneko : > Hello, > > I tried latest devstack (master branch). > And I created a network, but dnsmasq process for the network wasn't created. > &g

Re: [openstack-dev] About ryu neutron plugin

2013-10-27 Thread Yoshihiro Kaneko
Hi Yong, Could you explain the details of your problem? Thanks, Kaneko 2013/10/27 Yongsheng Gong : > Hi, > I am trying to set up a deployment via neutron ryu plugin, but it seems > there is no way to set up it right with the latest neutron code and the > latest ryu code . And the document about

Re: [openstack-dev] pip requirements externally host (evil evil stab stab stab)

2013-07-22 Thread Yoshihiro Kaneko
Hi Salvatore, I intend to replace the netifaces module which Ryu agent uses with the ip_lib module. Thanks, Kaneko 2013/7/21 Salvatore Orlando : > I reckon the netifaces package is only used in Neutron's Ryu plugin. > At a first glance, it should be possible to replace its current usage with >