14:00:28 #startmeeting sahara 14:00:29 Meeting started Thu Aug 2 14:00:28 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:30 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:00:32 The meeting name has been set to 'sahara' 14:01:29 show off hands 14:01:30 o/ 14:01:33 o/ 14:02:27 tosky? 14:04:17 .. 14:04:33 #topic News/Updates 14:04:57 sorry 14:04:59 here 14:05:06 Sahara R3 was release last week as well as saharaclient 2.0 14:05:09 welcome tosky 14:06:13 yesterday I went through storyboard bugs, we might need to go through it during ptg and try to prioritize the bugs 14:06:25 so we can try to bring those numbers down 14:07:25 i'll be testing s3 on cdh soon, if there is a bug found i will try to get it included in rocky, same idea for apiv2 bugs 14:07:31 beyond that i have some doc to write 14:07:33 you can create a board or worklist for that 14:07:46 tosky, good idea 14:08:13 oh, and not sure if tellesnobrega saw my message the other day, but my tsp request was approved 14:08:21 for this ptg 14:08:35 jeremyfreudberg, did not see it. That is awesome 14:09:39 tosky: you won't be there, right? 14:10:12 I think he will make it, not sure just yet 14:10:15 I'm probably going to be there 14:10:32 oh, nice, keep us posted 14:10:56 more updates? 14:12:06 lets move on 14:12:20 #topic sahara-extra 14:12:50 SotK, about sahara-extra I talked with doug and sean yesterday and the idea is to backport everything to stable/rocky 14:13:13 I can write the patches 14:13:19 I plan to do it today 14:13:51 the alternative was to drop stable/rocky branch and the work was going to be too much and involve too many people, since there are only 5 patches, we can backport easily 14:14:21 backporting is fine 14:14:42 i guess the bigger question is, should we adjust the release cadence of sahara-extra from cycle-with-whatever (i'm not looking at the file right now) to independent 14:15:20 i think there is value in releases/tags for sahara-extra, but they don't seem to relate to the main release cycle 14:15:29 I have to check, but the way it is right is ok, it was a mistake by the script and myself to merge the patch to create stable/rocky 14:15:33 I shouldn't have created that 14:16:48 tosky: thoughts? 14:17:01 but which patch exactly created stable/rocky? 14:17:16 that's the part where I didn't get - for some older M release? 14:17:34 tosky, https://review.openstack.org/#/c/586182/ 14:17:38 because I don't remember recent 5 patches, so it must have happened some time ago 14:17:59 it created based on the last release 14:18:13 basically was a timing issue, it created as a library 14:18:20 so it picked up stuff from last release 14:18:24 looks more like sean did it by accident: https://github.com/openstack/releases/commits/master/deliverables/rocky/sahara-extra.yaml 14:18:39 it went from library->other, but sean missed that 14:18:48 they have a script that does that, and it failed to detect the type 14:18:57 exactly 14:21:05 anything else on this? 14:21:18 i think we are all on the same page on this, with at least a short term plan 14:21:24 yes 14:21:28 lets move on 14:21:40 #topic Stein PTG 14:22:09 I will start an etherpad, probably next week, so we can start planning the PTG discussions 14:22:24 keep an eye for it and start thinking on topics for the week 14:23:42 btw, i will most likely only be at ptg on sahara days, leaving on wednesday 14:24:03 pending confirmation from the Foundation's travel agent 14:24:21 sounds good, I will be the whole week, if you need me to attend something I can do it 14:25:29 tellesnobrega: thanks! 14:25:32 i'll let you know 14:25:36 cool 14:26:02 I don't have anything specific to discuss today 14:26:14 do you have anything else? 14:26:58 well, we still have the hardware for CI. we still don't really know how make sahara-ci-config work, and i've had no time 14:27:01 but, just a reminder that it exists 14:27:17 that might be better for PTG 14:27:23 face 14:27:33 yes, the actually work we can save till then 14:27:41 or even if not the work, the discussion 14:27:46 face to face we might come up with a quicker solution 14:27:47 just wanted to drop the reminder now 14:27:53 thanks 14:28:12 that's it from me 14:28:21 tosky: anything from you? 14:30:26 not for now about the PTG 14:30:42 tosky, any other topic? 14:31:39 S3 vs S3a, but I don't have resources to try to fix it 14:32:02 it impacts the tests I'm writing 14:32:23 ok 14:32:27 let me change topics 14:32:29 tosky: assume that the current s3 types will stay the same. if there's a change like that it will be accompanied by a whole new interface 14:32:34 #topic S3 vs S3a 14:34:01 I don't think this change would require a new interface 14:35:06 tosky, it wouldn't require a new interface, no 14:35:18 it's just allowing the users to use s3:/ URI also for data sources 14:35:30 (or the job binaries, I always mix them) 14:35:44 it's the DS which uses s3a now 14:38:13 tosky: is your only complaint about the abstraction the s3 vs s3a, or do you have other ideas? 14:38:34 only the abstraction 14:39:30 you mean, only the url format 14:39:35 nothing else about the abstraction 14:40:50 yes, exactly 14:42:07 so, should it just allow either protocol? (and munge s3->s3a as needed?) 14:42:31 I think we should use just one s3 14:42:37 well, i guess you also have your complaint about the http/https for the endpoint 14:42:41 and munge s3->s3a where needed 14:44:36 that's maybe more tricky, but s3/s3a is immediately visible 14:44:58 the http/https thing is actually more bothersome to me 14:45:03 but, to each his own 14:46:42 the http/https thing is already more solidified though, because of the --s3-ssl flag in OSC, so that's harder to backpedal 14:47:00 the s3->s3a we could really just sneak in now with nobody noticing (if we supported both formats) 14:49:10 yes, that's what I thought as well 14:49:29 I think it works 14:51:07 okay, i think i can write a patch that will allow either s3 or s3a to go in 14:51:31 and change the doc, though, to say that s3 is the 'real' way 14:51:42 and i think we can sneak that into rocky 14:51:56 thanks 14:52:05 rc1 is a week from today, right? 14:52:14 yes 14:52:18 excellent 14:52:20 yes 14:52:22 we have time 14:53:28 anything else? 14:53:31 thanks tosky for bringing it up and jeremyfreudberg for the work 14:53:34 not for me 14:53:36 np 14:53:40 tellesnobrega: can I include some quick info/update to the meeting? it's OSA related 14:53:49 kaiokmo, go ahead 14:54:24 yes please 14:55:00 ok. so, as long as rocky release is near, and ubuntu bionic is now supported on openstack, the osa team is working to add bionic support on all roles, including sahara 14:56:12 the work seems pretty consistent, and looks like sahara support for bionic is almost done, along with existing xenial, centos7 and opensuse ones 14:56:46 thanks for that, I've seen few reviews on openstack-ansible-os_sahara 14:57:16 kaiokmo, awesome, keep us posted and ping us if needed 14:57:32 tellesnobrega: no problem. will do 14:58:11 kaiokmo: is there any plan to switch the Bionic jobs to python 3, or are they going to stay python 2 for now? 14:59:22 I don't know about that, but I've seen some patches related to python3 15:00:36 mlavalle: Error: Can't start another meeting, one is in progress. Use #endmeeting first. 15:00:49 tellesnobrega: I think you can close now 15:00:49 on xenial, at least, there's on-going work on python3. 15:00:57 will do 15:00:57 we are out of time and people are pushing 15:00:58 I can update you guys later on sahara channel 15:01:00 #endmeeting