16:01:51 #startmeeting ironic_neutron 16:01:52 Meeting started Mon Feb 29 16:01:51 2016 UTC and is due to finish in 60 minutes. The chair is Sukhdev. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:01:53 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:01:56 The meeting name has been set to 'ironic_neutron' 16:02:06 o/ 16:02:12 o/ 16:02:23 #topic: Agenda 16:02:30 #link: https://wiki.openstack.org/wiki/Meetings/Ironic-neutron#Meeting_February_29.2C_2016 16:02:48 Welcome to ironic-neutron meeting 16:02:59 Feel free to add to the agenda 16:03:11 #topic: Announcements 16:03:21 Happy 29th Feb 16:03:44 Anybody has any announcement? 16:04:24 jroll : are you here? 16:04:28 morning :) 16:04:46 devananda : are you here ? 16:05:09 #topic: Patches Updates 16:05:28 Sukhdev: o/ 16:05:28 #link: https://etherpad.openstack.org/p/ironic-neutron-mid-cycle 16:06:03 devananda, jroll: want to share any update on the patch refactoring? 16:06:16 Sukhdev: it's well underway, not quite finished yet unfortunately 16:07:07 jroll: cool - we have some time still 16:07:29 let me know when ready - I will give it a spin 16:07:45 I am in the middle of setting up my automated test setup 16:08:13 cool 16:08:17 should be this week 16:08:37 BTW, I tested latest versions of patches as of last Tuesday - all looks good so far 16:08:58 couple of patches have some minor comments - I paced +1's on others 16:09:57 Everybody please keep the etherpad updated with all the issues, patch updates, etc... 16:10:17 this gives us one stop to check everything 16:10:24 good point 16:10:25 * jroll updates 16:10:29 Sukhdev: which mech driver did you use.. did you use generic plugin? 16:11:06 sivaramakrishna : I use Arista ML2 driver, along with all the patches listed on etherpad 16:11:08 which etherpad.. the mid cycle one? 16:11:23 sivaramakrishna : https://etherpad.openstack.org/p/ironic-neutron-mid-cycle 16:11:55 oh,ok.. is your code anywhere upstream? 16:12:16 I was using the generic plugin 16:12:26 sivaramakrishna : yes it is on netwroking-arista repo 16:12:36 networking-arista 16:13:29 anything else on the patches? 16:13:57 devananda : how's your testing/setup coming along? 16:14:13 got disconnected.. 16:15:10 #topic: Vlan aware BMs 16:15:20 link: https://review.openstack.org/#/c/277853/2 16:15:26 Sukhdev: I've been busy working on the infrastructure setup for that testing, but it's not up yet 16:15:59 devananda : were you able to get the right switches, etc.. 16:16:36 devananda : ping me off-line, if you still need any help 16:16:42 Sukhdev: will do 16:16:51 sambetts : I added this topic to the agenda - 16:16:59 we found some switches with HW VTEP support, but unclear yet about which ML2 plugin we'll need to use with them 16:18:03 devananda : mestery is working with you, right? I gave him some pointers as to how to test with OVN 16:18:32 yep 16:19:27 I have not tested ironic integration with OVN, but, used L2GW with OVSDB setup - 16:19:58 it should be similar - with some work, you should be able to test this interface - 16:20:13 when you are ready, ping me if you need any help 16:21:00 getting back to the topic (sorry) - 16:21:23 sambetts: wanted to chat about your patch 16:21:25 Sukhdev: I have your email, once we get to that point, I'm going to try it 16:21:36 Sukhdev: sure :) 16:21:51 mestery : cool - you know where to find me :-) 16:22:12 sambetts : I left some comments on your patch 16:22:18 I do Sukhdev ;) 16:22:57 sambetts : one thing is not clear - i.e. the plumbing of sub-ports on neutron side - 16:23:05 Sukhdev: yes, so the spec right now doesn't intergrate with the VLAN aware VMs work / trunk port work going on in neutron 16:24:00 sambetts : do you have any thought as to how that integration will work? 16:25:10 Sukhdev: I've had some thoughts, and the way I think it'll most likely work is a user requests normal nic interfaces on nova boot using the --nic parameter, and then Ironic creates the trunk port 16:25:22 and then links the nova created ports to the trunk port 16:26:14 but we've implemented this functionality downstream without the trunk support in neutron by making our BM ml2 driver do something slightly different 16:27:48 the switch port is always a trunk port, and then on the first port update it binds native and the allowed vlan, then on second or more port updates with the same switch port in the local link it will only update the allowed list 16:28:40 nova will create one port based upon the parameters to boot command - who will orchestrate the create of the subsequent ports? 16:29:02 Sukhdev: with my changes you send multiple --nics to nova 16:29:37 oh - I see - does nova allow that - or you have hacked it in your implementation? 16:29:42 nova boot --nic net-id=net1 --nic net-id=net22 16:29:53 nova allows it 16:30:09 built into nvoa 16:30:12 nova 16:30:13 ah cool - then it is easy - 16:31:59 so, nova will issue the create_port() or ironic? 16:32:05 nova 16:32:41 then Ironic just uses the ports that nova creates 16:32:41 I guess then is fairly straightforward - 16:33:40 yeah, I've got it working downstream with ~200 lines of code in Ironic and Nova on top of the existing Ironic Neutron intergration 16:33:45 so, at the time of time network flip, ironic conductor will issue multiple port-updates, right? 16:33:51 Sukhdev: yup 16:34:08 Sukhdev: https://review.openstack.org/#/c/282431/ 16:34:30 sambetts : cool - got it.... 16:35:41 yuriy is not here - 16:36:01 I thought we could discuss about the tempest testing that he has been working on 16:36:34 anybody tested the his patch? 16:36:55 Sukhdev: not yet, still working on setting up my test bed 16:37:30 sambetts : cool - thanks 16:38:12 sambetts : which ML2 driver are you using for your testing? 16:38:37 Sukhdev: cisco nexus 16:39:04 Sukhdev: although it still needs work 16:39:57 so, you are using the driver for both VMs and BMs, right? 16:40:14 Sukhdev: yup, we've extending the driver to accept the BM type 16:40:22 extended* 16:40:44 makes sense - same here....it makes much easier for the customers/operators 16:40:52 Yup :D 16:41:47 #topic: Open Discussion 16:42:21 Any body wants to discuss anything? 16:42:34 as I am done with the main agenda 16:42:46 a question.. 16:42:50 when you use 2 nics 16:43:15 I've got a patch into Glean to help support multiple in-band vlans configured via config drive https://review.openstack.org/#/c/283726/ 16:43:22 how are setting up any routes so that the tenant dhcp request gets answered? 16:44:21 did anyone test using 2 nics? 16:44:57 I have tested with single nic only 16:45:19 sivaramakrishna: you want to connect two nics to the same network? 16:45:27 nope 16:45:30 sivaramakrishna: I've used multiple nics on different neutron networks, and it just works 16:45:54 okay great.. and you were able to ssh into it right? 16:46:09 two different networks is always supported (even for VMS) 16:46:12 also in my devstack sometimes the metadata api doesn't come up at all 16:46:23 and the cloudinit goes for a toss 16:46:54 oh cool.. 16:47:12 is there any way we can ssh to instance without cloudinit? 16:48:27 sivaramakrishna: it is possible to create an ubuntu image through DIB with a default user installed on the image so you can ssh using username and password instead of relying on ssh key 16:48:50 that would be nice.. do you have any such image 16:48:57 or a link on how to create it? 16:49:16 sivaramakrishna: https://github.com/openstack/diskimage-builder/tree/master/elements/devuser 16:49:32 sivaramakrishna: you need to include this element when you do disk image create 16:50:25 sivaramakrishna: and you need to set the Env variables listed in the README there to customise the password and sudo access etc 16:50:47 which element? 16:50:56 the one I linked to, devuser 16:51:04 ah ok.. 16:51:20 and I can set the env vars and I should be able to create the image? 16:51:21 so it would be like, disk-image-create ubuntu baremetal dhcp-all-interfaces devuser 16:51:29 yup 16:51:44 great.. thanks! 16:52:01 let me know if you already have any such image. 16:52:37 I'll try to create one though.. I haven't tried this yet 16:53:11 what I did was tried to mount a qcow2 16:53:15 and changed the password 16:53:23 and then tried deploying it 16:53:29 it didn't work.. 16:53:46 sivaramakrishna: I've used that method several times recently to debug config drive work 16:54:03 sivaramakrishna: it works well :) 16:54:16 okay.. thanks a bunch!! 16:54:20 will try that.. 16:54:27 :) 16:54:49 time check - 6 min 16:55:15 Anything else? 16:55:22 * jroll is good 16:55:40 * Sukhdev waiting 16:55:57 going once 16:56:01 going twice 16:56:05 and..... 16:56:10 and... 16:56:14 gone!!! 16:56:23 thanks folks 16:56:25 Thanks everyone :D 16:56:27 it was a good meeting 16:56:41 thanks a lot everyone!! 16:56:41 by 16:56:45 bye 16:56:46 thanks all 16:56:47 bye! :-) 16:56:51 #endmeeting