[openstack-dev] [Neutron][ServiceVM] servicevm IRC meeting reminder (cancel Sep 9, next Sep 16 Tuesday 5:00(AM)UTC-)

2014-09-07 Thread Isaku Yamahata
https://wiki.openstack.org/wiki/Meetings/ServiceVM -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Neutron] Race condition between DB layer and plugin back-end implementation

2013-11-20 Thread Isaku Yamahata
e. thanks, > > Thanks, > > Edgar > > On 11/19/13 3:57 AM, "Isaku Yamahata" wrote: > > >On Mon, Nov 18, 2013 at 03:55:49PM -0500, > >Robert Kukura wrote: > > > >> On 11/18/2013 03:25 PM, Edgar Magana wrote: > >> > Develope

Re: [openstack-dev] [Neutron] Race condition between DB layer and plugin back-end implementation

2013-11-20 Thread Isaku Yamahata
reliable set of abstractions for > ensuring operations are properly ordered thus avoiding those races (I agree > on the observation on the pre/post commit solution). This discussion has been started with core plugin, another resources like service (lbaas, fw, vpn...) have similar race conditi

Re: [openstack-dev] [Neutron] Race condition between DB layer and plugin back-end implementation

2013-11-21 Thread Isaku Yamahata
arn from other projects, nova, cinder... thanks, -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Neutron] Race condition between DB layer and plugin back-end implementation

2013-11-25 Thread Isaku Yamahata
river? > How to > make sure database and back-end implementation in sync need more thought. > As configuring backend device can be an a-sync process, rollback database > tables can be cumbersome. -- Isaku Yamahata ___ OpenStack-dev mailing li

Re: [openstack-dev] [Neutron] DHCP Agent Reliability

2013-12-05 Thread Isaku Yamahata
nges to DB before sending notifications. In such cases, notification will be lost. Polling to resync would be necessary somewhere. - notification loss isn't considered. self.resync is not always run. some optimization is possible, for example - detect loss by sequence number - polling can be postponed when notifications come without loss. - periodic resync spawns threads, but doesn't wait their completion. So if resync takes long time, next resync can start even while resync is going on. - processing notification can be batched. - reducing live report. piggyback on other RPC call. -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Neutron] DHCP Agent Reliability

2013-12-07 Thread Isaku Yamahata
. Regarding to out-of-order notification, making agent to be able to accept out-of-order notifications somehow (by polling, sequence number or however) will open up the possibility for active-active Neutron server which is being discussed in this thread. > > - periodic resync spaw

Re: [openstack-dev] [Neutron] DHCP Agent Reliability

2013-12-09 Thread Isaku Yamahata
f we expose that functionality via oslo.messaging, but > it's certainly something AMQP can do. What happens if intermittent network instability occur? When the connection between agent <-> AMQP is unintentionally closed, will agent die or reconnect to it? -- Isaku Yamahata _

Re: [openstack-dev] [Neutron] DHCP Agent Reliability

2013-12-09 Thread Isaku Yamahata
On Mon, Dec 09, 2013 at 08:07:12PM +0900, Isaku Yamahata wrote: > On Mon, Dec 09, 2013 at 08:43:59AM +1300, > Robert Collins wrote: > > > On 9 December 2013 01:43, Maru Newby wrote: > > > > > > > >>> If AMQP service is set up not to lose notifica

Re: [openstack-dev] [Neutron] DHCP Agent Reliability

2013-12-09 Thread Isaku Yamahata
On Tue, Dec 10, 2013 at 07:28:10PM +1300, Robert Collins wrote: > On 10 December 2013 19:16, Isaku Yamahata wrote: > > > Answering myself. If connection is closed, it will reconnects automatically > > at rpc layer. See neutron.openstack.common.rpc.impl_{kombu, qpid}.py. &g

Re: [openstack-dev] [Neutron] DHCP Agent Reliability

2013-12-10 Thread Isaku Yamahata
> > synchronization are able to cooperate safely? Or hoping that it will be so > > in the future? > > I'm saying that you can avoid race conditions by a combination of > 'subscribe to changes' + 'give me the full state'. Like this? https://revie

Re: [openstack-dev] [Neutron] DHCP Agent Reliability

2013-12-10 Thread Isaku Yamahata
On Tue, Dec 10, 2013 at 06:35:38PM +0900, Maru Newby wrote: > > On Dec 10, 2013, at 4:47 PM, Isaku Yamahata wrote: > > > On Tue, Dec 10, 2013 at 07:28:10PM +1300, > > Robert Collins wrote: > > > >> On 10 December 2013 19:16, Isaku Yamahata wrote: > &g

Re: [openstack-dev] [Neutron] DHCP Agent Reliability

