14:59:26 #startmeeting puppet-openstack 14:59:27 Meeting started Tue Dec 29 14:59:26 2015 UTC and is due to finish in 60 minutes. The chair is EmilienM. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:59:28 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:59:30 The meeting name has been set to 'puppet_openstack' 14:59:39 #link agenda: https://etherpad.openstack.org/p/puppet-openstack-weekly-meeting-20151229 14:59:41 hello ! 14:59:44 hi 14:59:49 o/ 14:59:50 yo 14:59:51 hi 14:59:57 hi 15:00:01 hi 15:00:18 * EmilienM is running IRC from a public place with 3g 15:00:27 I hope you had fun during xmas time 15:00:50 and you had lot of presents :-P 15:01:03 we've just begun :D 15:01:06 #topic Review past action items 15:01:11 EmilienM to send an email by December 31th to propose Sprint final schedule: done 15:01:15 EmilienM to propose an agenda during Christmas week but eventually cancel the meeting if nothing: done 15:01:23 Wait for RDO fix (sahara + aodh) and Ubuntu release to bump our CI to Mitaka: done 15:01:34 #topic Clean-up our modules from previous deprecations & warnings 15:01:44 so I ran a thread last week about that 15:02:07 so basically, with the current master we got some warnings 15:02:19 we have different bugs related to them 15:02:24 let's do a bit of triage / review 15:02:34 https://bugs.launchpad.net/puppet-swift/+bug/1433390 15:02:35 Launchpad bug 1433390 in puppet-swift mitaka "rsync with default chmod to 644" [High,In progress] - Assigned to Emilien Macchi (emilienm) 15:02:56 gerrit is in bad shape lately 15:03:06 but for this bug, we have one patch: https://review.openstack.org/#/c/261327/ 15:04:06 #action people to review the patch about warnings in puppet-swift https://review.openstack.org/#/c/261327/ 15:04:21 we have https://bugs.launchpad.net/puppet-nova/+bug/1506066 15:04:22 Launchpad bug 1506066 in puppet-nova "Scope-related warnings from nova::vncproxy::common" [Medium,In progress] - Assigned to Nate Potter (ntpttr) 15:04:25 very interesting one ^ 15:05:10 mwhahaha: I see your comment 15:05:26 that one seems like it's because of the structure of the module 15:05:43 yeah, so you suggest we keep the warning for now? 15:05:49 without a larger rewrite, i don't think we can get away from that awful if/else block 15:06:15 or just dupe the code 15:06:28 mwhahaha: wdyt about https://review.openstack.org/#/c/255529/3/manifests/vncproxy/common.pp ? 15:06:31 is it acceptable? 15:06:46 last time I checked, we still had the warning 15:06:48 * EmilienM checking again 15:07:13 personally, no but if we really care about that warning then it's something we might have to live with 15:07:50 http://logs.openstack.org/29/255529/3/check/gate-puppet-openstack-integration-scenario001-tempest-dsvm-trusty/72247e6/console.html.gz#_2015-12-17_23_34_54_866 15:07:50 mwhahaha: his patch does not drop the warning anway ^ 15:08:07 to me, a warning is a bad user experience, we should do our best to drop it asap 15:08:24 yea i can see that, the problem is that setting is shared :/ 15:09:00 so other than leveraging some sort of ensure resource for duplication, we're having to work around a whole bunch of puppetness because we are sharing it between two ways of deploying nova 15:09:08 maybe if i get some time today i'll pull it down and give it a run 15:09:33 mwhahaha: cool, that's not urgent I guess. I think it's Medium now 15:09:34 thanks! 15:09:38 the defines probably are wrong 15:10:11 #action continue the investigation on https://review.openstack.org/#/c/255529/ 15:10:51 mwhahaha: ok, let us know if you have some thoughts later, thanks again 15:10:57 will do 15:11:01 I've seen some progress on https://bugs.launchpad.net/bugs/1528963 15:11:02 Launchpad bug 1528963 in puppet-neutron "warnings about auth_ parameters present by default" [High,In progress] - Assigned to Sergey Kolekonov (skolekonov) 15:11:13 which is affecting lot of modules 15:11:30 this one is High, I think we can safely drop the old parameters 15:11:46 and keep auth_uri & identity_uri, right? they seem enough and the way to go for Mitaka, right? 15:11:58 degorenko: ^ 15:12:13 yep :) 15:12:32 is anyone against this way? 15:12:54 degorenko: I need to update https://review.openstack.org/#/c/261120/ 15:13:01 for example my heat patch 15:13:04 #link https://review.openstack.org/261326 15:13:05 #action EmilienM update https://review.openstack.org/#/c/261120/ like it's done for other modules 15:13:31 EmilienM, let's wait more feedbacks on my heat patch 15:13:37 if everyone will ok with it 15:13:39 do we keep version-less URIs? 15:13:43 then i guess we can use it as pattern 15:13:52 degorenko: ok, I would like to see other thoughts 15:13:54 skolekonov, for heat it was important 15:14:05 skolekonov: for now, we keep as it was before by default 15:14:08 EmilienM, sure 15:14:12 the bug is about parameters only 15:14:15 not the value (yet) 15:14:25 But they were set to false 15:14:32 I have a bug about version-less 15:14:35 So we need a new default :) 15:14:46 skolekonov: follow the default of old parameters for now 15:15:00 Ok, thanks 15:15:04 the heat patch is a good example i think 15:15:13 or use construction from port, protocol and host :) 15:15:45 skolekonov: https://review.openstack.org/#/c/261291/ looks good no? 15:15:58 degorenko: we want to drop these params no? 15:16:09 Yep, it works 15:16:19 EmilienM, yeah, i meant, i saw in some module construction like 15:16:29 protocol//host:port/v2.0 15:16:41 i don't remember where 15:16:44 but i saw :D 15:16:51 look https://review.openstack.org/#/c/261291/2/manifests/server.pp 15:17:16 $auth_uri_real = "${auth_protocol}://${auth_host}:5000/" 15:17:21 yeah 15:17:30 that's what i talking about 15:17:49 so, we don't have api version here 15:18:02 and i guess we can drop it for default in auth_uri 15:18:10 module specific case i guess 15:18:14 it looks fine I guess, CI is passing 15:18:16 our CI use: 15:18:18 identity_uri => 'http://127.0.0.1:35357/' 15:18:29 and default of auth_uri which is ${auth_protocol}://${auth_host}:5000/ 15:18:33 so I guess endpoint less is fine 15:18:47 anyway, if something will wrong - we will see -1 from scenario jobs 15:18:57 when all these patches are merged, we will update scenarios manifests 15:19:14 my refacto patch will help a bit to avoid dupplicated code 15:19:35 and the last one was in puppet-ceilometer https://review.openstack.org/#/c/262143/ 15:20:06 it has -1 :) 15:22:16 I've lost 3g 15:22:18 I'm back :) 15:22:20 sorry for that 15:22:24 no problem 15:22:30 ok, let's continue the puppet-ceilometer discussion on gerrit 15:22:36 another bug in this topic: https://bugs.launchpad.net/bugs/1528964 15:22:37 Launchpad bug 1528964 in puppet-sahara "Warning is showed by default when deploying notify.pp" [High,In progress] - Assigned to Denis Egorenko (degorenko) 15:22:45 it is already on review :) 15:22:56 #link https://review.openstack.org/261481 15:22:58 #action people to review the warning/puppet-sahara patch: https://review.openstack.org/261481 15:23:04 thx degorenko for this work 15:23:20 nex: 15:23:22 next: https://bugs.launchpad.net/puppet-vswitch/+bug/1524559 15:23:23 Launchpad bug 1524559 in puppet-vswitch "warnings in ovs_redhat.rb code" [High,Confirmed] 15:24:00 _ody (not here) mentionned he would work on it but I haven't heard about it yet 15:24:18 #action catchup with Cody about https://bugs.launchpad.net/puppet-vswitch/+bug/1524559 and see any progress 15:24:34 degorenko: have you seen it in Fuel too ^ ? 15:24:49 we don't use vswitch 15:24:54 yeah 15:25:13 we have our fuel specific module for network management 15:25:28 oh ok no problem 15:25:39 well, this warning is ugly, we want to fix it. 15:25:45 we'll catch up in next meeting 15:25:53 anything else about warning cleanup? 15:26:17 let's go ahead then 15:26:27 #topic Blockers to bump our CI to Mitaka 15:26:37 so I have a status to give 15:27:01 on ubuntu, we're still waiting for mitaka packaging in trusty-proposed... I've ping ubuntu folks but I guess holidays slow down the work 15:27:10 on rdo, we have some blockers, all WIP 15:27:22 sahara and aodh? 15:27:27 we also found a bug in Mitaka: https://review.openstack.org/#/c/260945/ 15:27:40 degorenko: yeah, they need to promote the current-passed-ci repo for Mitaka 15:27:49 really slow process :D 15:27:54 AFIK sahara & aodh are the only one blockers... 15:28:11 degorenko: yeah but that's for the best. They built a CI from scratch and it really helps to stabilize 15:28:35 ok, we will wait :) 15:29:02 also, mitaka dropped EC2 in Nova 15:29:04 if it's needed - we can disable sahara & aodh in master for now 15:29:04 so we need to land https://review.openstack.org/#/c/261091/ 15:29:18 #action people to review puppet-nova/drop-ec2 https://review.openstack.org/#/c/261091/ 15:29:30 degorenko: that would be a regression and we don't want it I guess 15:29:41 we're not in a hurry I think to have mitaka 15:29:43 i case of emergency :) 15:29:49 I'm sure we'll bump our CI during January 15:29:56 ok, that's good 15:30:19 #topic Puppet-OpenStack Sprint 15:30:35 #link https://etherpad.openstack.org/p/puppet-happy-new-year-2016 15:30:52 so if we look at schedule constraints, 25-26-27 of January seems the best for everyone 15:31:07 but since few people is present today, we need to postpone this decision 15:31:36 #action postpone sprint schedule to next meeting and define a meeting date by then 15:31:50 last topic 15:32:00 #topic keystone::endpoint::version set to empty has no effect 15:32:02 chem: o/ 15:32:06 #link https://bugs.launchpad.net/puppet-keystone/+bug/1529374 15:32:08 Launchpad bug 1529374 in puppet-keystone "keystone::endpoint::version set to empty has no effect" [High,New] - Assigned to Sofer Athlan-Guyot (sofer-athlan-guyot) 15:32:22 EmilienM: no able to reproduce it yet 15:32:23 chem: did you reproduce it? 15:32:24 arghhhh 15:32:34 our CI did, 2 times at least 15:32:38 EmilienM: it seems to work as described 15:32:42 * EmilienM looks for links again 15:33:00 https://review.openstack.org/262008 15:33:21 this patch is a proof something is wrong ^ 15:34:29 EmilienM: yes but I don't think that the version parameter is the culprint but rather a check somewhere that the valid path is 'v3/v3X/v2. ...'' 15:34:32 not the module 15:35:04 EmilienM: but I'm stuck with strange problem on scenario003 15:35:15 EmilienM: I'll keep looking 15:35:36 chem: I went on #openstack-keystone and talked with notmorgan 15:35:44 he told me he has an idea 15:35:51 we need to catch-up with him 15:36:11 EmilienM: ack 15:36:18 #action catch-up with notmorgan about bug 1529374 15:36:20 bug 1529374 in puppet-keystone "keystone::endpoint::version set to empty has no effect" [High,New] https://launchpad.net/bugs/1529374 - Assigned to Sofer Athlan-Guyot (sofer-athlan-guyot) 15:36:35 #topic Open Discussion, Bug and Review triage (submit modules to triage here) 15:36:57 so there are a bunch of patches in the etherpad 15:37:09 people who wants some patches to review can have a look at the etherpad 15:37:20 do we have any questions / outstading bug/patch we need to discuss? 15:37:47 but gerrit doesn't want 15:37:51 (gerrit is down for me too) 15:38:13 gerrit is not working well today, for sure 15:38:20 I'll do some reviews tonight & tomorrow in the plane :) 15:38:26 if anyone from core team is around: https://review.openstack.org/260468 please +A this :) 15:40:04 anything else for today? 15:40:09 I'll close the meeting in 30s otherwise 15:40:53 unless your 3g drops :D 15:41:00 :D lol 15:41:02 lol 15:41:08 enjoy new year 15:41:11 drink a lot and have fun 15:41:16 thanks 15:41:19 you too 15:41:20 thanks 15:41:20 see you next time 15:41:23 #endmeeting