14:04:00 <Greg_E_> #startmeeting Fuel@OPNFV 14:04:00 <collabot`> Meeting started Thu Jun 16 14:04:00 2016 UTC. The chair is Greg_E_. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:04:00 <collabot`> Useful Commands: #action #agreed #help #info #idea #link #topic. 14:04:00 <collabot`> The meeting name has been set to 'fuel_opnfv' 14:04:04 <Greg_E_> yes 14:04:07 <Greg_E_> it is slow 14:04:08 <jmorgan1> billyo_: yes, but it works 14:04:08 <JonasB> billyo: Im in 14:04:10 <DanSmithEricsson> #info Daniel Smith 14:04:14 <Greg_E_> it took 2 min to start for me 14:04:22 <JonasB> #info Jonas Bjurel 14:04:22 <mskalski> #info Michal Skalski 14:04:25 <jmorgan1> #info Jack Morgan 14:04:28 <z0d> #info Peter Barabas 14:04:31 <Greg_E_> #info Greg Elkinbard 14:04:50 <Greg_E_> Michal I am on Poznan 14:04:59 <Greg_E_> just hiding in a conf room 14:05:26 <joseppc> #info Josep Puigdemont 14:05:31 <s_berg> #info Stefan Berg 14:05:44 * s_berg is just on IRC, and will run to colliding meeting in 15 14:06:11 <billyo_> JonasB: jmorgan1: I'm in now 14:06:17 <__szilard_cserey> #info Szilard Cserey 14:06:29 <fzhadaev> #info Fedor Zhadaev 14:06:32 <s_berg> __szilard_cserey: Hey! 14:06:36 * s_berg smiles and waves 14:06:39 <DanSmithEricsson> cant hear you billy... you're on mute 14:06:42 <DanSmithEricsson> hey Szi 14:06:47 <__szilard_cserey> Hi Stefan :D 14:06:51 <__szilard_cserey> Hi Dan! 14:06:57 <__szilard_cserey> hi everybody 14:07:09 <zhihui_wu> sorry for interrupt. 14:07:40 <billyo_> DanSmithEricsson: I'm not talking! Just munching an apple - thanks for the new blades btw! 14:08:07 <DanSmithEricsson> ok.. cool 14:08:20 <DanSmithEricsson> sorry for the delay 14:08:32 <DanSmithEricsson> i did the setup last night and then, before bed, forgot to power them on :( 14:08:33 <zhihui_wu> I met a problem. I find the file ipmi_adapter.py changed. The value of attempts in init() of class IpmiAdapter is too small. 14:08:35 <z0d> __szilard_cserey: hey 14:09:10 <joseppc> I don't see a thing :) 14:09:33 <zhihui_wu> I think it should set attempts to 200. 14:11:57 <zhihui_wu> def __init__(self, yaml_path, attempts=20, delay=3) , it means only give 1 min to wait the power status of node turning to down. 14:12:24 <joseppc> zhihui_wu: actually the status check loop may be missing a delay in between commands 14:13:36 <zhihui_wu> can I post a change about it? 14:14:21 <zhihui_wu> That change about ipmi_adapter.py cause the deployment job failed on zte-pod1. 14:15:24 <joseppc> zhihui_wu: sorry about that... (my fault! ;-)) 14:16:14 <zhihui_wu> Previously, the check loop is 200. 14:16:46 <joseppc> zhihui_wu: do you have logs? 14:17:00 <joseppc> zhihui_wu: what failed, the ipmi command, or the check for the status of the blade? 14:17:04 <zhihui_wu> https://build.opnfv.org/ci/job/fuel-deploy-zte-pod1-daily-master/54/console 14:17:57 <zhihui_wu> the power status did not turn down in 20 times loop. 14:17:59 <jmorgan1> next release means Fuel 10 or D Release? 14:18:23 <jmorgan1> maybe samething ;) 14:18:36 <joseppc> zhihui_wu: ok, could you try this? https://paste.fedoraproject.org/380059/60866881/ 14:18:37 <zhihui_wu> delay 3 sec and check 20 times. 14:20:15 <z0d> (finally, webes loaded :-> ) 14:21:16 <joseppc> zhihui_wu: it takes time for the blade to power off, but instead of waiting we immediately check again, which might be too fast, we should wait a bit. What do you think? 14:22:07 <zhihui_wu> joseppc: that change can fix the problem. 14:24:56 <zhihui_wu> joseppc: can we give a little long time to check? :) 14:26:19 <joseppc> zhihui_wu: with the current settings, you'll have 3s*20 = 1 minute... 14:26:43 <boucherv_orange> jonasbjurel: Hi jonas, as I said to fdegir I would like to test on fuel plateforme a new bugfix of Functest/vIMS test case. 14:27:02 <boucherv_orange> jonasbjurel: It's possible to use ericsson-pod2 (max 1h) ? I have seen the OpenStack was up and running on this platform (last functest run) 14:27:32 <jmorgan1> Feature freeze means code complete 14:27:43 <zhihui_wu> joseppc: Ok. can you post this change now? 14:27:50 <joseppc> zhihui_wu: ok 14:28:18 <jmorgan1> https://wiki.opnfv.org/display/SWREL/OPNFV+C+release+planning+activities 14:28:32 <zhihui_wu> joseppc: Thank you! 14:29:05 <joseppc> zhihui_wu: thank you for the heads up, I saw this yesterday, but I didn't expect someone to be affected so early, sorry about that :) 14:30:06 <zhihui_wu> joseppc: no problem :) 14:31:11 <zhihui_wu> there is a daily deployment jenkins job running on zte-pod1 14:31:36 <jmorgan1> better definitions: https://wiki.opnfv.org/display/SWREL/Release+Process 14:34:30 <Greg_E_> Features planned for the release have been implemented and informally verified by the project team 14:34:34 <joseppc> zhihui_wu: https://gerrit.opnfv.org/gerrit/15757 14:35:53 <joseppc> JonasB: https://gerrit.opnfv.org/gerrit/15757 to solve zhihui_wu problem 14:36:21 <joseppc> JonasB: see also https://paste.fedoraproject.org/379681/19672146/ 14:42:55 <Greg_E_> #info request for all features leads in Fuel, please send out your vacation schedules so that other folks know 14:43:21 <DanSmithEricsson> Dan Smit - July 3-25th - August 10-20th 14:43:22 <DanSmithEricsson> :) 14:43:28 <z0d> :-D 14:43:41 <DanSmithEricsson> #info Dan Smith - July 3-25th - August 10-20th - Vacation - Support process for lab in place 14:44:27 <JonasB> #info Jonas July 4 - Aug 14 :-) 14:44:29 <z0d> #info Peter Barabas vacation plan: Augus 4-19 14:44:48 <Greg_E_> #info Fuel Summit Link https://etherpad.opnfv.org/p/FUEL_SUMMIT_2016 14:45:22 <Greg_E_> #info Greg Elkinbard vacation Jul 7th - 25th 14:48:35 <jmorgan1> https://wiki.opnfv.org/display/EVNT/Berlin+Design+Summit+Planning 14:49:16 <jmorgan1> breakout session details ^^ 14:49:28 <boucherv_orange> JonasB: Hi jonas, as I said to fdegir I would like to test on fuel plateforme a new bugfix of Functest/vIMS test case 14:49:49 <boucherv_orange> JonasB: It's possible to use ericsson-pod2 (max 1h) ? I have seen the OpenStack was up and running on this platform (last functest run) 14:51:14 <DanSmithEricsson> hey boucherv_orange 14:51:21 <DanSmithEricsson> do you really need a "baremetal' CI? 14:51:33 <DanSmithEricsson> i have a install of OPNFV running on a different lab that you could use 14:51:57 <DanSmithEricsson> but its just not an HA controller system - 2 baremetal computes though (same as POD2) 14:52:14 <joseppc> #info Tuesday: 8:30 - 16:00: ARM NFV Ecosystem Mini Summit - InterContinental Berlin | Schoeneberg I/II/III 14:52:21 <joseppc> #link http://events.linuxfoundation.org/events/opnfv-summit/program/schedule 14:52:22 <DanSmithEricsson> i think its not a good idea to touch POD2 right now cause its needed for CI and we have alot of merges coming - my thoghts 14:53:16 <boucherv_orange> DanSmithEricsson: Ok, great I didn't need HA controller 14:53:23 <JonasB> #Info Link to Fuel CI status 14:53:33 <JonasB> #link https://build.opnfv.org/ci/view/fuel/ 14:53:42 <DanSmithEricsson> so.. wehat do you need? do you have access to the MTl lab? 14:53:54 <DanSmithEricsson> you just need a system with openstack installed? 14:54:13 <jmorgan1> #link https://wiki.opnfv.org/display/EVNT/Berlin+Design+Summit+Planning 14:54:13 <joseppc> #info On Thursday Florin is giving a talk: "OPNFV on ARM - Hardware Freedom of Choice Has Arrived!" 14:54:24 <DanSmithEricsson> and lastly - do you need this today , cause im kinda off today - if i give it to you like Sunday (in an email?) - would that work boucherv_orange? 14:54:44 <DanSmithEricsson> if so- just open a ticket in JIRA - PHAROS and send it to me and ill set you up 14:54:59 <DanSmithEricsson> https://wiki.opnfv.org/display/pharos/Ericsson+Hosting+and+Request+Process 15:00:23 <billyo_> sorry guys, gotta go. 15:02:57 <Greg_E_> #endmeeting