2013-12-10 Thread Isaku Yamahata
On Wed, Dec 11, 2013 at 01:23:36AM +0900, Maru Newby wrote: > > On Dec 10, 2013, at 6:36 PM, Isaku Yamahata wrote: > > > On Mon, Dec 09, 2013 at 08:43:59AM +1300, > > Robert Collins wrote: > > > >>>> listening: when an agent connects after an outa

Re: [openstack-dev] [Neutron] DHCP Agent Reliability

2013-12-13 Thread Isaku Yamahata
On Fri, Dec 06, 2013 at 04:30:17PM +0900, Maru Newby wrote: > > On Dec 5, 2013, at 5:21 PM, Isaku Yamahata wrote: > > > On Wed, Dec 04, 2013 at 12:37:19PM +0900, > > Maru Newby wrote: > > > >> In the current architecture, the Neutron service handles RPC

[openstack-dev] [neutron] Re: [Blueprint vlan-aware-vms] VLAN aware VMs

2013-12-16 Thread Isaku Yamahata
me to l2-gateway one? https://blueprints.launchpad.net/neutron/+spec/l2-gateway - Figure 5 What's the purpose of br-int local VID? VID can be directly converted from br-eth1 VID to VM VID untagged. -- Isaku Yamahata ___ OpenStack-dev mailing list

Re: [openstack-dev] [neutron] Re: [Blueprint vlan-aware-vms] VLAN aware VMs

2013-12-18 Thread Isaku Yamahata
we have to > accommodate the fact that VLANs are a special case, but this is very much > an artifact of the plugin implementation - Linux bridge based network > infrastructure simply doesn't have this problem, for instance. > > On 17 December 2013 06:17, Isaku Yamahata wrote:

Re: [openstack-dev] [Neutron][qa] Parallel testing update

2014-01-06 Thread Isaku Yamahata
operations? Instead of issueing many ovs-vsctl command, ovs-vsctl -- command0 [args] -- command1 [args] -- ... Then, the number of ovs-vsctl will be reduced and ovs-vsctl issues only single ovsdb transaction. -- Isaku Yamahata ___ OpenStack-dev ma

Re: [openstack-dev] [Neutron][qa] Parallel testing update

2014-01-06 Thread Isaku Yamahata
nd wait for its reply to confirm the result. Single barrier synchronization of add/mod-flows vs each barrier synchronizations of add/mod-flow. The current implementation doesn't have defer_apply_on/off in process_network_ports(). Is there any reason for it? Thanks, Isaku Yamahata > Summa

Re: [openstack-dev] [Neutron][qa] Parallel testing update

2014-01-07 Thread Isaku Yamahata
difications, > such as the drop all rule, will be applied. > This will probably create a short interval of time in which we might have > unexpected behaviours (such as VMs on DEAD VLAN able to communicate each > other for instance). Agree that more careful ordered update is necessary with

[openstack-dev] [Neutron] Service VM: Meeting on framework for advanced service

2014-01-09 Thread Isaku Yamahata
eBAiIZoMJP0NPAO4-60XFY/edit [3] https://review.openstack.org/#/c/56892/ [4] https://etherpad.openstack.org/p/NeutronServiceVM -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Neutron] Service VM: Meeting on framework for advanced service

2014-01-13 Thread Isaku Yamahata
nks, On Fri, Jan 10, 2014 at 01:36:23PM +0900, Isaku Yamahata wrote: > Hello Neutron developers. > > Framework for advanced service[1][2] was discussed at the last summit. > Since it's been a while and there has been a progress as the code[3], > I think it's good time

Re: [openstack-dev] [Neutron] auto configration of local_ip

2014-01-16 Thread Isaku Yamahata
ia 192.168.1.1 dev wlan0 src 192.168.1.17 > cache 6: run a command which is specified in the config file. use its output. Then arbitrary logic can be used by writing shell script or whatever without modifying neutron. Some samples which implement option 1-5 can be put in the repo. thanks,

Re: [openstack-dev] [Neutron] Interest in discussing vendor plugins for L3 services?

2014-02-09 Thread Isaku Yamahata
C D2C7 931D 8D2D 4525 ECC2 53E3 1A83 > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [Neutron] Service VM: irc discussion?

2014-02-09 Thread Isaku Yamahata
tings/AdvancedServices -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] How to write a new neutron L2 plugin using ML2 framework?

2014-02-09 Thread Isaku Yamahata
e are any other better way, I'd also like to know. thanks, > I'm very eager to be able to get your help and sincerely thank you in advance. > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://l

Re: [openstack-dev] [Neutron] Service VM: irc discussion?

2014-02-09 Thread Isaku Yamahata
What's your timezone? 18.00UTC doesn't work for me because my timezone is UTC+9 and it's 3:00AM. thanks, On Mon, Feb 10, 2014 at 06:43:05AM +, "balaj...@freescale.com" wrote: > Hi Isaku Yamahata, > > Is it possible to move the below time slot a little e

Re: [openstack-dev] [Neutron] Service VM: irc discussion?

