14:00:01 #startmeeting sahara 14:00:02 Meeting started Thu Jun 7 14:00:01 2018 UTC and is due to finish in 60 minutes. The chair is tellesnobrega. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:00:03 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:00:05 The meeting name has been set to 'sahara' 14:00:18 o/ 14:00:51 show off hands 14:00:57 o/ 14:00:58 o/ 14:01:09 lets start 14:01:15 #topic News/Updates 14:01:59 I was at the Summit, we got a good attendance at update and onboarding 14:03:08 my updates: some employment change, some new patches (some more wip than others) 14:03:16 other than that not much happened on the big data front at the summit 14:03:55 right now I'm working on boot from volume, and cdh 513 upgrade 14:04:43 various reviews here and there (apart from the usual internal testing) 14:04:51 but I think I will need help with the client patch 14:05:04 sahara side looks good 14:05:11 cdh513 is still uncertain 14:05:15 lets see how it goes 14:05:18 tellesnobrega: is boot from volume actually working? 14:05:47 I can't say 100% 14:05:51 but it is looking good 14:06:03 I forced it to be true 14:06:10 and it did start the cluster 14:06:22 but I need more eyes on that too 14:08:30 zchkun, any updates from you? 14:09:25 I submmit some patches about hadoop upgrade 14:09:37 I think 2.7.5 is in right? 14:09:44 3 is still under review 14:09:48 will try to look at it today 14:10:00 yes, thanks 14:10:23 lets move on 14:10:28 #Rocky M2 14:10:46 just to update everyone today is deadline for Rocky M2, since we got some patches under review 14:10:55 I will stretch that as much as I can 14:11:02 but we need to work fast 14:12:38 and that is it for this topic 14:13:14 #topic Plugins upgrades 14:13:23 where are we with plugins upgrades? 14:13:57 we have a deprecation/removal patch (by you) 14:14:14 zchkun worked and is working on vanilla (going to 3.x) 14:14:19 and you are working on CDH 5.13 14:14:22 mapr 6 i think no one is doing 14:14:52 spark and storm need upgrades as well 14:15:15 we can deploy HDP 2.6, but we don't have support to create an Ambari 2.6 image, neither with sie nor with pack 14:15:27 we won't have time to have those for M2 14:15:40 but I would advocate that we start work on those asap next week 14:15:48 (just to butt in on cdh 5.13: i just booted their quickstart image now, it's based on centos 6!) 14:16:02 I wonder if we can ping the people who added support for HDP 2.6 14:16:28 we could 14:16:39 and should, figure out if they intend to the image work as well 14:19:17 jeremyfreudberg, can that be a problem? 14:19:50 you mean the centos 6 thing? no, it's not a problem-- i just thought it was really funny 14:19:56 oh, ok 14:20:10 if you can get the configs, it would be great 14:20:11 :) 14:20:17 I'm installing again 14:20:29 hopefully it works this time 14:20:43 anything else on plugins upgrades? 14:22:30 nope 14:22:51 lets move on 14:22:58 I don't have specific topics for now 14:22:59 anyone? 14:23:06 can we jump to open discussion? 14:24:00 fine by me 14:24:19 yup 14:24:19 #topic Open discussion 14:25:39 zigo found an issue with python3 (both wsgi and eventlet); not sure about the root cause, the only comment is that I would consolidate the if with the next one 14:25:57 the review is https://review.openstack.org/#/c/573179/ 14:26:08 if anyone knows more about flask, feel free to comment 14:26:21 sure 14:26:24 patch here: https://review.openstack.org/573179 14:26:27 :) 14:26:28 I saw the patch 14:26:53 we should probably test against uwsgi in the gate too (Right now we only test against plain mod_wsgi) 14:27:02 my problem with it is, it doesn't really fix the problem, it just cover up the exception 14:27:14 i agree 14:27:34 I see similar checks in the few other programs which uses that 14:27:43 hmm 14:27:55 so this might be a common issue that just passed by us? 14:28:02 try to check for request.content_length on codesearch 14:28:36 will do 14:29:15 tosky: i agree that there are valid cases where the content_length is None, but i think in this case it's not the whole story 14:29:30 then please comment :) 14:29:46 apart from that, there are two reviews (by me) about switching to mod_wsgi by default: one for sahara, the other on sahara-tests 14:29:59 zigo: can i see how you configured uwsgi? 14:30:44 jeremyfreudberg: https://salsa.debian.org/openstack-team/services/sahara/blob/debian/queens/debian/sahara-api-uwsgi.ini 14:31:36 Then started with: /usr/bin/uwsgi_python35 --http-socket [::]:8386 --ini /etc/sahara/sahara-api-uwsgi.ini --pyargv --config-file=/etc/sahara/sahara.conf 14:31:50 [::] <--- This means all ipv4 and ipv6. 14:32:57 zigo:thanks, I'll dig into it 14:33:00 In any ways, you can always try the debian packages using the http://stretch-queens.debian.net/debian repos 14:33:15 I'd strongly suggest using uwsgi in the gate, so you can try with Py3 and SSL activated. 14:33:49 i agree 14:34:01 For SSL, just do something like this: --https-socket [::]:9696,/usr/local/share/ca-certificates/puppet_openstack.crt,/etc/neutron/ssl/private/poi.infomaniak.ch.pem --ini /etc/neutron/neutron-api-uwsgi.ini (this is for neutron-api, but easily adapted to sahara-api). 14:35:49 jeremyfreudberg, can you dig into this issue and update us? 14:36:23 i can add it to my list, yes 14:36:28 thanks 14:36:40 * zigo got to go 14:36:47 thanks zigo 14:36:59 thanks zigo 14:37:08 anything else for the day? 14:37:21 I have a old patch, and hope it to be reviewed 14:37:32 https://review.openstack.org/#/c/539856/ 14:38:02 zchkun: I will find some time to test it out in my environment 14:38:03 zchkun, I will take a look into it 14:38:05 next week 14:38:17 promise :) 14:38:22 ok , thanks 14:39:08 zchkun: your patch for sahara-image-elements is in merge conflict 14:39:33 https://review.openstack.org/#/c/571923 14:39:40 please refresh it, when you can :) 14:39:42 yes, I will submit it again with hive 3.0.0 14:39:58 oh, nice 14:46:07 thhat's itfrom me 14:46:15 ok, me too 14:46:22 tosky, zchkun ? 14:46:29 nothing from me 14:46:31 does anyone have news on shuyiang? 14:48:32 nothing else from me 14:48:40 ok, lets close it 14:48:45 thanks everyone 14:48:53 jeremyfreudberg, let me know how cdh config goes 14:49:02 yup 14:49:17 tosky, I may need your help with client side of boot from volume 14:49:18 if you can 14:49:34 I will try to apply the patch locally 14:49:40 thanks 14:50:40 thanks all 14:50:42 see you next week 14:50:46 ping me if needed 14:50:50 #endmeeting