16:09:07 #startmeeting tacker 16:09:08 Meeting started Thu Oct 22 16:09:07 2015 UTC and is due to finish in 60 minutes. The chair is sridhar_ram. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:09:09 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:09:11 The meeting name has been set to 'tacker' 16:09:19 #topic Roll Call 16:09:25 who is here for tacker? 16:09:29 hello 16:09:33 o/ 16:09:37 * sridhar_ram sorry for the delay... 16:09:49 o/ 16:10:18 #topic Agenda 16:10:26 #link https://wiki.openstack.org/wiki/Meetings/Tacker#Meeting_Oct_22.2C_2015 16:10:37 anything else beyond this to discuss today ? 16:11:18 #topic Announcements 16:11:51 Mitaka Summit next week..most tacker devs will be away for the summit 16:12:00 lets cancel next week's IRC meeting 16:12:13 +1 16:12:36 going forward I also have an ongoing clash on this exact slot to attend TOSCA TC meeting... 16:12:45 sridhar_ram: really? you don't want to have us sitting in front of computer late at night in Tokyo? 16:12:57 s3wong: :) 16:13:17 I would like to move it to another slot... 16:13:40 let me start a doodle poll and also discuss f2f next week 16:13:55 sridhar_ram: yeah, with all these new projects, finding an available timeslot and channel that works for everyone would be challenging... 16:14:16 s3wong: true, it is going to be a nightmare, frankly.. 16:14:52 But TOSCA TC mtg is off great value for Tacker team and I don't have control to change its timing :) 16:14:59 sridhar_ram: last time I did it (just to move it earlier by an hour), it took a while to locate the slot/channel 16:15:31 s3wong: need you are magic this time as well :) 16:15:39 s/you/your/ 16:16:32 Mitaka Summit .. here is the plan for Tacker related events 16:16:35 #link https://wiki.openstack.org/wiki/Tacker/MitakaSummit 16:17:20 please promote it to your nfv-peeps to get the relevant audience 16:17:52 tbh: you will be missed in next week's f2f mtg.. will try to get a mtg summary in the etherpad 16:18:09 here at #linkhttps://etherpad.openstack.org/p/mitaka-tacker-design-summit 16:18:13 #link https://etherpad.openstack.org/p/mitaka-tacker-design-summit 16:18:17 sridhar_ram, yeah, thanks 16:19:05 bobh is now officially part of tacker-core team! welcome bobh! 16:19:36 looking forward to see what would be the icebreaker +2/+A from you :) 16:19:39 congratulations bobh! 16:19:55 or his first -2 :-) 16:20:13 s3wong: damn.. don't plan ideas 16:20:21 lol 16:20:27 congrats bobh 16:21:23 #topic Bugs 16:21:38 Lets zoom in high priority bugs... 16:21:41 #link https://bugs.launchpad.net/tacker/+bugs?field.tag=liberty-critical&orderby=status&start=0 16:21:56 we have 5 open that are marked 'liberty-critical' 16:22:28 lets discuss few of them... 16:22:32 https://bugs.launchpad.net/tacker/+bug/1506111 16:22:32 Launchpad bug 1506111 in tacker "Unable to configure VDU using openwrt mgmt driver" [High,In progress] - Assigned to bharaththiruveedula (bharath-ves) 16:22:51 tbh: can you give a quick update ? this is marked as high (which I agree) 16:23:27 sridhar_ram, updated the patch by removing the code in create() 16:24:11 sridhar_ram, but need the code in update() , because we need the device['attributes']['config'] in openwrt 16:24:29 sridhar_ram, which we are setting in update() in heat.py 16:25:03 tbh: okay.. leave that in, with your current change does the firewall config gets applied in all scenarios ? 16:25:27 config in file & direct-input and both vnf-create & vnf-update ? 16:25:28 sridhar_ram, yes, I have tested in all four cases 16:25:53 tbh: lets plan to wrap this up & merge immediately after this call... 16:25:55 sridhar_ram: in the update case, does it need to handle the original config attribute already being specified? 16:26:29 can vnf-update just provide a new config for a vnf instance or should always update whatever is the current config on the vnf 16:27:07 sripriya: I think there is a "diff" logic in the code path to see if the config has changed.. 16:27:14 the heat update logic is basically doing a diff of that 16:27:26 sridhar_ram: yes 16:27:49 sripriya: that's a reasonable logic to leave it in place.. not sure if that got validated though 16:28:11 sridhar_ram: ok, tbh: can you try the workflow if possible? 16:28:18 sripriya: let tbh wrap the current set of mgmt-driver use case.. 16:28:31 we can take up other scenarios as separate effort 16:28:34 sridhar_ram: sure 16:28:50 sripriya, sure 16:29:20 we badly need functional tests in the area of mgmt_driver.. post summit we need to get few things in place 16:30:06 tbh: sripriya: again, just to be clear .. lets not add config "diff" to the scope of the current patchset in flight...lets take it up in a separate patchset 16:30:26 sridhar_ram: ack 16:30:40 tbh: make sense ? 16:30:48 sridhar_ram, you mean not to change in update() 16:31:04 yes... 16:31:13 sridhar_ram, okay 16:31:33 anything else to discuss on mgmt_driver front ? 16:32:38 lets talk about issues in health monitor... 16:32:55 there is an intermittent gate issue w/ health-mon 16:33:36 * sridhar_ram looking up gerrit 16:33:54 #link https://review.openstack.org/#/c/234543/ 16:34:28 I don't think there is a bug opened yet... 16:35:34 sripriya did some investigation... looks like a humongous tacker-heat-nova-neutron issue 16:35:52 sripriya: did I sum it up correctly ? 16:35:55 ;-) 16:36:58 sridhar_ram: yeah just to add in, related to the timing of ports addition and deletion between neutron and nova 16:38:11 sridhar_ram: currently doing some stress testing by adding a sleep of 3 sec between creation and deletion 16:38:26 sridhar_ram: that issue is not observed yet 16:38:40 bobh: we need you are guidance in the respawn logic to see if anything can be altered in the spawn-new & delete-old sequence to avoid this 16:38:49 sripriya: that's a good sign! 16:39:28 sridhar_ram: the currently logic is not altered heavily except adding a sleep 16:39:40 sripriya: that's good... 16:39:50 sridhar_ram: sorry I'm late, minor catastrophe here 16:40:09 bobh: hi there, np.. hope things are fine 16:40:19 sridhar_ram: I can take a look at respawn logic and we can discuss next week 16:40:30 sridhar_ram: OpenStack doesn't like losing power.... 16:41:02 sridhar_ram: not sure, why nova picks up the port deletion of old instance as a new network event on the new instance 16:41:02 bobh: OpenStack in general doesn't like corner-cases ;-) 16:41:18 power-outage is a corner case 16:41:27 even though instance_ids are different 16:41:30 sridhar_ram: it's a big corner... 16:41:57 bobh: yep.. your restartability patch is a good one.. 16:42:20 bobh: I remember fixing things in neutron vpnaas for neutron-server restart... 16:42:37 sridhar_ram: catching up - not surprised there are issues with timing between nova/neutron 16:42:48 another issue that showed up is a when both mgmt-driver and health-mon are enabled... respawn doesn't happen 16:43:22 _mark_device_dead() fails w/ "no device" and the whole respawn logic is skipped 16:43:30 sridhar_ram: sounds like a requirements issue :-) 16:43:37 bobh: :) 16:44:18 so to sum up.. we have 3 critical issues... 16:44:33 1) mgmt_driver changes from tbh - looks almost done 16:44:51 2) intermittent gate issue - promising hack from sripriya 16:45:08 3) mgmt_driver & respawn issue - needs further investigation 16:46:04 I'll pull a stable/liberty EOD (Pacific) .. if we can get (1) and (2) in it will be great 16:46:46 sridhar_ram: I'll take a look at (3) on the plane 16:47:01 bobh: :-) 16:47:28 bobh: alright.. that's sounds like a awsm plan.. sipping a glass of wine on the side I believe ? 16:48:05 sridhar_ram: I think it's saki on ANA 16:48:22 oh yeah, looking fwd for Sake 16:48:38 anything else on bugs? 16:49:00 #topic Documentation 16:49:24 we now have tox docs jobs enabled for tacker... 16:49:36 all the rst files are build nicely into html files 16:49:56 See #link http://docs-draft.openstack.org/85/238385/1/check/gate-tacker-docs/d4d8065//doc/build/html/ 16:50:20 sridhar_ram: cool! 16:50:36 this needs to be posted to readthedocs.org.. 16:50:50 there are jobs in project-config that I'm still fumbling with... 16:51:03 sripriya: any updates from your side on docs ? 16:51:50 sridhar_ram: i believe that is it, i need to start working on deployment guide now that we found a place for tacker docs 16:52:55 sripriya: thanks.. 16:53:21 I think this would be reasonable short-term solution to host tacker docs... 16:53:28 ... in readthedocs.org 16:53:42 unfortunately tacker.readthedocs.org is taken by another project.. 16:53:49 need to find another URL home 16:53:57 anything else on docs ? 16:55:07 sridhar_ram: should we include the rest of .rst files in devref in index.rst 16:55:14 5 minutes... 16:56:06 sripriya: I've https://review.openstack.org/238385 out for index.rst and other cleanups 16:56:13 #topic Open Discussion 16:56:17 Xin_: ping 16:56:37 sridhar_ram: cool 16:56:53 Xin_: anyone from Comcast planning to stop by Tacker BoF or developer meetup ? 16:58:08 nothing else from my side.. for the folks traveling.. have a safe flight..see you in Tokyo! 16:58:23 see you all in Tokyo soon 16:58:28 see you all tackers! 16:58:35 I do not think we will have anyone there 16:58:49 see (most of) you guys in Tokyo next week! 16:58:50 will try to make it next time 16:58:58 Xin_: np.. we can sync up post-summit 16:59:05 sure.. 16:59:32 Sayonara! 16:59:40 #endmeeting