2014-02-10 Thread Isaku Yamahata
balaj...@freescale.com [mailto:balaj...@freescale.com] > ??送?奔?: 2014年2月10日 15:11 > 收件人: Isaku Yamahata; OpenStack Development Mailing List (not for usage > questions) > 主??: Re: [openstack-dev] [Neutron] Service VM: irc discussion? > > Hi Isaku Yamahata, > > We are at UTC+5.30

Re: [openstack-dev] [neutron] [group-policy] Changing the meeting time

2014-02-16 Thread Isaku Yamahata
gt;> > >> > >> > >> ___ > >> OpenStack-dev mailing list > >> OpenStack-dev@lists.openstack.org > >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >> > > >

Re: [openstack-dev] [neutron] Service VMs

2014-04-27 Thread Isaku Yamahata
23, 2014 7:17 PM > > To: OpenStack Development Mailing List (not for usage questions) > > Cc: isaku yamahata > > Subject: Re: [openstack-dev] [neutron] Service VMs > > > > On Tue, Apr 22, 2014 at 5:49 PM, Isaku Yamahata > > wrote: > > > Hi. Keyle, tha

[openstack-dev] [Neutron] ServiceVM IRC meeting(May 6 Tuesday 5:00(AM)UTC-)

2014-05-01 Thread Isaku Yamahata
, jeeve,... topic name: servicevm, hosting device,... - design API/model - way to review: gerrit or google-doc? - design strategy * open discussion -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http

[openstack-dev] [Neutron] ServiceVM IRC meeting minutes May 6 (was Re: [Neutron] ServiceVM IRC meeting(May 6 Tuesday 5:00(AM)UTC-))

2014-05-05 Thread Isaku Yamahata
https://wiki.openstack.org/wiki/ServiceVM/terminology LINK: https://wiki.openstack.org/wiki/ServiceVM lots of short-term gap-filler discussion thanks, Isaku Yamahata On Fri, May 02, 2014 at 02:01:31PM +0900, Isaku Yamahata wrote: > Hi. This is a reminder mail for the servicevm IRC meeting > May 6, 2014

Re: [openstack-dev] [Neutron] ServiceVM IRC meeting minutes May 6 (was Re: [Neutron] ServiceVM IRC meeting(May 6 Tuesday 5:00(AM)UTC-))

2014-05-07 Thread Isaku Yamahata
visit docs.google.com in China. > >url: > https://docs.google.com/presentation/d/14dvV3S9Eph2z-auk34I_Ftld-lHA3VMoyNWAPRTeWgE/edit?usp=sharing > > > many thanks! > > > > > > > > > > At 2014-05-06 14:54:09,&quo

[openstack-dev] [Neutron] ServiceVM IRC meeting(next: June 2nd Tuesday 5:00(AM)UTC-)

2014-05-19 Thread Isaku Yamahata
Hi. This is a follow up mail of the design summit. The next IRC meeting will be held on June 2nd, 2014 Tuesdays 5:00(AM)UTC- on #openstack-meeting (May 20, 27 will be skipped). https://etherpad.openstack.org/p/servicevm https://wiki.openstack.org/wiki/Meetings/ServiceVM thanks, -- Isaku Yamahata

Re: [openstack-dev] [Neutron][NFV] NFV BoF at design summit

2014-05-20 Thread Isaku Yamahata
Hi, I will also attend the NFV IRC meeting. thanks, Isaku Yamahata On Tue, May 20, 2014 at 01:23:22PM -0700, Stephen Wong wrote: > Hi, > > I am part of the ServiceVM team and I will attend the NFV IRC meetings. > > Thanks, > - Stephen > > > On Tue, May 20, 20

Re: [openstack-dev] [Neutron][NFV] NFV BoF at design summit

2014-05-21 Thread Isaku Yamahata
estrator and VNF manager. Especially life cycle management of VMs/services. configuration of services. I think the above document and the NFV documents only give high level statement of components, right? thanks, > > Thanks, > Dmitry > > > On Wed, May 21, 2014 at 9:01 AM, Isaku Yam

Re: [openstack-dev] [Neutron][NFV] NFV BoF at design summit

2014-05-25 Thread Isaku Yamahata
ice is composed of hierarchical multiple VMs. I suspect no one knows. This is why we unite to make efforts for NFV. thanks, Isaku Yamahata > All the best, > Kenichi > > > > > From: Dmitry [mailto:mey...@gmail.com] > > Sent: Thursday, May 22, 2014 5:40 PM > >

Re: [openstack-dev] [Neutron][NFV] NFV BoF at design summit

2014-05-25 Thread Isaku Yamahata
he implementation for more complex case like forwarding graph (VNF and VNF-FG in NFV terminology?). > In addition, I would happy to know if Service VM will be incubated for Juno > release. Yea, I'm going to create the first repo in stackforge in one or two weeks. thanks, Isaku Yamahata &g

