21:03:50 #startmeeting neutron_ipv6 21:03:51 Meeting started Thu Dec 5 21:03:50 2013 UTC and is due to finish in 60 minutes. The chair is sc68cal. Information about MeetBot at http://wiki.debian.org/MeetBot. 21:03:52 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 21:03:54 The meeting name has been set to 'neutron_ipv6' 21:04:36 Hello everyone, I hope all are doing well 21:04:56 Hey, Sean 21:05:08 * sc68cal pulls up agenda 21:05:08 hi sean 21:05:15 hello 21:05:24 #topic review previous meeting items 21:06:10 So our meeting 2 weeks ago, the first thing we talked about was how to move forward with the DHCP agent for V6 21:06:51 we discussed that in depth on the brainstorm on tuesday night, and the consensus was that we're going to attempt to get all the work that everyone has done around this combined 21:07:21 Randy__ and shshang posted their review, which contains the work they did to make dhcpv6 work with dnsmasq 21:07:57 #link https://review.openstack.org/#/c/58186/ Review for IPv6 - Randy & shshang 21:08:14 shshang: Do I have attribution right? 21:08:27 Yup, that is correct, Sean! 21:08:32 Great 21:08:50 so let's go ahead and use that to transition into a recap about what we talked about tuesday 21:08:57 #topic recap tuesday brainstorm 21:09:08 shshang: want to summarize our discussion? 21:09:41 Sure. So we had a brainstorming session on Tuesday 21:09:59 We had teams from multiple placeholders, such as Comcast, IBM, HP, Cisco, and Nephos6 21:10:25 Sean clarified several question regarding the blueprint he proposed to the community 21:10:40 Regarding the blueprint, we focused on the short-term and mid-term goals 21:11:03 #link https://blueprints.launchpad.net/neutron/+spec/ipv6-provider-nets-slaac Comcast short-term goal for IPv6 21:11:33 In summary, for short-term goals, with the new patch in Neutron to modify the firewall rules, the system should be able to achieve the short-term goal 21:12:02 In other words, VM should be able to learn RA from upstream router, and come up with dual-stack address 21:12:24 W.r.t. the mid-term goal, a lot of work have been done already jointly between Comcast, IBM and HP team 21:12:38 something to note here is that patch applies to the hybrid VIF driver 21:13:16 i (hp) won't take credit for any work, just reviews :) 21:13:45 so what is next here on this front "Comcast short-term goal for IPv6", how do we advance this so we can deploy preliminary support IPv6? 21:13:47 There are several bug fixes already submitted . In addition, Randy and I did POC before, and we believe that we can merge the work we did to add support of the architecture with Neutron Router and L3 agent 21:14:15 @aveiga, thanks for the note. Yup, that is correct 21:14:55 that sounds like a good time to transition to bugs 21:15:01 #topic bugs 21:15:16 We will leverage the work Sean and IBM team already did, i.e. the framework to add dnsmasq mode from CLI to the code, and make sure dnsmasq has flexibility to achieve Sean's mid-term gold 21:15:19 goal 21:15:50 In addition, Sean encouraged us to create a new blueprint 21:15:59 #undo 21:16:00 Removing item from minutes: 21:16:08 make it as addition to the existing blueprint he submitted. 21:16:34 Randy created a blueprint for that purpose 21:17:10 perfect 21:17:13 We will create at least one more blueprint as supplement to Sean's, in order to support router and l3 agent 21:17:22 #link https://blueprints.launchpad.net/neutron/+spec/dnsmasq-bind-into-qrouter-namespace 21:17:30 thanks Randy__ 21:17:32 Thanks, @Randy 21:17:43 np 21:18:06 So eventually, as part of the Comcast mid-term goal, we should be able to allow user to define which mode dnsmasq will run at, and spin up dual-stack VM accordingly 21:18:17 We didn't have time to discuss long-term goal yet. 21:18:47 Anything I missed, Sean or Randy? 21:18:58 to be specific about the mid-term goal, there are 3 major ways to provision a network in ipv6 21:19:05 SLAAC, stateful, and stateless 21:19:23 it would be useful to extend neutron's network attributes to include provisioning mode 21:19:32 and basically set the v4 subnets to stateful 21:19:41 aveiga: I believe the subnet_mode bp covers that 21:19:44 but allow the v6 networks t oselect one of these modes 21:19:55 since it allows you to do static, ra-names, ra-stateless, etc 21:19:55 exactly, mind linking it? 21:20:03 that is our intent 21:20:15 #link https://blueprints.launchpad.net/neutron/+spec/dnsmasq-mode-keyword dnsmasq v6 mode configuration 21:20:24 we will use the modes introduced with keywords blueprint 21:20:28 that is a dependency 21:20:29 The framework Sean and IBM team defines, including a list of constants for all of these modes 21:20:40 jjmb: I think the last peice for our short term is just getting the hairpin fix into nova 21:21:10 we will use the definition of those constants for our next code submission. 21:21:43 #link https://review.openstack.org/#/c/52983/ defines the modes available to use with dnsmasq 21:21:46 We will also drop the source code, which are duplicated with Comcast and IBM teams' contribution. 21:22:21 I believe that should be the summary of our Tuesday night's meeting 21:23:01 we will create another blueprint to address the external gateway of the L3 agent 21:23:05 excellent - thanks for organizing that meeting, I think it was very helpful for the IBM people who are not able to make these meetings 21:23:31 due to timezone differences 21:23:46 Np, Sean! 21:23:51 Randy__: excellent 21:24:42 aveiga: You discovered a bug in dnsmasq with dualstack - I think shshang and Randy__ ran into the same issue 21:24:46 #topic bugs 21:24:55 want to give you guys time to discuss 21:24:58 sure 21:25:21 #link https://bugs.launchpad.net/neutron/+bug/1257446 neutron dual-stack bug 21:26:03 I ran into an issue that seems like a show stopper. If you create a regular IPv4 provider network, it operates as expected. As soon as you add an IPv6 subnet to that network, dnsmasq stops issuing leases 21:26:22 it turns out that neutron is trying to send both networks to dnsmasq as tags 21:26:34 shshang: this is happens in the part of the code where you place 1.1.1.1 in as a workaround, if I recall correctly, from Tuesday's meeting 21:26:43 this is invalid syntax for dnsmasq, and causes it to stop issuing responses 21:26:53 in your review 21:27:21 so in order to get dual-stack working, it might be necessary to fix a fw flaws in the v4 workflow as well 21:27:26 few* 21:27:40 yes, you are right....I remember Havana release packaged 2.5.x release, which had a lot of issues of IPv6. 21:27:58 I later on "upgraded" it to 2.6.5 release 21:28:28 yes, in the bug I mention that the installed dnsmasq (per the repo) is 2.59 21:29:15 Do you plan to fix it from OpenStack side? 21:29:25 that's what I wanted to bring up 21:29:37 there are multiple ways to fix it, but which is correct? 21:30:00 aveiga: since we are working closely with the maintainer of dnsmasq- perhaps we can discuss with him/her? 21:30:04 we could bump the minimum required version of dnsmasq, or the (imho) proper way would be to fix the command to not have both networks tagged 21:30:27 sc68cal: I'd rather work with what's already deployed 21:30:38 I'm not sure issuing both networks is correct 21:31:04 sean we (comcast) are happy to direct some of our resources to address issues that will advance openstack ipv6 support 21:31:20 we should remain open to upping the version of dnsmasq that is required 21:31:30 some fixes and features may be required 21:31:45 jjmb: The issue lies in that we are treating ipv4 and ipv6 on the same network as separate networks 21:31:45 jjmb: agreed. I think like aveiga said this is neutron just constructing a bad cmd string 21:31:50 @aveiga, I agree with you...I am afraid of if dnsmasq doesn't support it, then there is no way we can make it happen....unless the author changes it 21:32:10 clearly it is supported in the newer release 21:32:33 another bad thing on 2.5.x release is, it may not support --enable-ra 21:32:33 perhaps this is something we should put to the mailing list 21:32:43 to see what kind of operator pain it would cause to bump the version 21:33:06 I remember at the time when I add --enable-ra, it complained. That was the main reason I switched to 2.6.x 21:33:06 we need to keep a running list of dnsmasq related bugs and rfe's so we can ensure they are addressed and accounted for... 21:33:22 @jjmb, yup 21:33:50 jjmb: I think I'll go retag the bug dnsmasq in launchpad 21:33:59 we should consider doing that for future issues 21:34:35 Anyone else have any other bugs to discuss? 21:35:00 othewise we'll hit tempest, then do open discussion 21:35:52 #topic tempest 21:36:18 I see IBM team initiated several threads on tempest, right? 21:36:25 shshang: exactly 21:36:41 #link https://review.openstack.org/#/c/58721/ static ipv6 injection scenario 21:37:16 I don't know if anyone has anything related to tempest, but I felt it would be good to bring it up anyway 21:37:26 What they are doing is helpful for us too. 21:37:57 actually, I'm interested in setting up a separate meeting (one-ff) to review neutron tempest cases 21:38:10 we should look at them and write v6 cases for existing v4 ones 21:38:13 Sooner than later, we need to leverage their tool to sanitize our code. 21:38:30 haleyb: does tempest run on infrastructure that hp provides? i forget 21:38:37 eventually, security groups, fwaas, etc will need to be tested with v6 as well 21:39:24 forgive my ignorance, who has the ownership of testing and test case development? 21:39:30 sc68cal: probably, i'd have to ask someone, it's nothing i do 21:40:07 tangentially related, I'm going to start leveraging the Third Party Testing tools to run code against our lab here at Comcast too 21:40:29 I can only cover certain scenarios, but every bit helps until Tempest is running against v6 code 21:40:45 aveiga: I think that'd be great 21:41:25 #action aveiga sc68cal jjmb investigate third party test integration for doing ipv6 tempest testing 21:41:28 So clearly there is a need...I am eager to see what we can do in order to make IBM team's tool available 21:42:17 are they willing to assist? Forgive my ignorance, but I'm not familiar with the situation 21:42:55 In the context of what we are trying to do here, I believe they are going to help 21:44:06 one of the action items I had from the first meeting was to gather a list of the things we're looking for in code review that are "IPv4-only-isms" 21:44:16 jjmb was kind enough to start the ehterpad for it 21:44:23 #link https://etherpad.openstack.org/p/ipv6-coding-considerations ipv4-isms 21:44:40 the list isn't complete by any means, but is a starting point 21:45:06 #topic open discussion 21:45:15 Sorry, Sean, what's the decision of tempest? 21:45:47 shshang: I think we just keep an eye on what the IBM people are adding to tempest 21:46:40 shshang: I agree with sc68cal, and we should go over it when it's published 21:46:47 and maybe our team inside comcast can investigate running tempest so we can formailize some of our testing that we've been doing 21:46:48 from there we can look for gaps and try to patch them up 21:47:13 sc68cal: can you give me that as an action item? 21:47:17 I'll put it in my backlog 21:47:37 I think I got it already 21:47:46 no, the tempest integration part 21:47:50 we're good on theird party 21:47:51 Agree, I feel like we should give their tool a try 21:47:57 ah gotcha 21:48:11 shshang: is there a link to this tool, or are they still in the process? 21:49:04 I am not 100% sure of the readiness, but based on my current reading, it adds some enhancement to the existing template 21:49:42 ok, would you mind providing a link (or encouraging them to) to the mailing list when it's available? I'm interested in doing an evaluation 21:50:30 The same here. I will nudge them to provide more details. Hopefully it will become community level testing solution for IPv6 21:52:25 Sounds good - we've got 8 mins left if anyone else has anything 21:54:13 Nothing from my side...btw, Randy is going to create more blueprints and link to yours. We will share the link to the mailer when it is done. 21:54:56 A quick question, for mid-term, are we going to consider running dnsmasq as dhcp6 server? 21:55:09 shshang: I think that's a good idea 21:55:36 it's already being used today in openwrt and similar projects, and it even handles prefix delegation, which I think needs to be on the long-term list 21:56:12 i.e. we should be able to pull a delegated prefix for use in software load-balancers or service VMs 21:56:45 If I understand you correctly, the same dnsmasq will announce RA, and act as DHCPv6 server at the same time, in case of stateless DHCPv6 mode, right? 21:56:57 aveiga: doesn't the current code attempt to do dhcp6 today? 21:57:09 so that's the question, there's a discussion to be had there 21:57:13 obviously it breaks, but it tries to do that with the flags its passed 21:57:19 some modes you want RAs issued there 21:57:23 but in some modes you don't 21:57:41 for instance, my deployment with l3 provider networks, you want the RA coming from the upstream gateway 21:57:47 aveiga: um, surely you want RAs from the router, not the DHCP server (says he jumping in late) 21:57:49 er, l2 provider 21:58:06 ijw: you want it from dhcp server IF it's the l3 gateway 21:58:15 otherwise you don't 21:58:20 OK, told you I'd jumped in late ;) 21:58:24 np 21:58:27 I see. That is a very good use case, aveiga 21:58:47 there are several bugs in many implementations wehre multiple RAs fail to work proerly 21:58:55 or where RA priorities are not respected 21:59:06 we have to work around them, unfortunately, as they are widespread 21:59:36 aveiga, if you don't mind, can Randy and I take a look at this issue? 21:59:43 sure! 21:59:50 let's take it to the mailing list, since we're out of time 21:59:50 i.e. run dnsmasq as DHCPv6 for various mode. 21:59:57 absolutely 22:00:01 thanks 22:00:10 Don't mention it! Any time! 22:00:22 Will keep everybody posted 22:01:06 OK everyone - let's keep things going on the ML 22:01:22 Thanks, everyone 22:01:29 lots of great stuff going on, very excited to see things coming together 22:01:51 everyone have a great weekend! 22:01:51 same, thanks sean 22:02:04 #endmeeting