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