[openstack-dev] [neutron][ironic] topology as a service (physical network topology): design summit follow up

2014-05-26 Thread Isaku Yamahata
nstack.org/p/topology-as-a-service [4] https://blueprints.launchpad.net/neutron/+spec/physical-network-topology [5] https://review.openstack.org/#/c/91275/ thanks, -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http:

Re: [openstack-dev] Network-as-a-Service

2014-05-26 Thread Isaku Yamahata
surely useful. The information which is got by your work can be used for many purpose. -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [neutron][L3] VM Scheduling v/s Network as input any consideration ?

2014-05-30 Thread Isaku Yamahata
https://wiki.openstack.org/wiki/Topology-as-a-service [2] https://etherpad.openstack.org/p/hierarchical_network_topology [3] http://lists.openstack.org/pipermail/openstack-dev/2014-May/035868.html [4] https://review.openstack.org/#/c/91275/ thanks, Isaku Yamahata On Fri, May 30, 2014 at 11:11:46AM

[openstack-dev] [Neutron] ServiceVM IRC meeting(next: June 3rd Tuesday) 5:00(AM)UTC-)

2014-05-30 Thread Isaku Yamahata
tps://etherpad.openstack.org/p/servicevm https://wiki.openstack.org/wiki/Meetings/ServiceVM Sorry for confusion. thanks, On Mon, May 19, 2014 at 10:59:26PM +0900, Isaku Yamahata wrote: > Hi. This is a follow up mail of the design summit. > The next IRC meeting will be held on > June 2nd, 201

[openstack-dev] [ServiceVM] IRC meeting minutes June 3, 2014 5:00(AM)UTC-)

2014-06-03 Thread Isaku Yamahata
-03-05.04.html http://eavesdrop.openstack.org/meetings/servicevm_device_manager/2014/servicevm_device_manager.2014-06-03-05.04.log.html thanks, -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.

Re: [openstack-dev] [Neutron] One performance issue about VXLAN pool initiation

2014-06-04 Thread Isaku Yamahata
ed: more than 1h when VXLAN range is [1, > >>> 1M]. > >>> >> > > >>> >> > So, any good solution about this performance issue? > >>> >> > > >>> >> > Thanks, > >>> >> > Xurong Yang > >

Re: [openstack-dev] [ServiceVM] IRC meeting minutes June 3, 2014 5:00(AM)UTC-)

2014-06-05 Thread Isaku Yamahata
mitry > > > On Tue, Jun 3, 2014 at 10:00 AM, Isaku Yamahata > wrote: > > > Here is the meeting minutes of the meeting. > > > > ServiceVM/device manager > > meeting minutes on June 3, 2014: > > https://wiki.openstack.org/wiki/Meetings/Servic

[openstack-dev] [Neutron][ServiceVM] servicevm IRC meeting reminder (June 10 Tuesday 5:00(AM)UTC-)

2014-06-08 Thread Isaku Yamahata
Hi. This is a reminder mail for the servicevm IRC meeting June 10, 2014 Tuesdays 5:00(AM)UTC- #openstack-meeting on freenode https://wiki.openstack.org/wiki/Meetings/ServiceVM agenda: (feel free to add your items) * project incubation * NFV meeting follow up * open discussion -- Isaku Yamahata

[openstack-dev] [Neutron][ServiceVM] servicevm IRC meeting minutes (June 10 Tuesday 5:00(AM)UTC-)

2014-06-10 Thread Isaku Yamahata
Mon, Jun 09, 2014 at 03:16:27PM +0900, Isaku Yamahata wrote: > Hi. This is a reminder mail for the servicevm IRC meeting > June 10, 2014 Tuesdays 5:00(AM)UTC- > #openstack-meeting on freenode > https://wiki.openstack.org/wiki/Meetings/ServiceVM > > agenda: (feel free to add yo

[openstack-dev] [Neutron][ServiceVM] servicevm IRC meeting reminder (June 17 Tuesday 5:00(AM)UTC-)

2014-06-16 Thread Isaku Yamahata
ement * action items from the last week * project incubation * NFV meeting follow up * blueprint follow up * open discussion -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/lis

Re: [openstack-dev] [Neutron][ML2] Modular L2 agent architecture

2014-06-18 Thread Isaku Yamahata
L2 agents. I have also posted some code fragments at [2] > >> >> > sketching the implementation of the proposed architecture. Please > >> >> > have a > >> >> > look when you get a chance and let us know if you have any comments. > >> >> > > >> &

Re: [openstack-dev] [Neutron][ML2] Modular L2 agent architecture

2014-06-18 Thread Isaku Yamahata
ar library written in python. thanks, Isaku Yamahata On Tue, Jun 17, 2014 at 11:38:36AM -0500, Kyle Mestery wrote: > Another area of improvement for the agent would be to move away from > executing CLIs for port commands and instead use OVSDB. Terry Wilson > and I talked about this, and re

