*** ijw has quit IRC | 00:01 | |
*** mmethot has quit IRC | 00:06 | |
*** ttsiouts has quit IRC | 00:06 | |
*** slaweq has joined #openstack-meeting | 00:11 | |
*** _hemna has joined #openstack-meeting | 00:12 | |
*** _hemna has quit IRC | 00:17 | |
*** yamamoto has quit IRC | 00:19 | |
*** slaweq has quit IRC | 00:24 | |
*** gyee has quit IRC | 00:24 | |
*** bbowen_ has quit IRC | 00:30 | |
*** jamesmcarthur has joined #openstack-meeting | 00:41 | |
*** bbowen_ has joined #openstack-meeting | 00:44 | |
*** bbowen_ is now known as bbowen | 00:46 | |
*** ziyu has joined #openstack-meeting | 00:52 | |
*** zhangchi has joined #openstack-meeting | 00:52 | |
*** Yipei has joined #openstack-meeting | 00:55 | |
*** _alastor_ has quit IRC | 00:57 | |
*** XSM_HUST has joined #openstack-meeting | 00:57 | |
*** boxiang has quit IRC | 01:00 | |
zhangchi | #startmeeting tricircle | 01:00 |
---|---|---|
openstack | Meeting started Wed May 8 01:00:28 2019 UTC and is due to finish in 60 minutes. The chair is zhangchi. Information about MeetBot at http://wiki.debian.org/MeetBot. | 01:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 01:00 |
*** openstack changes topic to " (Meeting topic: tricircle)" | 01:00 | |
openstack | The meeting name has been set to 'tricircle' | 01:00 |
*** boxiang has joined #openstack-meeting | 01:00 | |
zhangchi | Morning everyone, welcome back to tricircle meeting | 01:01 |
ziyu | hi | 01:01 |
ziyu | godd day bruce zhang :) | 01:01 |
zhangchi | hi ziyu | 01:01 |
Yipei | hi, all | 01:02 |
XSM_HUST | hi,all | 01:02 |
ziyu | you would better tell other people in wechart we begin to meeting. | 01:02 |
ziyu | from today zhangchi will hold the meeting instead of me.haha! | 01:02 |
zhangchi | ok Message send | 01:03 |
zhangchi | #info To Do list https://etherpad.openstack.org/p/tricircle-train-plan | 01:04 |
zhangchi | ziyu how things going about your Finish the PR "ipv6_address_mode" not found in unit test | 01:05 |
ziyu | I have done it. | 01:05 |
zhangchi | good job is the patch submitted? | 01:06 |
ziyu | have merged. | 01:06 |
zhangchi | Greate | 01:06 |
zhangchi | weclome XSM_Hust | 01:07 |
zhangchi | what about your Deploy containers in tricircle environment | 01:07 |
XSM_HUST | After my experiments and bug tracking | 01:07 |
XSM_HUST | I found that the reason for deploying the container in the tricircle environment failed was that zun and kuryr did not specify region_name when using neutron api. | 01:08 |
*** lbragstad has quit IRC | 01:08 | |
*** yamamoto has joined #openstack-meeting | 01:09 | |
*** jamesmcarthur has quit IRC | 01:09 | |
XSM_HUST | This is a configuration bug in the zun and kuryr projects | 01:10 |
XSM_HUST | Howerver,the multi_region scene needs to specify which region's neutron api to use. | 01:11 |
ziyu | you can try seed a email to zun in openstack maillist? | 01:12 |
ziyu | or submit a bug report in the zun project? | 01:12 |
ziyu | how do you think? how about this? @zhangchi | 01:12 |
XSM_HUST | After I modified the neutron api calling code for the zun and kuryr projects, I was able to start the running container normally in the tricircle environment. | 01:13 |
zhangchi | good job Is the problem in multi_region scene still exists | 01:14 |
*** slaweq has joined #openstack-meeting | 01:16 | |
Yipei | sent requests to different neutron? | 01:16 |
XSM_HUST | In other words, when creating a network or port in zun and kuryr, the region_name option is not specified, and the request will be sent to RegionOne by default. | 01:18 |
Yipei | is it can be configured to central region? | 01:19 |
Yipei | then send requests to central region be default | 01:20 |
Yipei | s/be/by | 01:20 |
XSM_HUST | Maybe possible. Also need specify region_name or endpoint option. | 01:21 |
XSM_HUST | The main problem is that there are no configuration items for region_name or endpoint in the neutron configuration of zun and kuryr. | 01:23 |
XSM_HUST | They | 01:23 |
*** slaweq has quit IRC | 01:24 | |
zhangchi | agree with this the region name may be set by keystone endpoint and your enviroment variable from Central pod | 01:24 |
zhangchi | or may be set by the neutron cli command | 01:26 |
XSM_HUST | openstack --os-region-name RegionTwo appcontainer run --name container1 --net network=net2 cirros sudo nc -l -p 80 | 01:29 |
XSM_HUST | create a container command like this. | 01:29 |
zhangchi | region name has already been contained in CLI command | 01:30 |
*** hongbin has joined #openstack-meeting | 01:31 | |
XSM_HUST | But in this request,port request can't be sent to RegionTwo. | 01:31 |
zhangchi | then the request is still send to region one by default | 01:31 |
XSM_HUST | zun and kuryr use the RegionOne's neutron client. | 01:32 |
zhangchi | ok we will check the zun and kuryr mechanism for endpoint option | 01:34 |
XSM_HUST | yes, in zun and kuryr. port request didn't dispatch to diffrent region(neutronclient) according to real demand. | 01:34 |
Yipei | i thins all the networking requests should be sent to central region, and then central neutron decide where to create the resource | 01:35 |
Yipei | and it seems that availability_zone can be specified | 01:36 |
Yipei | #link https://developer.openstack.org/api-ref/application-container/?expanded=start-a-container-detail,commit-a-container-detail,attach-a-network-to-a-container-detail,execute-command-in-a-running-container-detail,enable-service-detail,create-new-container-detail#create-new-container | 01:36 |
XSM_HUST | you can see "/kuryr/kuryr/lib/utils.py" line38 | 01:36 |
*** baojg has joined #openstack-meeting | 01:36 | |
XSM_HUST | Also "/zun/zun/commen/clients.py" | 01:36 |
XSM_HUST | Line71 | 01:36 |
Yipei | ok, maybe require more investigation, we can discuss it offline | 01:39 |
XSM_HUST | ok | 01:40 |
zhangchi | Yipei is experienced | 01:40 |
zhangchi | Ok we wils continue the next topics | 01:42 |
Yipei | @Hust_xwq, wanquan will take the l3 networking model over | 01:43 |
zhangchi | nice | 01:45 |
zhangchi | so what about the remaining tasks about the l3 networking model | 01:47 |
*** yamamoto has quit IRC | 01:49 | |
Yipei | he is not available today for some personal business, he is currently studying l3 networking. | 01:50 |
Yipei | zhuangzhuang and I will help him | 01:51 |
zhangchi | Ok I got it Thanks Yipei | 01:51 |
Yipei | you are welcome. | 01:52 |
zhangchi | From my side the exception about tricircle unitest cannot loading the network_ranges model from neutron have been fixed | 01:55 |
*** apetrich has quit IRC | 01:57 | |
zhangchi | This is because some unit test make the fake client and is assigned to directory.get_plugin method | 01:57 |
zhangchi | is xiaohan zhang and yaguagnchen on line now? | 01:58 |
*** bbowen has quit IRC | 01:59 | |
zhangchi | ok their irc enviroment have not already been configured | 02:01 |
zhangchi | any other more topics | 02:01 |
zhangchi | Thanks for attending nice day | 02:02 |
zhangchi | #endmeeting | 02:02 |
XSM_HUST | Bye | 02:02 |
zhangchi | Bye | 02:02 |
*** hust_xwq has joined #openstack-meeting | 02:02 | |
Yipei | bye | 02:02 |
zhangchi | Bye yipei and XSM_HUST | 02:03 |
zhangchi | #endmeeting | 02:04 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings/" | 02:04 | |
openstack | Meeting ended Wed May 8 02:04:17 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 02:04 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/tricircle/2019/tricircle.2019-05-08-01.00.html | 02:04 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/tricircle/2019/tricircle.2019-05-08-01.00.txt | 02:04 |
openstack | Log: http://eavesdrop.openstack.org/meetings/tricircle/2019/tricircle.2019-05-08-01.00.log.html | 02:04 |
*** Yipei has quit IRC | 02:04 | |
*** XSM_HUST has quit IRC | 02:06 | |
*** iyamahat_ has quit IRC | 02:09 | |
*** yamahata has quit IRC | 02:09 | |
*** slaweq has joined #openstack-meeting | 02:11 | |
*** ziyu has quit IRC | 02:12 | |
*** tssurya has quit IRC | 02:16 | |
*** XSM_HUST has joined #openstack-meeting | 02:16 | |
*** liuyulong has joined #openstack-meeting | 02:18 | |
*** bbowen has joined #openstack-meeting | 02:18 | |
*** XSM_HUST has quit IRC | 02:20 | |
*** yamamoto has joined #openstack-meeting | 02:20 | |
*** ricolin has joined #openstack-meeting | 02:23 | |
*** slaweq has quit IRC | 02:24 | |
*** liuyulong has quit IRC | 02:24 | |
*** yamamoto has quit IRC | 02:30 | |
*** ttsiouts has joined #openstack-meeting | 02:39 | |
*** liuyulong has joined #openstack-meeting | 02:39 | |
*** ttsiouts has quit IRC | 02:44 | |
*** hust_xwq has quit IRC | 02:59 | |
*** whoami-rajat has joined #openstack-meeting | 03:01 | |
*** psachin has joined #openstack-meeting | 03:07 | |
*** slaweq has joined #openstack-meeting | 03:12 | |
*** slaweq has quit IRC | 03:24 | |
*** liuyulong has quit IRC | 03:24 | |
*** enriquetaso has quit IRC | 03:44 | |
*** iyamahat has joined #openstack-meeting | 03:47 | |
*** imsurit_ofc has joined #openstack-meeting | 04:00 | |
*** slaweq has joined #openstack-meeting | 04:12 | |
*** hongbin has quit IRC | 04:19 | |
*** slaweq has quit IRC | 04:24 | |
*** yamamoto has joined #openstack-meeting | 04:39 | |
*** yamamoto has quit IRC | 04:44 | |
*** yamamoto has joined #openstack-meeting | 04:45 | |
*** yamamoto has quit IRC | 04:46 | |
*** janki has joined #openstack-meeting | 04:47 | |
*** zhangchi has quit IRC | 04:47 | |
*** yamamoto has joined #openstack-meeting | 04:48 | |
*** yamamoto has quit IRC | 04:50 | |
*** zhangchi has joined #openstack-meeting | 05:00 | |
*** yamamoto has joined #openstack-meeting | 05:09 | |
*** slaweq has joined #openstack-meeting | 05:12 | |
*** imsurit_ofc has quit IRC | 05:20 | |
*** boxiang has quit IRC | 05:20 | |
*** boxiang has joined #openstack-meeting | 05:21 | |
*** slaweq has quit IRC | 05:24 | |
*** dims has quit IRC | 05:32 | |
*** dims has joined #openstack-meeting | 05:33 | |
*** radeks has joined #openstack-meeting | 05:35 | |
*** boxiang has quit IRC | 05:36 | |
*** yamamoto has quit IRC | 05:36 | |
*** boxiang has joined #openstack-meeting | 05:36 | |
*** armax has joined #openstack-meeting | 05:44 | |
*** larainema has joined #openstack-meeting | 05:44 | |
*** boxiang has quit IRC | 05:50 | |
*** boxiang has joined #openstack-meeting | 05:51 | |
*** iyamahat has quit IRC | 05:52 | |
*** boxiang has quit IRC | 06:03 | |
*** boxiang has joined #openstack-meeting | 06:04 | |
*** liuyulong has joined #openstack-meeting | 06:07 | |
*** ricolin_ has joined #openstack-meeting | 06:12 | |
*** ricolin has quit IRC | 06:12 | |
*** yamamoto has joined #openstack-meeting | 06:15 | |
*** dims has quit IRC | 06:16 | |
*** slaweq has joined #openstack-meeting | 06:17 | |
*** armax has quit IRC | 06:25 | |
*** yamamoto has quit IRC | 06:27 | |
*** ricolin_ has quit IRC | 06:27 | |
*** slaweq has quit IRC | 06:32 | |
*** ttsiouts has joined #openstack-meeting | 06:34 | |
*** dims has joined #openstack-meeting | 06:42 | |
*** slaweq has joined #openstack-meeting | 06:42 | |
*** dims has quit IRC | 06:49 | |
*** dims has joined #openstack-meeting | 06:54 | |
*** boxiang has quit IRC | 06:57 | |
*** boxiang has joined #openstack-meeting | 06:58 | |
*** rcernin has quit IRC | 07:01 | |
*** apetrich has joined #openstack-meeting | 07:07 | |
*** boxiang has quit IRC | 07:18 | |
*** boxiang has joined #openstack-meeting | 07:20 | |
*** ralonsoh has joined #openstack-meeting | 07:29 | |
*** ttsiouts has quit IRC | 07:33 | |
*** boxiang has quit IRC | 07:36 | |
*** boxiang has joined #openstack-meeting | 07:37 | |
*** Luzi has joined #openstack-meeting | 07:47 | |
*** rtjure has quit IRC | 07:48 | |
*** rtjure has joined #openstack-meeting | 07:54 | |
*** hyunsikyang__ has joined #openstack-meeting | 08:08 | |
*** hyunsikyang has quit IRC | 08:12 | |
*** rtjure has quit IRC | 08:16 | |
*** adrianc_ has quit IRC | 08:28 | |
*** adrianc has joined #openstack-meeting | 08:33 | |
*** yamamoto has joined #openstack-meeting | 08:35 | |
*** lpetrut has joined #openstack-meeting | 08:38 | |
*** hyunsikyang has joined #openstack-meeting | 08:44 | |
*** hyunsikyang__ has quit IRC | 08:47 | |
*** ttsiouts has joined #openstack-meeting | 09:06 | |
*** ttsiouts has quit IRC | 09:11 | |
*** _hemna has joined #openstack-meeting | 09:12 | |
*** _hemna has quit IRC | 09:16 | |
*** iyamahat has joined #openstack-meeting | 09:26 | |
*** zhangchi has quit IRC | 09:33 | |
*** yamahata has joined #openstack-meeting | 09:41 | |
*** electrofelix has joined #openstack-meeting | 09:41 | |
*** liuyulong has quit IRC | 09:41 | |
*** raildo has joined #openstack-meeting | 10:05 | |
*** persia has quit IRC | 10:10 | |
*** persia has joined #openstack-meeting | 10:11 | |
*** yaawang has quit IRC | 10:14 | |
*** yamamoto has quit IRC | 10:15 | |
*** yamamoto has joined #openstack-meeting | 10:17 | |
*** yamamoto has quit IRC | 10:26 | |
*** zbr|pto has quit IRC | 10:42 | |
*** priteau has joined #openstack-meeting | 10:45 | |
*** ttsiouts has joined #openstack-meeting | 10:46 | |
*** oneswig has joined #openstack-meeting | 10:47 | |
*** ttsiouts has quit IRC | 10:50 | |
*** yaawang has joined #openstack-meeting | 10:56 | |
*** carloss has quit IRC | 10:56 | |
*** yamamoto has joined #openstack-meeting | 10:57 | |
*** martial has joined #openstack-meeting | 10:59 | |
oneswig | #startmeeting scientific-sig | 10:59 |
openstack | Meeting started Wed May 8 10:59:27 2019 UTC and is due to finish in 60 minutes. The chair is oneswig. Information about MeetBot at http://wiki.debian.org/MeetBot. | 10:59 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 10:59 |
*** openstack changes topic to " (Meeting topic: scientific-sig)" | 10:59 | |
openstack | The meeting name has been set to 'scientific_sig' | 10:59 |
oneswig | #chair martial | 10:59 |
openstack | Current chairs: martial oneswig | 10:59 |
oneswig | Greetings | 10:59 |
oneswig | #link Agenda for today https://wiki.openstack.org/wiki/Scientific_SIG#IRC_Meeting_May_8th_2019 | 10:59 |
martial | Good morning /day / evening | 11:00 |
oneswig | Hey martial, good to see you last week. | 11:00 |
oneswig | Are you back at the DMC offices? | 11:00 |
martial | Always a pleasure | 11:00 |
martial | Back in Virginia | 11:00 |
martial | 7am here so on daddy duties | 11:01 |
oneswig | Ah, of course. | 11:01 |
oneswig | How was the rest of the PTG for you? | 11:01 |
*** belmoreira has joined #openstack-meeting | 11:02 | |
martial | Was good | 11:02 |
martial | Talked to the starlingX people | 11:02 |
*** tssurya has joined #openstack-meeting | 11:02 | |
martial | And keystone | 11:02 |
*** qwebirc1563 has joined #openstack-meeting | 11:03 | |
*** priteau has quit IRC | 11:03 | |
martial | And had a chance to discuss HPC with Red Hat | 11:03 |
oneswig | Interesting project, StarlingX. Partly because the more they work, the less they diverge. | 11:03 |
oneswig | Was that TripleO folks from RH or higher up the ecosystem? | 11:04 |
martial | So a very productive week | 11:04 |
*** priteau has joined #openstack-meeting | 11:04 | |
martial | Product manager | 11:04 |
martial | So directly at the open shift level | 11:05 |
martial | They want to help | 11:05 |
oneswig | Ah interesting. | 11:05 |
martial | And are willing to commit time and money to add HPC specific features | 11:05 |
martial | To container runtimes and others | 11:05 |
oneswig | "Step into my office", you say :-) | 11:05 |
martial | So seems like it could be very interesting for the community | 11:06 |
oneswig | Will they send someone to HPCW? | 11:06 |
martial | Need to follow up on that | 11:06 |
martial | Tim had a chance to talk to them too | 11:06 |
martial | So he passed along a couple ideas | 11:07 |
oneswig | He has specific and exacting requirements | 11:07 |
martial | And he intends to join the slack to discuss things with us | 11:07 |
martial | On my list to follow up basically | 11:07 |
oneswig | I had thought CharlieCloud was aiming for OCI compliance but apparently not | 11:07 |
*** yamamoto has quit IRC | 11:08 | |
oneswig | A long list no doubt. | 11:08 |
oneswig | I was really excited by the discussion on progress for boot-to-ramdisk, we'll definitely be testing that out. | 11:08 |
martial | We talked cri-o podman and buildah | 11:08 |
martial | (Among other things) | 11:08 |
martial | (And on that I need to make sure that the younglings eat a little bit, be back :)) | 11:09 |
oneswig | Ah OK. | 11:09 |
oneswig | Bon appetite! | 11:09 |
oneswig | Anyone else around today? | 11:09 |
oneswig | I suggest we close early unless others are looking to join | 11:11 |
qwebirc1563 | Only us chickens | 11:12 |
oneswig | er... hello :-) | 11:12 |
oneswig | Who's that? | 11:12 |
qwebirc1563 | qwebirc1563 - where does that come from? Anonymous login I suppose. HPCJohn from CGG | 11:12 |
oneswig | Hi John, good to "see" you again. | 11:13 |
qwebirc1563 | How was the Denver summit | 11:13 |
oneswig | Very successful, I thought. The SIG was busy and our sessions were popular. | 11:14 |
qwebirc1563 | Great stuff. I dont have much to say. Just listening in | 11:14 |
oneswig | I learned that diskless boot of Ironic nodes is working and ready for test. Something I've been keen on for a while | 11:14 |
martial | The agenda has the links for the etherpads which in turn have the summary of the talks and the topics covered | 11:15 |
oneswig | In the SIG sessions we also decided collectively to write a paper on the case for hybrid cloud | 11:16 |
martial | I will agree with stig that it was very successful from the scientific sig standpoint | 11:16 |
qwebirc1563 | I might try the diskless boot out. | 11:17 |
*** yamamoto has joined #openstack-meeting | 11:17 | |
oneswig | qwebirc1563: I'm hoping to write up the experience at some point this summer. | 11:17 |
oneswig | Will let you know if I actually get round to it... | 11:18 |
martial | There were some good hands on during the summit too | 11:18 |
martial | I did StarlingX and Kayobe | 11:18 |
martial | Very impressed by both | 11:18 |
oneswig | Thanks for taking part martial, it was a fun session :-) | 11:18 |
martial | Only glitch is that the videos are slow to come out | 11:19 |
qwebirc1563 | What is StarlingX - I guess Google might tell me, but first item was about birds | 11:19 |
oneswig | martial: do you see a govt use case for StarlingX? Possible I guess. | 11:19 |
oneswig | In a nutshell, Telco / edge computing variant of OpenStack | 11:20 |
martial | I am trying to get one of the team to discuss edge analytics for public safety | 11:20 |
martial | (Think firefighter/first responders) | 11:20 |
qwebirc1563 | Thanks | 11:20 |
martial | Made a couple connections this way | 11:21 |
martial | Wait and see | 11:21 |
oneswig | It was good to see a lot of new faces in the SIG and around the related sessions | 11:21 |
martial | +1 | 11:22 |
oneswig | This summit was on the small side. Apparently the next one in Shanghai may be vast - the Chinese OpenStack day gets 3000+ attendees | 11:23 |
martial | Wow we are going to be busy | 11:23 |
martial | Planning to come | 11:23 |
martial | And to start our BoF for SC19 | 11:23 |
oneswig | It's going to be a most interesting exercise. | 11:23 |
*** janki has quit IRC | 11:23 | |
oneswig | martial: sounds good. | 11:24 |
*** Lucas_Gray has joined #openstack-meeting | 11:24 | |
oneswig | I should be there this year. | 11:24 |
martial | Rgr will have you in the roster ;) | 11:25 |
oneswig | I first read that as "roaster"... | 11:25 |
martial | I am finishing a BoF for PEARC19 and will look into SC | 11:25 |
oneswig | I have an action to mail about funding the white paper, will do that now. | 11:26 |
oneswig | qwebirc1563: one thing that might interest you - martial created a Slack channel for SIG chat | 11:28 |
martial | (From my phone now) | 11:28 |
qwebirc1563 | Thankyou - I will look into that! | 11:28 |
oneswig | sign up link https://join.slack.com/t/os-scientific-sig/shared_invite/enQtNjIyOTU1NjU3Njg1LTVjY2QzNTkyMjVmZjIzNjI2MDYzNjcxMzExMDY5NDQ0MTc1NGRjMzk2ZTE2N2VjZjJiMzlmMGM2MGJjZjY4YzA | 11:28 |
oneswig | Already some interesting discussion going on there, mostly of a fishwivey flavour | 11:29 |
oneswig | OK, without quorum shall we close the meeting? | 11:30 |
martial | Well we are three ;) | 11:30 |
martial | So I second it | 11:30 |
oneswig | That's the majority we need - any other business from you qwebirc1563? | 11:31 |
martial | And hello priteau missed you at the summit | 11:31 |
priteau | Hi martial. I couldn't make it this time! | 11:31 |
oneswig | Ah, hi priteau :-) | 11:32 |
qwebirc1563 | Nope! Signing out, thankyou | 11:33 |
*** qwebirc1563 has quit IRC | 11:33 | |
oneswig | OK guys, let's do school runs, lunches, etc. | 11:33 |
oneswig | Thanks all | 11:33 |
martial | ;$ | 11:33 |
oneswig | #endmeeting | 11:33 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings/" | 11:33 | |
martial | ;) | 11:33 |
openstack | Meeting ended Wed May 8 11:33:53 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 11:33 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/scientific_sig/2019/scientific_sig.2019-05-08-10.59.html | 11:33 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/scientific_sig/2019/scientific_sig.2019-05-08-10.59.txt | 11:33 |
openstack | Log: http://eavesdrop.openstack.org/meetings/scientific_sig/2019/scientific_sig.2019-05-08-10.59.log.html | 11:33 |
*** belmoreira has quit IRC | 11:36 | |
*** belmoreira has joined #openstack-meeting | 11:39 | |
*** baojg has quit IRC | 11:40 | |
*** radeks_ has joined #openstack-meeting | 11:49 | |
*** bobh has joined #openstack-meeting | 11:57 | |
*** bobh has quit IRC | 12:02 | |
*** priteau has quit IRC | 12:07 | |
*** _alastor_ has joined #openstack-meeting | 12:07 | |
*** _alastor_ has quit IRC | 12:12 | |
*** jamesmcarthur has joined #openstack-meeting | 12:18 | |
*** zbr has joined #openstack-meeting | 12:25 | |
*** zbr has quit IRC | 12:26 | |
*** lbragstad has joined #openstack-meeting | 12:28 | |
*** mmethot has joined #openstack-meeting | 12:32 | |
*** ttsiouts has joined #openstack-meeting | 12:32 | |
*** jamesmcarthur has quit IRC | 12:35 | |
*** armax has joined #openstack-meeting | 12:44 | |
*** jamesmcarthur has joined #openstack-meeting | 12:47 | |
*** radeks_ has quit IRC | 12:53 | |
*** ttsiouts has quit IRC | 12:53 | |
*** hemna has quit IRC | 12:54 | |
*** hemna has joined #openstack-meeting | 12:55 | |
*** cheng1 has quit IRC | 13:02 | |
*** kaisers has quit IRC | 13:05 | |
*** cheng1 has joined #openstack-meeting | 13:06 | |
*** kaisers has joined #openstack-meeting | 13:06 | |
*** samueldmq has joined #openstack-meeting | 13:09 | |
*** efried_pto is now known as efried | 13:12 | |
*** Wryhder has joined #openstack-meeting | 13:14 | |
*** Lucas_Gray has quit IRC | 13:14 | |
*** Wryhder is now known as Lucas_Gray | 13:15 | |
*** Shrews has left #openstack-meeting | 13:15 | |
*** davidsha has joined #openstack-meeting | 13:16 | |
*** _alastor_ has joined #openstack-meeting | 13:17 | |
*** ttsiouts has joined #openstack-meeting | 13:30 | |
*** baojg has joined #openstack-meeting | 13:34 | |
*** ayoung has quit IRC | 13:34 | |
*** jaypipes has joined #openstack-meeting | 13:43 | |
*** baojg has quit IRC | 13:45 | |
*** martial has quit IRC | 13:48 | |
*** mriedem has joined #openstack-meeting | 13:52 | |
*** jamesmcarthur has quit IRC | 13:53 | |
*** jamesmcarthur has joined #openstack-meeting | 13:53 | |
*** Luzi has quit IRC | 13:57 | |
*** yamamoto has quit IRC | 13:59 | |
*** lpetrut has quit IRC | 13:59 | |
*** yamamoto has joined #openstack-meeting | 14:01 | |
*** panda has joined #openstack-meeting | 14:02 | |
*** yamamoto has quit IRC | 14:04 | |
*** belmoreira has quit IRC | 14:08 | |
*** psachin has quit IRC | 14:08 | |
*** rossella_s has quit IRC | 14:10 | |
*** rossella_s has joined #openstack-meeting | 14:12 | |
*** bdperkin has quit IRC | 14:13 | |
*** _alastor_ has quit IRC | 14:19 | |
*** lpetrut has joined #openstack-meeting | 14:24 | |
*** hongbin has joined #openstack-meeting | 14:29 | |
*** lpetrut has quit IRC | 14:37 | |
*** tesseract has joined #openstack-meeting | 14:38 | |
*** yamamoto has joined #openstack-meeting | 14:39 | |
*** lpetrut has joined #openstack-meeting | 14:39 | |
*** yamamoto has quit IRC | 14:41 | |
*** yamamoto has joined #openstack-meeting | 14:41 | |
*** armax has quit IRC | 14:45 | |
*** rfolco|ruck is now known as rfolco|out | 14:48 | |
*** belmoreira has joined #openstack-meeting | 14:49 | |
*** artom has quit IRC | 14:50 | |
*** artom has joined #openstack-meeting | 14:51 | |
*** bdperkin has joined #openstack-meeting | 14:52 | |
*** ayoung has joined #openstack-meeting | 14:56 | |
*** cheng1__ has joined #openstack-meeting | 14:58 | |
*** whoami-rajat has quit IRC | 15:02 | |
*** mszwed_ has joined #openstack-meeting | 15:05 | |
*** belmoreira has quit IRC | 15:07 | |
*** ttsiouts has quit IRC | 15:07 | |
*** mszwed_ has left #openstack-meeting | 15:07 | |
*** slaweq has quit IRC | 15:09 | |
*** tesseract has quit IRC | 15:09 | |
*** slaweq has joined #openstack-meeting | 15:10 | |
*** cheng1__ has quit IRC | 15:10 | |
*** ttsiouts has joined #openstack-meeting | 15:12 | |
*** altlogbot_2 has quit IRC | 15:21 | |
*** altlogbot_1 has joined #openstack-meeting | 15:22 | |
*** enriquetaso has joined #openstack-meeting | 15:22 | |
*** irclogbot_3 has quit IRC | 15:22 | |
*** Lucas_Gray has quit IRC | 15:22 | |
*** irclogbot_3 has joined #openstack-meeting | 15:24 | |
*** altlogbot_1 has quit IRC | 15:27 | |
*** _alastor_ has joined #openstack-meeting | 15:27 | |
*** jamesmcarthur has quit IRC | 15:27 | |
*** Lucas_Gray has joined #openstack-meeting | 15:27 | |
*** altlogbot_1 has joined #openstack-meeting | 15:28 | |
*** oneswig has quit IRC | 15:28 | |
*** irclogbot_3 has quit IRC | 15:28 | |
*** irclogbot_0 has joined #openstack-meeting | 15:30 | |
*** rubasov has quit IRC | 15:32 | |
*** Lucas_Gray has quit IRC | 15:35 | |
*** ayoung has quit IRC | 15:38 | |
*** gyee has joined #openstack-meeting | 15:39 | |
*** e0ne has joined #openstack-meeting | 15:50 | |
*** ayoung has joined #openstack-meeting | 15:50 | |
*** dtrainor has quit IRC | 15:51 | |
*** e0ne has quit IRC | 15:53 | |
*** jamesmcarthur has joined #openstack-meeting | 15:58 | |
*** mszwed_ has joined #openstack-meeting | 16:00 | |
*** walshh_ has joined #openstack-meeting | 16:02 | |
*** lpetrut has quit IRC | 16:11 | |
*** e0ne has joined #openstack-meeting | 16:11 | |
*** mszwed_ is now known as mszwed | 16:13 | |
*** walshh_ has quit IRC | 16:13 | |
smcginnis | http://lists.openstack.org/pipermail/openstack-discuss/2019-May/005909.html | 16:13 |
*** mszwed has left #openstack-meeting | 16:13 | |
*** mattw4 has joined #openstack-meeting | 16:15 | |
*** davidsha has quit IRC | 16:15 | |
*** whoami-rajat has joined #openstack-meeting | 16:16 | |
*** artom has quit IRC | 16:18 | |
*** david-lyle has quit IRC | 16:19 | |
*** dklyle has joined #openstack-meeting | 16:20 | |
*** ayoung has quit IRC | 16:22 | |
*** jamesmcarthur has quit IRC | 16:23 | |
*** jamesmcarthur has joined #openstack-meeting | 16:23 | |
*** e0ne has quit IRC | 16:26 | |
*** jamesmcarthur has quit IRC | 16:40 | |
*** yamamoto has quit IRC | 16:42 | |
*** wwriverrat has joined #openstack-meeting | 16:47 | |
*** lseki has joined #openstack-meeting | 16:55 | |
*** yamahata has quit IRC | 17:02 | |
*** iyamahat has quit IRC | 17:02 | |
*** mattw4 has quit IRC | 17:04 | |
*** ttsiouts has quit IRC | 17:10 | |
*** e0ne has joined #openstack-meeting | 17:10 | |
*** mattw4 has joined #openstack-meeting | 17:12 | |
*** e0ne has quit IRC | 17:12 | |
*** iyamahat has joined #openstack-meeting | 17:17 | |
*** yamamoto has joined #openstack-meeting | 17:17 | |
*** e0ne has joined #openstack-meeting | 17:18 | |
*** ttsiouts has joined #openstack-meeting | 17:19 | |
*** jbadiapa has quit IRC | 17:19 | |
*** e0ne has quit IRC | 17:21 | |
*** mattw4 has quit IRC | 17:23 | |
*** yamamoto has quit IRC | 17:26 | |
*** jamesmcarthur has joined #openstack-meeting | 17:29 | |
*** ianychoi_ has joined #openstack-meeting | 17:29 | |
*** ralonsoh has quit IRC | 17:30 | |
*** ianychoi has quit IRC | 17:31 | |
*** jbadiapa has joined #openstack-meeting | 17:33 | |
*** yamahata has joined #openstack-meeting | 17:36 | |
*** psahoo has joined #openstack-meeting | 17:38 | |
*** psahoo has quit IRC | 17:42 | |
*** ttsiouts has quit IRC | 17:54 | |
*** e0ne has joined #openstack-meeting | 17:59 | |
*** jamesmcarthur has quit IRC | 18:04 | |
*** jamesmcarthur has joined #openstack-meeting | 18:06 | |
*** e0ne has quit IRC | 18:07 | |
*** ijw has joined #openstack-meeting | 18:09 | |
*** ttsiouts has joined #openstack-meeting | 18:09 | |
*** artom has joined #openstack-meeting | 18:10 | |
*** ttsiouts has quit IRC | 18:14 | |
*** mattw4 has joined #openstack-meeting | 18:16 | |
*** ttsiouts has joined #openstack-meeting | 18:42 | |
*** mattw4 has quit IRC | 18:43 | |
*** mattw4 has joined #openstack-meeting | 18:43 | |
*** bbowen has quit IRC | 18:43 | |
*** panda is now known as panda|off | 19:01 | |
*** mattw4 has quit IRC | 19:03 | |
*** bbowen has joined #openstack-meeting | 19:04 | |
*** lpetrut has joined #openstack-meeting | 19:08 | |
*** lpetrut has quit IRC | 19:12 | |
*** hongbin has quit IRC | 19:17 | |
*** carloss has joined #openstack-meeting | 19:24 | |
*** jamesmcarthur has quit IRC | 19:24 | |
*** ttsiouts has quit IRC | 19:44 | |
*** mattw4 has joined #openstack-meeting | 19:49 | |
*** ttsiouts has joined #openstack-meeting | 19:59 | |
*** patchbot has joined #openstack-meeting | 19:59 | |
*** ttsiouts has quit IRC | 20:04 | |
*** slaweq has quit IRC | 20:05 | |
*** david-lyle has joined #openstack-meeting | 20:12 | |
*** rf0lc0 has joined #openstack-meeting | 20:12 | |
*** yamahata__ has joined #openstack-meeting | 20:13 | |
*** niceplace has quit IRC | 20:14 | |
*** lhinds has quit IRC | 20:14 | |
*** dklyle has quit IRC | 20:15 | |
*** rfolco|out has quit IRC | 20:15 | |
*** isq_ has quit IRC | 20:15 | |
*** kota_ has quit IRC | 20:15 | |
*** redrobot has quit IRC | 20:15 | |
*** edleafe has quit IRC | 20:15 | |
*** dansmith has quit IRC | 20:15 | |
*** pots has quit IRC | 20:15 | |
*** edleafe has joined #openstack-meeting | 20:16 | |
*** pots has joined #openstack-meeting | 20:17 | |
*** mattw4 has quit IRC | 20:19 | |
*** mattw4 has joined #openstack-meeting | 20:19 | |
*** dansmith has joined #openstack-meeting | 20:20 | |
*** niceplace has joined #openstack-meeting | 20:22 | |
*** Guest69998 has joined #openstack-meeting | 20:22 | |
*** lhinds has joined #openstack-meeting | 20:22 | |
*** Guest69998 is now known as redrobot | 20:23 | |
*** kota_ has joined #openstack-meeting | 20:23 | |
*** slaweq has joined #openstack-meeting | 20:28 | |
*** mattw4 has quit IRC | 20:31 | |
*** ttsiouts has joined #openstack-meeting | 20:37 | |
*** tssurya has quit IRC | 20:41 | |
*** ttsiouts has quit IRC | 20:42 | |
*** artom has quit IRC | 20:44 | |
*** bobh has joined #openstack-meeting | 20:44 | |
*** bobh has quit IRC | 20:45 | |
*** artom has joined #openstack-meeting | 20:45 | |
*** artom has quit IRC | 20:45 | |
*** ijw has quit IRC | 20:48 | |
*** ijw has joined #openstack-meeting | 20:49 | |
*** Lucas_Gray has joined #openstack-meeting | 20:50 | |
*** mattw4 has joined #openstack-meeting | 20:51 | |
*** radeks has quit IRC | 20:59 | |
timburke | #startmeeting swift | 21:02 |
openstack | Meeting started Wed May 8 21:02:03 2019 UTC and is due to finish in 60 minutes. The chair is timburke. Information about MeetBot at http://wiki.debian.org/MeetBot. | 21:02 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 21:02 |
*** openstack changes topic to " (Meeting topic: swift)" | 21:02 | |
openstack | The meeting name has been set to 'swift' | 21:02 |
timburke | who's here for the swift meeting? | 21:02 |
kota_ | o/ | 21:02 |
kota_ | lol | 21:03 |
timburke | i know thiago is going to miss it... | 21:03 |
*** zaitcev has joined #openstack-meeting | 21:04 | |
timburke | well, thanks for being here kota_ :-) | 21:04 |
kota_ | since we have the ptg until the last Saturday, everyone seems tiered, maybe? | 21:04 |
timburke | as much as anything, i wanted this just to write down some summaries from the PTG, so i think i'll go ahead and do that | 21:05 |
kota_ | nope | 21:05 |
kota_ | alright | 21:05 |
timburke | yeah, i'm guessing most people are still recovering, which is totally fine | 21:05 |
timburke | #topic PTG recap | 21:05 |
*** openstack changes topic to "PTG recap (Meeting topic: swift)" | 21:05 | |
timburke | i feel like we did a pretty good job getting through the topics from the etherpad | 21:06 |
kota_ | sure | 21:06 |
timburke | roughly in order of interest we had: | 21:06 |
timburke | #topic swift containerization | 21:06 |
*** openstack changes topic to "swift containerization (Meeting topic: swift)" | 21:06 | |
timburke | we have a Dockerfile in tree now! | 21:08 |
timburke | tdasliva and cschwede have done a great job driving that work | 21:08 |
kota_ | i saw that landed! yey! | 21:08 |
timburke | and i think having a dev test target that's easy to spin up is going to be great for us as a community | 21:08 |
timburke | #topic py3 support | 21:08 |
*** openstack changes topic to "py3 support (Meeting topic: swift)" | 21:08 | |
timburke | we've been making great progress! i've got a (fairly aggressive) plan to get all unit and func tests passing by the end of the month | 21:09 |
timburke | we'll see how well i stick to it ;-) | 21:09 |
kota_ | ;-D | 21:10 |
timburke | the goal is to tag a release with experimental support early so we have a long period for further testing and validation before we have to tag a release for train | 21:10 |
clayg | sorry i'm late | 21:10 |
timburke | no worries! i was too :P | 21:10 |
kota_ | clayg: hello! | 21:11 |
zaitcev | What I'm seeing right now is so absurd that I suspect jobs were marked non-voting by mistake. | 21:11 |
timburke | mostly i'm just trying to summarize ptg outcomes | 21:11 |
clayg | kota_: 🤗 | 21:11 |
zaitcev | I mean, in the gate, and in the tree. | 21:11 |
timburke | zaitcev, how do you mean? | 21:11 |
zaitcev | actually, never mind. | 21:13 |
zaitcev | Apparently proxy/test_server.py was not yet converted. | 21:14 |
timburke | nope. working on it! i swear, https://review.opendev.org/#/c/657700/ worked on my machine ;-) | 21:14 |
patchbot | patch 657700 - swift - py3: finish porting proxy/test_server.py - 2 patch sets | 21:14 |
timburke | sorry, i did break that one up over several patches, just to try to isolate the rote '...' -> b'...' style changes from things that i actually needed to think about | 21:15 |
mattoliverau | o/ (sorry jetlagged and didn't realise the time) | 21:16 |
timburke | #topic losf | 21:16 |
*** openstack changes topic to "losf (Meeting topic: swift)" | 21:16 | |
timburke | looks like momentum's building on the feature branch! | 21:16 |
zaitcev | okay | 21:16 |
timburke | kota_'s been working on getting a func test job that uses the new backend | 21:17 |
timburke | and clayg's been working on making vagrant-swift-all-in-one know how to use it, too | 21:17 |
clayg | i also added some venv thing for py3 development that might be useful | 21:18 |
timburke | true! | 21:18 |
kota_ | great | 21:18 |
timburke | there's still a good bit of work (such as writing unit tests, and integrating the golang unit tests into our gate), but it's great to see so much activity | 21:18 |
clayg | and I started playing with re-using the ansible jobs that run ceph in the gate to do more s3api testing on vsaio | 21:18 |
clayg | yay 👍 losf!!! | 21:19 |
timburke | #topic async delete patch | 21:19 |
*** openstack changes topic to "async delete patch (Meeting topic: swift)" | 21:19 | |
timburke | #link https://review.opendev.org/#/c/648263/ | 21:19 |
patchbot | patch 648263 - swift - WIP: s3api: Make multi-deletes async - 5 patch sets | 21:19 |
*** Lucas_Gray has quit IRC | 21:20 | |
timburke | the consensus seemed to be that there were some interesting primitives introduced that might be generally useful, but the patch as it stands now isn't really something we want, particularly since it's only of use via the s3api | 21:20 |
timburke | i'm planning on seeing about breaking it up, maybe introducing an operator tool that utilizes the expirer-delete mechanism to mark an entire container for deletion, say | 21:21 |
*** bobh has joined #openstack-meeting | 21:22 | |
timburke | with an eye toward eventually making it client-facing, complete with 410 behavior a la account reaping | 21:22 |
timburke | #topic general task queue | 21:22 |
*** openstack changes topic to "general task queue (Meeting topic: swift)" | 21:22 | |
timburke | there's been some progress (namely, you can now configure the expirer in object-server.conf) | 21:23 |
timburke | but m_kazuhiro is going to be moving on from swift development, so rledisez will be picking up the work | 21:23 |
timburke | #link https://review.opendev.org/#/c/517389/ | 21:24 |
patchbot | patch 517389 - swift - Add object-expirer new mode to execute tasks from ... - 46 patch sets | 21:24 |
timburke | wow... 46 patchsets... yeah. | 21:24 |
*** dkehn has joined #openstack-meeting | 21:25 | |
timburke | #topic auto-sharding | 21:25 |
*** openstack changes topic to "auto-sharding (Meeting topic: swift)" | 21:25 | |
mattoliverau | Yeah, and maybe a few more before it lands | 21:25 |
timburke | mattoliverau had some good ideas about how we could decide on a leader based on replica number and ring version, which seems promising | 21:25 |
timburke | #link https://etherpad.openstack.org/p/swift-auto-sharding | 21:26 |
*** bobh has quit IRC | 21:26 | |
timburke | #topic s3 testing | 21:26 |
*** openstack changes topic to "s3 testing (Meeting topic: swift)" | 21:26 | |
*** slaweq has quit IRC | 21:26 | |
timburke | (i was going to say versioning, but i don't know that we really needed to talk much about the versioning api) | 21:27 |
timburke | clayg had the idea to have a test suite that we could point at either AWS (to ensure that our tests capture correct behavior) or Swift (to ensure that s3api implements the correct behavior) | 21:28 |
*** ijw has quit IRC | 21:28 | |
clayg | And timburke wrote it | 21:28 |
mattoliverau | :) | 21:29 |
timburke | and timur is taking on trying to transition our s3api func tests to using boto3 instead of boto, which'll be great | 21:29 |
timburke | there's still an open question of how much we want to test truely bimodal access, where you put data via S3 and read it via Swift or vice-versa | 21:29 |
timburke | but we don't currently have any tests like those, so... *shrug* | 21:29 |
timburke | #topic tempurl, SLOs, DLOs, symlinks, and security concerns | 21:30 |
*** openstack changes topic to "tempurl, SLOs, DLOs, symlinks, and security concerns (Meeting topic: swift)" | 21:30 | |
timburke | we *think* there are more restrictions currently in place than are strictly necessary from a security standpoint | 21:31 |
timburke | probably? | 21:31 |
timburke | mattoliverau to investigate | 21:31 |
*** kaisers has quit IRC | 21:31 | |
timburke | but it has implications for | 21:31 |
timburke | #link https://review.opendev.org/#/c/333331/ | 21:31 |
patchbot | patch 333331 - swift - Preserve query params in tempurl - 4 patch sets | 21:31 |
mattoliverau | Ive started playing with some of this in func tests. Hope to have a start to something up soon | 21:31 |
timburke | yay! i'll keep it on the agenda for next week. thanks mattoliverau! | 21:32 |
*** _hemna has joined #openstack-meeting | 21:32 | |
timburke | #topic bucket policies | 21:32 |
*** openstack changes topic to "bucket policies (Meeting topic: swift)" | 21:33 | |
timburke | and other aws-style lifecycle stuffty-stuffs | 21:33 |
timburke | ...there wasn't really much of an outcome. we kinda know that we want to do this, but no one's quite sure what it should look like | 21:34 |
timburke | maybe we could do something with some pluggability in s3api so something like 1space could hook into it and get the auth for free? still feels kinda weird | 21:35 |
timburke | #topic PUT+POST | 21:35 |
*** openstack changes topic to "PUT+POST (Meeting topic: swift)" | 21:35 | |
timburke | we still want to get back to standard HTTP | 21:35 |
timburke | likely with a goal of getting eventlet out of the object server | 21:36 |
timburke | #link https://review.opendev.org/#/c/582298/ | 21:36 |
patchbot | patch 582298 - swift - PUT+POST: Detect older object server by not sendin... - 2 patch sets | 21:36 |
*** _hemna has quit IRC | 21:36 | |
*** zaitcev has quit IRC | 21:36 | |
timburke | we have some idea of being able to link the file into place in the per-disk tmp while still using O_TMPFILE to ensure that we have it in the right xfs AG... we'll see how it goes | 21:37 |
*** jamesmcarthur has joined #openstack-meeting | 21:37 | |
timburke | #topic migration to storyboard | 21:37 |
*** openstack changes topic to "migration to storyboard (Meeting topic: swift)" | 21:37 | |
timburke | we're gonna try it out! see what it's like in the sandbox, anyway | 21:38 |
timburke | thanks mattoliverau for being a liason there | 21:38 |
mattoliverau | I've asked diablo_rojo_phon to do a test migration to the sandbox. Will let you know when it's done | 21:38 |
mattoliverau | So y'all can have a play. | 21:38 |
mattoliverau | Probably won't be until next week tho | 21:38 |
timburke | great, thanks again! | 21:38 |
timburke | ...and i think that's about it | 21:39 |
timburke | #topic updates | 21:39 |
*** openstack changes topic to "updates (Meeting topic: swift)" | 21:39 | |
timburke | i know we just got back from the ptg so there probably hasn't been too much other than what's already been covered... | 21:39 |
timburke | but does anyone have anything in particular they'd like to share about ongoing bodies of work? | 21:39 |
diablo_rojo_phon | It's on my to-do list for next week | 21:39 |
timburke | thank you diablo_rojo_phon! | 21:40 |
mattoliverau | diablo_rojo_phon: ta | 21:40 |
diablo_rojo_phon | No problem :) | 21:40 |
timburke | so we'll check in on things again next week, when we've actually had time to code ;-) | 21:41 |
timburke | #topic open discussion | 21:41 |
*** openstack changes topic to "open discussion (Meeting topic: swift)" | 21:41 | |
timburke | there are a handful of mailing list threads that may be of some interest | 21:42 |
timburke | #link http://lists.openstack.org/pipermail/openstack-discuss/2019-May/005956.html | 21:42 |
timburke | is just about a requests version bump on stable branches. i don't think it'll really impact us, but i'll try to get some DNM patches up to verify that things seem sane | 21:42 |
timburke | just something to be aware of | 21:42 |
timburke | #link http://lists.openstack.org/pipermail/openstack-discuss/2019-May/005865.html | 21:43 |
*** raildo has quit IRC | 21:43 | |
*** slaweq has joined #openstack-meeting | 21:43 | |
timburke | is about same-company approvals -- i know i sometimes worry about gathering consensus around some swift patches, but it's getting harder and harder as our community is shrinking | 21:44 |
kota_ | requests, i saw some dependencies around losf... | 21:44 |
timburke | as i recall, we also use it directly in s3token | 21:44 |
kota_ | but probably fine to use the newer ones. | 21:44 |
timburke | and indirectly via keystonemiddleware | 21:45 |
mattoliverau | Yeah, it's a good rule of thumb, but to be honest I trust all our cores, no matter where you work :) | 21:45 |
timburke | and of course, there's pyhton-swiftclient | 21:45 |
kota_ | and also python-swiftclient, i think | 21:45 |
kota_ | timburke: :D | 21:45 |
mattoliverau | And until it does become an issue I feel we don't need to worry about it too much | 21:45 |
mattoliverau | Esp if we're doing the 1 +2 thing | 21:45 |
timburke | mattoliverau, yeah, that's the other half of it -- i don't really worry about anyone here ramming something in that isn't ready or shouldn't belong in swift | 21:45 |
timburke | i feel like i know you all well enough to say that you all have a very solid grasp of what makes sense for the project and the community and what doesn't | 21:46 |
timburke | again, just something to be aware of as a conversation happening in the larger openstack community | 21:47 |
timburke | and finally | 21:47 |
timburke | #link http://lists.openstack.org/pipermail/openstack-discuss/2019-May/005871.html | 21:47 |
timburke | ...which sounds like a great plan. i've already responded | 21:47 |
timburke | #link http://lists.openstack.org/pipermail/openstack-discuss/2019-May/005917.html | 21:47 |
*** slaweq has quit IRC | 21:48 | |
timburke | the tl;dr is, we're probably going to start running tempest tests again, but they should be better/faster/less flakey than they were | 21:48 |
*** zaitcev has joined #openstack-meeting | 21:49 | |
timburke | sorry, that was a lot of stuff for me to write; does anyone else have anything they'd like to bring up? | 21:49 |
mattoliverau | Nope, great write-up timburke, nice coverage of the ptg | 21:50 |
timburke | does anyone have anything else they'd like to add/correct with regard to the ptg summaries? | 21:50 |
kota_ | great summaries | 21:51 |
timburke | all right, i'm going to call it! thank you all for coming today, and thank you for working on swift! | 21:51 |
timburke | and of course, thank you all for coming last week! it was great to see you all | 21:51 |
mattoliverau | +2 | 21:52 |
timburke | and finally, thank you for letting me get all of those outcomes/summaries down somewhere that i can reference again later ;-) | 21:52 |
timburke | #endmeeting | 21:52 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings/" | 21:52 | |
openstack | Meeting ended Wed May 8 21:52:37 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 21:52 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/swift/2019/swift.2019-05-08-21.02.html | 21:52 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/swift/2019/swift.2019-05-08-21.02.txt | 21:52 |
openstack | Log: http://eavesdrop.openstack.org/meetings/swift/2019/swift.2019-05-08-21.02.log.html | 21:52 |
mattoliverau | Thanks timburke :) | 21:52 |
*** patchbot has left #openstack-meeting | 22:02 | |
*** notmyname has left #openstack-meeting | 22:02 | |
*** notmyname has joined #openstack-meeting | 22:02 | |
*** _hemna has joined #openstack-meeting | 22:03 | |
*** zaitcev has left #openstack-meeting | 22:09 | |
*** jamesmcarthur has quit IRC | 22:20 | |
*** carloss has quit IRC | 22:24 | |
*** lbragstad_ has joined #openstack-meeting | 22:24 | |
*** lbragstad has quit IRC | 22:26 | |
*** whoami-rajat has quit IRC | 22:26 | |
*** rcernin has joined #openstack-meeting | 22:31 | |
*** _hemna has quit IRC | 22:37 | |
*** boxiang has quit IRC | 22:45 | |
*** boxiang has joined #openstack-meeting | 22:45 | |
*** jamesmcarthur has joined #openstack-meeting | 22:47 | |
*** ijw has joined #openstack-meeting | 22:56 | |
*** ijw has quit IRC | 23:01 | |
*** jamesmcarthur has quit IRC | 23:11 | |
*** yamamoto has joined #openstack-meeting | 23:18 | |
*** e0ne has joined #openstack-meeting | 23:35 | |
*** timburke has quit IRC | 23:40 | |
*** ttsiouts has joined #openstack-meeting | 23:41 | |
*** mattw4 has quit IRC | 23:42 | |
*** lbragstad_ has quit IRC | 23:43 | |
*** e0ne has quit IRC | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!