Re: [openstack-dev] [Neutron] Service VM: irc discussion?

2014-03-05 Thread Isaku Yamahata
me is inconvenient for you. The schedule will also be discussed, and the meeting time would be changed from the 2nd one. Thanks, On Mon, Feb 10, 2014 at 03:11:43PM +0900, Isaku Yamahata wrote: > As the first patch for service vm framework is ready for review[1][2], > it would be a good idea

Re: [openstack-dev] [Neutron] Service VM: irc discussion?

2014-03-11 Thread Isaku Yamahata
tp://wiki.debian.org/MeetBot . (v 0.1.4) > > To clarify, are you looking at Tuesdays at 22:00 UTC or 23:00 UTC? > > Thanks, > - Stephen > > > > On Wed, Mar 5, 2014 at 9:57 AM, Isaku Yamahata > wrote: > > > Since I received some mails privately, I'd

[openstack-dev] [Neutron] advanced servicevm framework IRC meeting March 18(Tuesday) 23:00 UTC

2014-03-17 Thread Isaku Yamahata
Thanks, -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Neutron] advanced servicevm framework IRC meeting March 18(Tuesday) 23:00 UTC

2014-03-18 Thread Isaku Yamahata
Hi Balaji. Let's discuss/determine on the time at the meeting as it is listed as agenda. Sorry for inconvenience for the first time. Do you have any feedback other than the meeting time? thanks, On Tue, Mar 18, 2014 at 06:18:01AM +, "balaj...@freescale.com" wrote: >

[openstack-dev] [Neutron] advanced servicevm framework: meeting time slot proposal 5:00UTC (Tue) and minutes (was Re: [Neutron] advanced servicevm framework IRC meeting March 18(Tuesday) 23:00 UTC)

2014-03-19 Thread Isaku Yamahata
nstack.org/wiki/Meetings/ServiceVM Thanks, On Tue, Mar 18, 2014 at 03:04:53PM +0900, Isaku Yamahata wrote: > Hello. This is a reminder for servicevm framework IRC meeting. > date: March 18 (Tuesday) 23:00 UTC > channel: #openstack-meeting > > the followings are proposed as agen

[openstack-dev] [Neutron] servicevm: weekly servicevm IRC meeting

2014-03-30 Thread Isaku Yamahata
Hi. This is a reminder mail for the servicevm IRC meeting April 1, 2014 Tuesdays 5:00(AM)UTC- - status update - dividing the blueprints into smaller elemental ones -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

[openstack-dev] [Neutron] servicevm: weekly servicevm IRC meeting(April 8, 2014)

2014-04-06 Thread Isaku Yamahata
Hi. This is a reminder mail for the servicevm IRC meeting April 8, 2014 Tuesdays 5:00(AM)UTC- #openstack-meeting on freenode - status update - details of dividing the blueprints (Sorry I'm going to write it up from now on.) - design summit plan -- Isaku Yam

[openstack-dev] [olso][neutron] proxying oslo.messaging from management network into tenant network/VMs

2014-04-09 Thread Isaku Yamahata
sage-proxy-server [6] https://blueprints.launchpad.net/neutron/+spec/adv-services-in-vms -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [olso][neutron] proxying oslo.messaging from management network into tenant network/VMs

2014-04-09 Thread Isaku Yamahata
of network-based agent as a huge > advantage. Could you please clarify why you've picked design depending > on hypervisor? I agree those arguments. But I don't see how network-based agent approach works with Neutron network for now. Can you please elaborate on it? thanks,

Re: [openstack-dev] [olso][neutron] proxying oslo.messaging from management network into tenant network/VMs

2014-04-09 Thread isaku yamahata
tion in case that the agent local configuration is out of sync with what neutron server thinks. thanks, Isaku Yamahata On Thu, Apr 10, 2014 at 2:11 AM, Daniel P. Berrange wrote: > On Wed, Apr 09, 2014 at 05:33:49PM +0900, Isaku Yamahata wrote: >> Hello developers. >> >>

Re: [openstack-dev] [neutron] Service VMs

2014-04-23 Thread Isaku Yamahata
; >> > >> ___ > >> OpenStack-dev mailing list > >> OpenStack-dev@lists.openstack.org > >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > > ___

[openstack-dev] [Neutron][ServiceVM] servicevm and Paris summit(BoF)

2014-10-24 Thread Isaku Yamahata
https://blueprints.launchpad.net/neutron/+spec/l3-plugin-brocade-vyatta-vrouter https://blueprints.launchpad.net/neutron/+spec/firewall-plugin-for-brocade-vyatta-vrouter [3] https://blueprints.launchpad.net/neutron/+spec/tcs-fwaas-netconf-host-plugin -- Isaku Yam

Re: [openstack-dev] [neutron] Lightning talks during the Design Summit!

2014-11-03 Thread Isaku Yamahata
_ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [Neutron][ServiceVM] chainging weekly servicevm IRC meeting time

2014-11-12 Thread Isaku Yamahata
. thanks, -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Neutron][ServiceVM] chainging weekly servicevm IRC meeting time

2014-11-12 Thread Isaku Yamahata
On Thu, Nov 13, 2014 at 12:09:18PM +0900, Isaku Yamahata wrote: > Hello. As we discussed at the summit and following irc meeting, > the time slot/channel is changed from Nov 19, 2014. > > - Weekly 17:00AM UTC(Wednesday) 30min Oops. - Weekly 17:00 UTC(Wednesday) 30min (time is co

Re: [openstack-dev] [neutron] L2 gateway as a service

2014-11-17 Thread Isaku Yamahata
; >> > >>>> >> > >>>> >> ___ > >>>> >> OpenStack-dev mailing list > >>>> >> OpenStack-dev@lists.openstack.org > >>>> >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >>>> >> > >>>> > > >>>> > > >>>> > ___ > >>>> > OpenStack-dev mailing list > >>>> > OpenStack-dev@lists.openstack.org > >>>> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >>>> > > >>>> > >>>> ___ > >>>> OpenStack-dev mailing list > >>>> OpenStack-dev@lists.openstack.org > >>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >>> > >>> > >>> > >>> > >>> -- > >>> Igor Duarte Cardoso. > >>> http://igordcard.com > >>> @igordcard > >>> > >>> ___ > >>> OpenStack-dev mailing list > >>> OpenStack-dev@lists.openstack.org > >>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >>> > >> > >> > >> ___ > >> OpenStack-dev mailing list > >> OpenStack-dev@lists.openstack.org > >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >> > > > > > > ___ > > OpenStack-dev mailing list > > OpenStack-dev@lists.openstack.org > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [Neutron][ServiceVM] servicevm IRC meeting reminder (Nov 19 Wednesday 17:00 UTC-)

2014-11-17 Thread Isaku Yamahata
Hi. This is a reminder mail for the weekly servicevm IRC meeting. >From Nov 19 2014, the timeslot/channel has been changed. Please be prepared. Nov 19, 2014 Wednesday 17:00 UTC- #openstack-meeting-4 on freenode https://wiki.openstack.org/wiki/Meetings/ServiceVM -- Isaku Yamah

Re: [openstack-dev] [Neutron][ML2] Modular L2 agent architecture

2014-06-18 Thread Isaku Yamahata
What's the progress by Terry Wilson? If not much, I'm willing to file blueprint/spec and drive it. thanks, On Wed, Jun 18, 2014 at 07:00:59PM +0900, Isaku Yamahata wrote: > Hi. Ryu provides ovs_vsctl.py library which is python equivalent to > ovs-vsctl command. It speaks OVSDB

Re: [openstack-dev] [Neutron][ML2] Modular L2 agent architecture

2014-06-19 Thread Isaku Yamahata
reason? Maru? I'm curious. At least I fixed the issues I hit when I wrote ovs_vsctl.py. Thanks, > Terry > > > On Wed, Jun 18, 2014 at 07:00:59PM +0900, > > Isaku Yamahata wrote: > > > > > Hi. Ryu provides ovs_vsctl.py library which is python equiva

[openstack-dev] [Neutron][ServiceVM] servicevm IRC meeting reminder (June 28 Tuesday 5:00(AM)UTC-)

2014-06-23 Thread Isaku Yamahata
print follow up * open discussion * add your items -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Neutron][ServiceVM] servicevm IRC meeting reminder (June 28 Tuesday 5:00(AM)UTC-)

2014-06-24 Thread Isaku Yamahata
As action items, I've moved API spec to google-doc until stackforge repo is created. Here is the link https://docs.google.com/document/d/10v818QsHWw5lSpiCMfh908PAvVzkw7_ZUL0cgDiH3Vk/edit?usp=sharing thanks, On Mon, Jun 23, 2014 at 11:25:03PM +0900, Isaku Yamahata wrote: > Hi. T

Re: [openstack-dev] [nova][neutron] Networks without subnets

2014-07-14 Thread Isaku Yamahata
> > Kyle > > > > [1] > > https://wiki.openstack.org/wiki/Network/Meetings#Team_Discussion_Topics > > > > > >> Cheers, > >> > >> Brent > >> > >> ___ > >> OpenStack-dev mailing list > >> OpenStack-dev@lists.openstack.org > >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >> > > > > > > ___ > > OpenStack-dev mailing list > > OpenStack-dev@lists.openstack.org > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [nova][neutron] Networks without subnets

2014-07-21 Thread Isaku Yamahata
hem to send an email to the > openstack-dev ML though, so we can have the discussion here. As I commented at the gerrit, we, two authors of port security (Shweta and me), have agreed that the blueprints/specs will be unified. I'll send a mail for a spec freeze exception soon. thanks, -- Isaku

[openstack-dev] [Neutron][Spec Freeze Exception] ml2-ovs-portsecurity

2014-07-21 Thread Isaku Yamahata
https://review.openstack.org/#/c/106222/ Add Port Security Implementation in ML2 Plugin The author, Shweta, and I have agreed to consolidate those specs/blueprints and unite for the same goal. Thanks, -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStac

Re: [openstack-dev] [Neutron][Spec Freeze Exception] ml2-ovs-portsecurity

2014-07-21 Thread Isaku Yamahata
but it defines only rest API. If it touches iptables_firewall driver, both BPs need mostly same code change on the driver. thanks, > > > > On Tue, Jul 22, 2014 at 11:17 AM, Isaku Yamahata > wrote: > > > > > I'd like to request Juno spec freeze exception for ML

Re: [openstack-dev] [NFV] Ready to change the meeting time?

2014-07-29 Thread Isaku Yamahata
> OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] 答???: [Neutron] Auth token in context

2014-08-04 Thread Isaku Yamahata
from a user request passed down > >>> >to the context so it can potentially be used by the plugin or driver? > >>> > > >>> >Thank you > >>> > > >>> > > >>> >___ > >>> >OpenStack-dev mailing list > >>> >OpenStack-dev@lists.openstack.org > >>> >http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >>> >___ > >>> >OpenStack-dev mailing list > >>> >OpenStack-dev@lists.openstack.org > >>> >http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >>> > >>> ___ > >>> OpenStack-dev mailing list > >>> OpenStack-dev@lists.openstack.org > >>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >>> > >> > >> > >> > >> -- > >> Kevin Benton > >> > >> ___ > >> OpenStack-dev mailing list > >> OpenStack-dev@lists.openstack.org > >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >> > >> > > > > > > -- > > Kevin Benton > > > > ___ > > OpenStack-dev mailing list > > OpenStack-dev@lists.openstack.org > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > > > > > -- > Kevin Benton > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Neutron] Re: Service VM discussion - mgmt ifs

2013-10-10 Thread Isaku Yamahata
On Thu, Oct 03, 2013 at 11:33:35PM +, "Regnier, Greg J" wrote: > RE: vlan trunking support for network tunnels > Copying to dev mailing list. > - Greg > > -Original Message- > From: Kyle Mestery (kmestery) [mailto:kmest...@cisco.com] > Sent: Thursday, October 03, 2013 6:33 AM

Re: [openstack-dev] [Neutron] VLAN aware VMs

2013-10-28 Thread Isaku Yamahata
like to discuss this. > > Regards, > Erik > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [nova] [neutron] PCI pass-through network support

2013-10-29 Thread Isaku Yamahata
some compute nodes use OVS plugin, another nodes LB plugin. (Right now it may not possible easily, but it will be with ML2 plugin and mechanism driver). User wants their VMs to run on nodes with OVS plugin for some reason(e.g. performance difference). Such usage would be handled similarly. Thanks

Re: [openstack-dev] [nova] [neutron] PCI pass-through network support

2013-10-30 Thread Isaku Yamahata
eduling , so possibly > that's the right direction? Let's wait for the summit discussion. Interesting. Yeah, I look forward for the summit discussion. Let's try to involve not only Nova developers, but also other Neutron developers. thanks, -- Isaku Yamahata ___

Re: [openstack-dev] [nova] [neutron] PCI pass-through network support

2013-11-01 Thread Isaku Yamahata
Port profile is generic way of Neutron to pass plugin-specific data as dictionary. Cisco plugin uses it to pass VMEFX specific data. Robert, correct me if I'm wrong. thanks, --- Isaku Yamahata On Thu, Oct 31, 2013 at 10:21:20PM +, "Jiang, Yunhong" wrote: > Robert, I

Re: [openstack-dev] [Neutron] VLAN aware VMs

2013-11-04 Thread Isaku Yamahata
Thursday? > > > > On Nov 4, 2013, at 10:20 PM, Yi Sun > > wrote: > > > > > Guys, > > > I just checked the schedule of unconference sessions. There are no free > > slots anymore. > > > > > > Yi > > > > > > On Tuesday,

Re: [openstack-dev] [nova][api] Is this a potential issue

2013-11-15 Thread Isaku Yamahata
t; >> migration.save() > >> > >>___ > >>OpenStack-dev mailing list > >>OpenStack-dev@lists.openstack.org > >>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > >___ > >OpenStack-dev mailing list > >OpenStack-dev@lists.openstack.org > >http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > ___ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Isaku Yamahata ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Neutron] Race condition between DB layer and plugin back-end implementation

2013-11-19 Thread Isaku Yamahata
e. changing port during subnet/network update/deletion.) I think it would be useful to establish reference locking policy for ML2 plugin for SDN controllers. Thoughts or comments? If this is considered useful and acceptable, I'm willing to help. thanks, Isaku Yamahata > -Bob > > &

Re: [openstack-dev] [devstack] [odl-networking] Devstack with ODL using Mitaka?

2016-06-07 Thread Isaku Yamahata
ts.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Isaku Yamahata __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ..

Re: [openstack-dev] [neutron] moving openvswitch ports between namespaces considered harmful

2015-02-13 Thread Isaku Yamahata
versions... Or are you referring to recirculation? > >> 2) Using OVS+OF to do QoS > >> > >> other interesting stuff to look at: What exactly do you mean? marking packet or tc queuing? thanks, -- Isaku Yamahata ___

Re: [openstack-dev] [neutron] openwrt VM as service

2015-04-16 Thread Isaku Yamahata
; > originated this I'd be grateful. > > > > > > dt > > > > > > [0] https://github.com/dtroyer/openwrt-packages/tree/master/rc.cloud > > > -- > > > > > > Dean Troyer > > > dtro...@gmail.com > > > > > > > __

Re: [openstack-dev] [Neutron] service chaining feature development meeting minutes

2015-05-11 Thread Isaku Yamahata
Hello Cathy. Thank you for arranging the meeting. Will we have goto meeting/irc meeting this week(May 12) on this topic? I haven't seen any announcement yet. thanks in advance Isaku Yamahata On Tue, May 05, 2015 at 08:55:25PM +, Cathy Zhang wrote: > Attendees (Sorry we did not c

Re: [openstack-dev] [telemetry][ceilometer][opendaylight][networking-odl] OpenDaylight Driver for Ceilometer

2017-06-12 Thread Isaku Yamahata
me. > > Thanks, > Deepthi > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi

Re: [openstack-dev] [neutron] security group OVO change

2017-06-16 Thread Isaku Yamahata
gt; OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Isaku Yamahata _

Re: [openstack-dev] [neutron] out-of-tree l3 service providers

2017-09-07 Thread Isaku Yamahata
ch. > >> given these issues, now i tend to think it's cleaner to introduce > >> ml2-like precommit/postcommit driver api (or its equivalent via > >> callbacks) rather than using these existing notifications. > >> > >> how do you think? > > > > > >

Re: [openstack-dev] [neutron] out-of-tree l3 service providers

2017-09-07 Thread Isaku Yamahata
On Fri, Sep 08, 2017 at 12:26:56PM +0900, Takashi Yamamoto wrote: > hi, > > On Fri, Sep 8, 2017 at 5:52 AM, Isaku Yamahata > wrote: > > Hi. > > > > Any update on this? Now L3 service provider got the time slot at the PTG. > > > > Yamamoto, do you ha

Re: [openstack-dev] Re?: [Neutron] Denver Team Dinner

2017-09-13 Thread Isaku Yamahata
; > > > > > _ > > > > > > OpenStack Development Mailing List (not for usage questions) > > > > > > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subjec > > > > > > t:unsubscribe > > > > > > http://lis

Re: [openstack-dev] [OpenStack] [Networking-odl] [Qos] networking-odl is not sending complete data during qos-policy-name update

2017-11-27 Thread Isaku Yamahata
y: policy > > > Thanks, > Vamsi > __ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.

Re: [openstack-dev] [neutron-dev] [neutron] Generalized issues in the unit testing of ML2 mechanism drivers

2018-01-15 Thread Isaku Yamahata
ailing list > > neutron-...@lists.opendaylight.org > > https://lists.opendaylight.org/mailman/listinfo/neutron-dev > > > > > > > -- > Regards, > Mike > __ > OpenStack Development

Re: [openstack-dev] [neutron] Generalized issues in the unit testing of ML2 mechanism drivers

2018-02-20 Thread Isaku Yamahata
ODL mech driver, then you don't need to run the test > for networking-odl changes. I'd be hesitant to remove all tests > though, it's a good investment of time to figure out which tests are > valuable to you. Mike and Michel should raise it at the PTG for di

Re: [openstack-dev] [Qos]Unable to apply qos policy with dscp marking rule to a port

2018-03-19 Thread Isaku Yamahata
k this issue: > > https://bugs.launchpad.net/networking-odl/+bug/1756132 > > > > Thanks, > Vamsi -- Isaku Yamahata __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [networking-odl] Neutron with OpenDaylight Boron controller

2016-12-09 Thread Isaku Yamahata
Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Isaku Yamahata __

Re: [openstack-dev] [neutron] [stadium] subprojects on independent release cycle

2017-02-08 Thread Isaku Yamahata
arify your plans for cutting an > Ocata release? > > Thanks, > Armando > > > > [1] https://releases.openstack.org/ocata/schedule.html > > [2] https://review.openstack.org/#/c/428474/ > > > ______ >

Re: [openstack-dev] [neutron] - Neutron team social in Atlanta on Thursday

2017-02-19 Thread Isaku Yamahata
subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- Isaku Yamahata __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack

  1   2   >