*** bbowen has quit IRC | 00:08 | |
*** gyee has quit IRC | 00:11 | |
*** ttsiouts has quit IRC | 00:12 | |
*** tetsuro has joined #openstack-meeting | 00:23 | |
*** ociuhandu has joined #openstack-meeting | 00:43 | |
*** ociuhandu has quit IRC | 00:49 | |
*** bbowen has joined #openstack-meeting | 00:50 | |
*** dmsimard1 has joined #openstack-meeting | 00:50 | |
*** dmsimard has quit IRC | 00:51 | |
*** dmsimard1 is now known as dmsimard | 00:52 | |
*** jmasud has quit IRC | 00:55 | |
*** jmasud has joined #openstack-meeting | 00:56 | |
*** jmasud has quit IRC | 01:01 | |
*** Liang__ has joined #openstack-meeting | 01:03 | |
*** ttsiouts has joined #openstack-meeting | 01:20 | |
*** rh-jelabarre has quit IRC | 01:53 | |
*** ttsiouts has quit IRC | 01:55 | |
*** apetrich has quit IRC | 02:09 | |
*** manuvakery has joined #openstack-meeting | 02:24 | |
*** ttsiouts has joined #openstack-meeting | 02:31 | |
*** ttsiouts has quit IRC | 02:36 | |
*** keiko-k has joined #openstack-meeting | 02:53 | |
*** hongbin has joined #openstack-meeting | 03:00 | |
*** ttsiouts has joined #openstack-meeting | 03:04 | |
*** psachin has joined #openstack-meeting | 03:25 | |
*** tpatil has joined #openstack-meeting | 03:33 | |
*** ttsiouts has quit IRC | 03:38 | |
*** jmasud has joined #openstack-meeting | 03:44 | |
*** samP has joined #openstack-meeting | 03:58 | |
*** tetsuro has quit IRC | 04:00 | |
samP | Hi all for masakari | 04:01 |
---|---|---|
tpatil | Hi | 04:01 |
samP | #startmeeting masakari | 04:01 |
openstack | Meeting started Tue Apr 21 04:01:47 2020 UTC and is due to finish in 60 minutes. The chair is samP. Information about MeetBot at http://wiki.debian.org/MeetBot. | 04:01 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 04:01 |
*** openstack changes topic to " (Meeting topic: masakari)" | 04:01 | |
openstack | The meeting name has been set to 'masakari' | 04:01 |
samP | Hi all | 04:02 |
samP | Let's start | 04:02 |
*** suzhengwei has joined #openstack-meeting | 04:02 | |
samP | #topic Critical patches and bugs | 04:02 |
suzhengwei | hi | 04:02 |
*** openstack changes topic to "Critical patches and bugs (Meeting topic: masakari)" | 04:02 | |
samP | suzhengwei: hi | 04:02 |
tpatil | LP bug : 1873736 | 04:03 |
samP | Any patches need to merge before we tag the RC for U | 04:03 |
tpatil | Patch : https://review.opendev.org/#/c/721174/1 | 04:03 |
tpatil | Our FT doesn't use tls_proxy=True | 04:04 |
tpatil | Zuul job : masakari-functional-devstack-multinode | 04:05 |
suzhengwei | https://review.opendev.org/#/c/702328/ | 04:05 |
suzhengwei | I will add unit test today, would you like to give a review? | 04:06 |
tpatil | suzhengwei: I will review this patch | 04:07 |
suzhengwei | thank you | 04:07 |
samP | tpatil: suzhengwei: thanks | 04:07 |
suzhengwei | https://review.opendev.org/#/c/720623/ | 04:08 |
samP | tpatil: about the TLS issue, should we use tls_proxy? | 04:08 |
samP | not understand the issue correctly | 04:09 |
suzhengwei | samp: you have give some comments. If you have time, we can talk about it later | 04:09 |
tpatil | I think we should set to True, but still we don't have any FT that will evacuate vm | 04:09 |
tpatil | If we set tls_proxy=True, then I expect that FT written for vm notification should fail. | 04:10 |
tpatil | The changes made in the patch are simple but I will need to verify it first before merging this patch | 04:11 |
suzhengwei | yes, we can talk about it with nova project developers. | 04:12 |
samP | In this patch, it pass the ca cert file to keystone auth session. if the session goes through the tls proxy then it will use it. Otherwise, it will be neglected. | 04:13 |
samP | I think.. | 04:14 |
samP | since we dont have FT for this, can | 04:14 |
samP | can't tell for sure, | 04:14 |
suzhengwei | we can refer to other project how to deal with this common issue. | 04:15 |
samP | suzhengwei: yes, let's look around.. | 04:15 |
*** jmasud has quit IRC | 04:16 | |
tpatil | samP: NotificationVMTestCase->test_create_notification will invoke the changes made in the above patch. | 04:16 |
tpatil | samP: but you are right, we don't have the mechanism to set nova_ca_certificates_file config option, but still in that case the said FT should fail. | 04:18 |
*** ociuhandu has joined #openstack-meeting | 04:19 | |
tpatil | currently, there is no way to verify the changes in gate, we will need to do manually by ourself | 04:20 |
*** ysandeep|afk is now known as ysandeep | 04:20 | |
samP | FT pass because of the nova_ca_certificates_file is NULL, isn't it might be the case | 04:20 |
tpatil | but the changes looks simple and pretty straightforward. | 04:20 |
tpatil | if tls_proxy, it would expect you to set nova_ca_certificates_file otherwise I'm expecting it should raise SSLError | 04:21 |
tpatil | if tls_proxy is set to True, I expect nova_ca_certificates_file config option should be set properly otherwise I'm expecting it raises SSLError | 04:22 |
samP | correct. | 04:23 |
tpatil | one thing is clear, we cannot test it in gate, need to verify manually. I will see if I can make changes to the gate job to verify these changes. | 04:24 |
*** ociuhandu has quit IRC | 04:24 | |
tpatil | I mean masakari gate job "masakari-functional-devstack-multinode". | 04:24 |
samP | tpatil: thanks. Can you please comment to this patch with your findings | 04:25 |
tpatil | Simply need to verify, no findings. changes looks good to me. | 04:26 |
samP | in the meantime, lets look around how other projects are dealing with the issue. | 04:26 |
tpatil | Are you asking me to add a comment to make changes to the devstack plugin in order to verify this change in gate? | 04:26 |
samP | tpatil: no, I mean if you need to change smt in this patch | 04:27 |
samP | if it is good, then it is ok | 04:27 |
tpatil | ok, got it. | 04:27 |
tpatil | Need patch we were talking about is : https://review.opendev.org/#/c/720623 | 04:28 |
samP | tpatil: suzhengwei: thanks for bringing this up | 04:29 |
tpatil | I mean next patch.... | 04:29 |
samP | got it | 04:29 |
*** ricolin has joined #openstack-meeting | 04:31 | |
tpatil | First question is : Do we recommend to run masakari-engine on multiple hosts? | 04:31 |
tpatil | I don't think so.. | 04:32 |
samP | masakari-engine will not work correctly in that case | 04:32 |
tpatil | samP: Correct, that's my understanding too | 04:33 |
suzhengwei | actually, we have a large scale cloud env. three controllers with three masakari-api/engine. | 04:33 |
suzhengwei | they works correct. | 04:33 |
samP | are you divide them to separate clusters? | 04:34 |
*** manuvakery has quit IRC | 04:34 | |
*** suzhengwei_ has joined #openstack-meeting | 04:35 | |
samP | masakari-monitors only talk to one masaka-api and that masakari-api pass messages to one masakari-engine | 04:35 |
suzhengwei_ | actually, we have a large scale cloud env. three controllers with three masakari-api/engine. it works correct. | 04:35 |
samP | am I correct? | 04:35 |
*** hongbin has quit IRC | 04:35 | |
tpatil | there will be no issues except the periodic task | 04:36 |
tpatil | _process_unfinished_notifications | 04:36 |
suzhengwei_ | yes | 04:36 |
tpatil | There is possibility all three engine process same notification due to concurrency issue | 04:37 |
samP | Then it work as 3 different masakari clusters, nothing shared in between the clusters. | 04:37 |
*** suzhengwei has quit IRC | 04:37 | |
suzhengwei_ | there are sharing messing by amqp. | 04:38 |
samP | OK then, what tpatil saying could happen | 04:39 |
suzhengwei_ | like other projects, masakari can runs with muti workers. | 04:39 |
samP | I need to check this, but my understanding is same with tpatil. | 04:41 |
samP | masakari can run multi workers, but you might face some concurrency issues | 04:42 |
suzhengwei_ | I didn't face some concurrency issue. | 04:43 |
suzhengwei_ | except for the report bug. | 04:43 |
tpatil | suzhengwei_: Need time to think about this new periodic task and all possible scenarios associated with running masakari-engine on multiple machine because the likelihood of setting FAILED status for already running notifications are high. | 04:46 |
suzhengwei_ | ok. | 04:47 |
tpatil | if notification is in RUNNING status, that means engine is processing that notiification. | 04:47 |
tpatil | if it error's out, then the status would be set to ERROR | 04:47 |
tpatil | which then would be picked up by periodic task for second retry | 04:48 |
suzhengwei_ | for low risk, the default expired is set 86400,= one day. | 04:48 |
*** ttsiouts has joined #openstack-meeting | 04:49 | |
tpatil | but still this inconsistency issue could occur at the edge.. | 04:49 |
suzhengwei_ | most times, the notifications have remian so long tme, the env has changes strongly, it has high risk to process it again. | 04:50 |
tpatil | so in such cases, you don't want these notifications to be processed, correct? | 04:52 |
*** ricolin has quit IRC | 04:52 | |
suzhengwei_ | yes, not processed again. | 04:52 |
tpatil | so in that case, then you must ignore notification in RUNNING status atleast | 04:53 |
samP | and you might need to alert them to operator. | 04:53 |
suzhengwei_ | failure is allowed. continue operation should not be blocked. | 04:53 |
*** ricolin has joined #openstack-meeting | 04:56 | |
tpatil | Can it be based on notification updated_at instead of notification.generated_time? | 04:57 |
samP | that should be more appropriate.... I think | 04:58 |
samP | Anyway, I will add my comments to patch. | 04:58 |
suzhengwei_ | no. generated_time is the exact time when the failure comes by. | 04:59 |
samP | since, we dont have much time, send email to ML if you need any patch to merge for U | 04:59 |
*** jmasud has joined #openstack-meeting | 04:59 | |
*** tetsuro has joined #openstack-meeting | 04:59 | |
samP | sorry to cut off the meeting. We dont have more time. | 05:00 |
samP | Lets discuss further in the gerrit. | 05:00 |
tpatil | ok | 05:00 |
suzhengwei_ | If the failure hasn't been processing for long time, i think there is no need to process it again. | 05:00 |
suzhengwei_ | ok | 05:00 |
suzhengwei_ | bye | 05:01 |
samP | Thank you all for coming! | 05:01 |
samP | #endmeeting | 05:01 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings/" | 05:01 | |
openstack | Meeting ended Tue Apr 21 05:01:09 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 05:01 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/masakari/2020/masakari.2020-04-21-04.01.html | 05:01 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/masakari/2020/masakari.2020-04-21-04.01.txt | 05:01 |
openstack | Log: http://eavesdrop.openstack.org/meetings/masakari/2020/masakari.2020-04-21-04.01.log.html | 05:01 |
*** ricolin_ has joined #openstack-meeting | 05:06 | |
*** ricolin has quit IRC | 05:09 | |
*** vishalmanchanda has joined #openstack-meeting | 05:09 | |
*** ttsiouts has quit IRC | 05:23 | |
*** suzhengwei_ has quit IRC | 05:28 | |
*** jmasud has quit IRC | 05:42 | |
*** ttsiouts has joined #openstack-meeting | 05:58 | |
*** jmasud has joined #openstack-meeting | 05:59 | |
*** ttsiouts has quit IRC | 06:02 | |
*** yamamoto has quit IRC | 06:08 | |
*** andrebeltrami has quit IRC | 06:20 | |
*** ttsiouts has joined #openstack-meeting | 06:28 | |
*** dklyle has quit IRC | 06:32 | |
*** Hiep_MQ has joined #openstack-meeting | 06:36 | |
*** yamamoto has joined #openstack-meeting | 06:36 | |
*** tpatil has quit IRC | 06:39 | |
*** ociuhandu has joined #openstack-meeting | 06:48 | |
*** tetsuro has quit IRC | 06:51 | |
*** manuvakery has joined #openstack-meeting | 06:53 | |
*** ociuhandu has quit IRC | 06:58 | |
*** ociuhandu has joined #openstack-meeting | 06:58 | |
*** ttsiouts has quit IRC | 07:03 | |
*** rpittau|afk is now known as rpittau | 07:03 | |
*** tetsuro has joined #openstack-meeting | 07:04 | |
*** apetrich has joined #openstack-meeting | 07:04 | |
*** ttsiouts has joined #openstack-meeting | 07:07 | |
*** jmasud has quit IRC | 07:08 | |
*** jmasud has joined #openstack-meeting | 07:09 | |
*** slaweq_ has joined #openstack-meeting | 07:11 | |
*** yasufum has joined #openstack-meeting | 07:13 | |
*** jmasud has quit IRC | 07:16 | |
*** yamamoto has quit IRC | 07:20 | |
*** jmasud has joined #openstack-meeting | 07:20 | |
*** yamamoto has joined #openstack-meeting | 07:25 | |
*** ociuhandu has quit IRC | 07:26 | |
*** ttsiouts has quit IRC | 07:39 | |
*** ttsiouts has joined #openstack-meeting | 07:40 | |
*** jmasud has quit IRC | 07:43 | |
*** jmasud has joined #openstack-meeting | 07:44 | |
*** ricolin_ has quit IRC | 07:47 | |
*** ricolin has joined #openstack-meeting | 07:47 | |
*** ralonsoh has joined #openstack-meeting | 07:57 | |
*** takahashi-tsc has joined #openstack-meeting | 07:59 | |
hyunsikyang | #startmeeting Tacker | 08:00 |
openstack | Meeting started Tue Apr 21 08:00:42 2020 UTC and is due to finish in 60 minutes. The chair is hyunsikyang. Information about MeetBot at http://wiki.debian.org/MeetBot. | 08:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 08:00 |
*** openstack changes topic to " (Meeting topic: Tacker)" | 08:00 | |
openstack | The meeting name has been set to 'tacker' | 08:00 |
*** JangwonLee_ has joined #openstack-meeting | 08:00 | |
hyunsikyang | Hi all | 08:00 |
ricolin | o/ | 08:01 |
yasufum | hi | 08:01 |
hyunsikyang | Nice to meet you ricolin | 08:01 |
ricolin | hyunsikyang, keiko-k how's everything | 08:01 |
ricolin | yasufum, o/ | 08:01 |
hyunsikyang | everything is good:) | 08:01 |
keiko-k | o/ | 08:01 |
takahashi-tsc | Hi, thank you for running meeting. | 08:01 |
hyunsikyang | Hi yasufum | 08:01 |
yasufum | hi | 08:01 |
*** ociuhandu has joined #openstack-meeting | 08:01 | |
hyunsikyang | until now, I thought I can't make a meeting. So, I always wating it. | 08:02 |
hyunsikyang | anyway, thank you for join! | 08:02 |
hyunsikyang | #topic discussion PTL for Tacker | 08:02 |
*** openstack changes topic to "discussion PTL for Tacker (Meeting topic: Tacker)" | 08:02 | |
hyunsikyang | Can I check who is here? | 08:03 |
hyunsikyang | again! | 08:03 |
Hiep_MQ | Hi | 08:03 |
takahashi-tsc | Hi | 08:03 |
ricolin | keiko-k, takahashi-tsc yasufum hyunsikyang and me | 08:03 |
yasufum | Yes, i’m joining | 08:03 |
ricolin | and Hiep_MQ :) | 08:03 |
*** lennyb has joined #openstack-meeting | 08:03 | |
JangwonLee_ | hi | 08:03 |
hyunsikyang | Hi all. | 08:04 |
hyunsikyang | Now, tacker doesn't have PTL now.. So we should decide it quickly for vPTG and next cycle. | 08:04 |
yasufum | yes, i agree | 08:05 |
hyunsikyang | I and yasufum applied. But, elecction due date is over. So, we should find way to elect PTL. | 08:06 |
ricolin | my question again to hyunsikyang and yasufum what's the best way for both of you in this case | 08:06 |
ricolin | an election?:) | 08:06 |
yasufum | I’ve had some talk for making the decision, but not reached yet actually | 08:07 |
yasufum | and it is too late for getting vote now | 08:07 |
*** tetsuro_ has joined #openstack-meeting | 08:08 | |
*** tpatil has joined #openstack-meeting | 08:08 | |
*** e0ne has joined #openstack-meeting | 08:08 | |
yasufum | considering rest of time, i think it is the best way to decide here | 08:08 |
hyunsikyang | I think so. | 08:08 |
yasufum | by hearing opinions from all | 08:08 |
tpatil | yasufum: Hi | 08:08 |
yasufum | hi | 08:08 |
yasufum | thank you for joining | 08:09 |
hyunsikyang | So, Let's discuss it and decide it today | 08:09 |
takahashi-tsc | I agree, we should publish our decision to OpenStack-TC ASAP. | 08:09 |
ricolin | +1 from me, since both of you agree:) | 08:10 |
yasufum | +1 | 08:10 |
Hiep_MQ | +1 | 08:10 |
ricolin | I will not involve this voting since I'm not a contributor or core in Tacker | 08:10 |
yasufum | unfortuantely, non of cores joining today i dont know why… | 08:11 |
*** tetsuro has quit IRC | 08:11 | |
ricolin | so what's the voting range? | 08:12 |
hyunsikyang | yes.. but it is current situation at least two or three month ago. | 08:12 |
yasufum | both of hyunsik and i agree to make long term strategies for growing tacker | 08:12 |
ricolin | hyunsikyang, you mean the core activity drop for last few month? | 08:12 |
hyunsikyang | yes.. So we have done some patches.. but it didn't merge at last cycle. | 08:13 |
hyunsikyang | I requested several times but, they didn't check it.. | 08:13 |
ricolin | hyunsikyang, thanks for letting me know | 08:13 |
hyunsikyang | ok | 08:13 |
ricolin | if that block review and releses, we need to figure out how and who can we added in core | 08:14 |
*** ttsiouts has quit IRC | 08:14 | |
ricolin | anyway, | 08:14 |
hyunsikyang | yes. | 08:14 |
ricolin | voting | 08:14 |
ricolin | :) | 08:14 |
hyunsikyang | I and yasfum won't participate in this vote. | 08:15 |
hyunsikyang | Could ricolin manage it? | 08:15 |
*** links has joined #openstack-meeting | 08:16 | |
ricolin | sure | 08:16 |
hyunsikyang | But I am not sure how many tacker contributor is here. | 08:16 |
ricolin | how about we send ML with poll voting for most of Tacker contributors from last cycle? | 08:16 |
tpatil | +1 | 08:17 |
ricolin | any of you can run it and manage it in that way | 08:17 |
hyunsikyang | until today? | 08:17 |
ricolin | The only deadline here is we need the result before Friday 1200UTC | 08:17 |
hyunsikyang | +1 | 08:17 |
*** ysandeep is now known as ysandeep|lunch | 08:17 | |
ricolin | the rest will all depends on what you guys think the best | 08:18 |
hyunsikyang | Can you have a role that for us? | 08:18 |
ricolin | I can help to run this election if that's what you mean | 08:19 |
*** jmasud has quit IRC | 08:19 | |
hyunsikyang | yes. What about yasufum? | 08:20 |
yasufum | thanks ricolin, i’d agree | 08:20 |
ricolin | okay, let me have some time to collect the list first | 08:20 |
ricolin | and about the deadline for the voting | 08:20 |
*** nitinuikey has joined #openstack-meeting | 08:20 | |
ricolin | Thursday 2359 UTC? | 08:20 |
tpatil | +1 | 08:21 |
hyunsikyang | +1 | 08:21 |
*** ttsiouts has joined #openstack-meeting | 08:21 | |
yasufum | +1 | 08:21 |
takahashi-tsc | +1 | 08:21 |
nitinuikey | +1 | 08:21 |
keiko-k | +1 | 08:21 |
ricolin | hyunsikyang, feel free to make a action here:) | 08:22 |
hyunsikyang | ok! | 08:22 |
hyunsikyang | #topic open discussion | 08:22 |
*** openstack changes topic to "open discussion (Meeting topic: Tacker)" | 08:22 | |
ricolin | yasufum, hyunsikyang cheers!:) | 08:22 |
hyunsikyang | thanks for your help ricolin | 08:22 |
hyunsikyang | Hi all again. | 08:22 |
yasufum | thanks | 08:22 |
hyunsikyang | as a candidancy and tackr member I am so happy to join NTT and NEC guys. | 08:22 |
hyunsikyang | We can make a better together. I also spend more time for tacker and review. | 08:23 |
hyunsikyang | any discussion? | 08:25 |
tpatil | Request you all to please review patches: https://review.opendev.org/#/q/topic:bp/support-etsi-nfv-specs+(status:open) | 08:26 |
hyunsikyang | OK. I will see:) thanks. yasufum anything from your side? | 08:28 |
hyunsikyang | I have a two patch that almost done. please review this. anyone! | 08:28 |
hyunsikyang | https://review.opendev.org/#/c/677866/ | 08:28 |
takahashi-tsc | Are there any topics or patches left unreviewed? | 08:28 |
hyunsikyang | https://review.opendev.org/#/c/674761/ | 08:28 |
yasufum | I’ve tried to proceed merging process | 08:29 |
yasufum | but it is required for more effort | 08:29 |
hyunsikyang | okie. thanks. | 08:29 |
yasufum | I’d like to recovey such a situation and it is main purpose for election for PTL | 08:30 |
yasufum | anyway, i hope you will join to review more for proceeding | 08:30 |
yasufum | i also request you if you will PTL that | 08:31 |
hyunsikyang | ok I try to spend more time for review even I am not a PTL. | 08:32 |
yasufum | taking care about lifecycle of the community | 08:32 |
yasufum | because posted request on ML are ignored usually, or bug reports are the same. | 08:32 |
yasufum | thanks for your help until now and in the future | 08:33 |
hyunsikyang | Yes, last time I also got email, but, u aleady replied it. I will ping it too. | 08:33 |
hyunsikyang | thanks for your effort. You are working in the telco company, it really helps to tacker team:) | 08:34 |
hyunsikyang | any issue from anyone? | 08:35 |
hyunsikyang | If no one has any issue, I will close the meeting. | 08:35 |
takahashi-tsc | One proposal. I heard form other company that Tacker development seems stop. 1 reason is wiki is not updated. I'd like to propose update wiki. | 08:35 |
hyunsikyang | oh... | 08:36 |
yasufum | i am also thinking about, and how to | 08:36 |
hyunsikyang | I will find a way to fix it. | 08:36 |
takahashi-tsc | We are actually proceeding development. We can publish it in wiki page. | 08:36 |
keiko-k | To update wiki, is there any "consensus" scheme? | 08:37 |
yasufum | i’m not sure about... | 08:37 |
keiko-k | Every contributors can edit and upload wiki without core members acceptance? | 08:38 |
keiko-k | Just a question | 08:38 |
takahashi-tsc | I think no rule in OpenStack, we can decide the rule. | 08:38 |
keiko-k | I see thanks | 08:38 |
yasufum | or we may need to ask someone cores | 08:38 |
yasufum | i appreciate if takahashi-san ask it to dhar-san | 08:39 |
yasufum | if possible | 08:39 |
hyunsikyang | I think we can edit it. | 08:39 |
yasufum | yes, but i have considered about checking process | 08:40 |
yasufum | how keep the quality of contents | 08:40 |
takahashi-tsc | I think we can edit, because I asked dhar if I can edit wiki page before and he said OK. Anyway I ask him. | 08:41 |
*** belmoreira has joined #openstack-meeting | 08:42 | |
yasufum | thanks | 08:42 |
hyunsikyang | I checked. we can edit . I wonder that how we gurantee the quality of wiki like yasufum said. | 08:42 |
takahashi-tsc | But I think we should decide rule. And a rough rule can be OK. | 08:42 |
hyunsikyang | ah. | 08:42 |
hyunsikyang | Okie. | 08:43 |
yasufum | i agree | 08:43 |
*** tpatil has quit IRC | 08:43 | |
hyunsikyang | why don't we check the content you want update in the meeting and upload it by PTL. | 08:43 |
hyunsikyang | ? | 08:43 |
hyunsikyang | or core members. | 08:43 |
*** ykatabam has quit IRC | 08:45 | |
*** priteau has joined #openstack-meeting | 08:45 | |
yasufum | it seems good for me. | 08:46 |
yasufum | decide later more collectly if anyone has no urgent update for wiki | 08:46 |
hyunsikyang | yes. | 08:47 |
hyunsikyang | +1 | 08:47 |
yasufum | i have some comments for patches from hyunsikyang | 08:47 |
yasufum | ok? | 08:47 |
hyunsikyang | yes. go ahead. | 08:47 |
yasufum | i already commented on first one and added +1 | 08:48 |
hyunsikyang | I checked your commemt and updated it. | 08:48 |
yasufum | and asking cores to be merged now | 08:48 |
hyunsikyang | thanks for your review. | 08:48 |
hyunsikyang | I don't have right for merging.. it should be merged last cycle. | 08:48 |
yasufum | for the second one, you need to be reviewed again, but he might not aware about | 08:49 |
yasufum | i would like to confirm him so it is reviewed if possible. | 08:49 |
yasufum | that’s all | 08:49 |
hyunsikyang | thanks yasufum! really. | 08:49 |
hyunsikyang | If there are no more agenda items, we will end the meeting. | 08:50 |
yasufum | i have no agenda now | 08:51 |
hyunsikyang | let's discuss left thing in tacker channel anytime. | 08:51 |
hyunsikyang | ok | 08:51 |
hyunsikyang | bye. | 08:51 |
hyunsikyang | #endmeeting | 08:51 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings/" | 08:51 | |
openstack | Meeting ended Tue Apr 21 08:51:19 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 08:51 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/tacker/2020/tacker.2020-04-21-08.00.html | 08:51 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/tacker/2020/tacker.2020-04-21-08.00.txt | 08:51 |
openstack | Log: http://eavesdrop.openstack.org/meetings/tacker/2020/tacker.2020-04-21-08.00.log.html | 08:51 |
yasufum | bye | 08:51 |
*** JangwonLee__ has joined #openstack-meeting | 08:56 | |
*** JangwonLee_ has quit IRC | 09:00 | |
*** nitinuikey has quit IRC | 09:00 | |
*** e0ne has quit IRC | 09:03 | |
*** e0ne has joined #openstack-meeting | 09:03 | |
*** keiko-k has quit IRC | 09:05 | |
*** vishalmanchanda has quit IRC | 09:09 | |
*** samP has quit IRC | 09:27 | |
*** ysandeep|lunch is now known as ysandeep | 09:39 | |
*** e0ne has quit IRC | 09:59 | |
*** yasufum has left #openstack-meeting | 10:01 | |
*** e0ne has joined #openstack-meeting | 10:01 | |
*** Liang__ has quit IRC | 10:03 | |
*** takahashi-tsc has left #openstack-meeting | 10:03 | |
*** tetsuro_ has quit IRC | 10:17 | |
*** e0ne has quit IRC | 10:18 | |
*** e0ne has joined #openstack-meeting | 10:19 | |
*** ttsiouts has quit IRC | 10:26 | |
*** ttsiouts has joined #openstack-meeting | 10:28 | |
*** rpittau is now known as rpittau|bbl | 10:31 | |
*** ttsiouts has quit IRC | 10:33 | |
*** ttsiouts has joined #openstack-meeting | 10:37 | |
*** slaweq_ is now known as slaweq | 10:43 | |
*** e0ne_ has joined #openstack-meeting | 10:45 | |
*** e0ne has quit IRC | 10:45 | |
*** hyunsikyang__ has joined #openstack-meeting | 10:45 | |
*** hyunsikyang has quit IRC | 10:48 | |
*** hyunsikyang__ has quit IRC | 10:52 | |
*** hyunsikyang has joined #openstack-meeting | 10:52 | |
*** ricolin has quit IRC | 11:00 | |
*** ricolin has joined #openstack-meeting | 11:00 | |
*** ysandeep is now known as ysandeep|afk | 11:01 | |
*** ysandeep|afk is now known as ysandeep | 11:32 | |
*** ociuhandu has quit IRC | 11:34 | |
*** ociuhandu has joined #openstack-meeting | 11:35 | |
*** ociuhandu has quit IRC | 11:40 | |
*** priteau has quit IRC | 11:44 | |
*** e0ne_ has quit IRC | 11:48 | |
*** e0ne has joined #openstack-meeting | 11:48 | |
*** e0ne has quit IRC | 11:49 | |
*** e0ne has joined #openstack-meeting | 11:50 | |
*** rh-jelabarre has joined #openstack-meeting | 11:53 | |
*** JangwonLee_ has joined #openstack-meeting | 12:02 | |
*** JangwonLee has joined #openstack-meeting | 12:04 | |
*** JangwonLee__ has quit IRC | 12:06 | |
*** raildo has joined #openstack-meeting | 12:07 | |
*** JangwonLee_ has quit IRC | 12:07 | |
*** e0ne_ has joined #openstack-meeting | 12:10 | |
*** e0ne has quit IRC | 12:10 | |
*** JangwonLee_ has joined #openstack-meeting | 12:14 | |
*** links has quit IRC | 12:17 | |
*** JangwonLee__ has joined #openstack-meeting | 12:17 | |
*** links has joined #openstack-meeting | 12:18 | |
*** JangwonLee has quit IRC | 12:18 | |
*** JangwonLee_ has quit IRC | 12:20 | |
*** JangwonLee_ has joined #openstack-meeting | 12:21 | |
*** JangwonLee__ has quit IRC | 12:25 | |
*** ttsiouts has quit IRC | 12:25 | |
*** moguimar has joined #openstack-meeting | 12:29 | |
*** brinzhang has quit IRC | 12:30 | |
*** rpittau|bbl is now known as rpittau | 12:31 | |
*** ttsiouts has joined #openstack-meeting | 12:39 | |
*** njohnston has joined #openstack-meeting | 12:43 | |
*** ociuhandu has joined #openstack-meeting | 12:48 | |
*** psachin has quit IRC | 12:53 | |
*** ociuhandu has quit IRC | 12:58 | |
*** ociuhandu has joined #openstack-meeting | 13:00 | |
*** ociuhandu has quit IRC | 13:01 | |
*** ociuhandu has joined #openstack-meeting | 13:02 | |
*** rcernin has quit IRC | 13:14 | |
*** maciejjozefczyk has joined #openstack-meeting | 13:20 | |
*** toabctl has quit IRC | 13:25 | |
*** toabctl has joined #openstack-meeting | 13:27 | |
*** e0ne has joined #openstack-meeting | 13:41 | |
*** e0ne_ has quit IRC | 13:41 | |
*** jlibosva has joined #openstack-meeting | 13:53 | |
*** mlavalle has joined #openstack-meeting | 13:58 | |
slaweq | #startmeeting networking | 14:00 |
openstack | Meeting started Tue Apr 21 14:00:33 2020 UTC and is due to finish in 60 minutes. The chair is slaweq. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:00 |
*** openstack changes topic to " (Meeting topic: networking)" | 14:00 | |
openstack | The meeting name has been set to 'networking' | 14:00 |
slaweq | hi | 14:00 |
mlavalle | o/ | 14:00 |
jlibosva | o/ | 14:00 |
amotoki | o/ | 14:00 |
bcafarel | \o | 14:00 |
ralonsoh | hi | 14:01 |
haleyb | hi | 14:01 |
slaweq | ok, lets start | 14:01 |
rubasov | o/ | 14:01 |
slaweq | I hope You are all still good :) | 14:01 |
slaweq | #topic Announcements | 14:01 |
*** openstack changes topic to "Announcements (Meeting topic: networking)" | 14:01 | |
slaweq | according to release calendar https://releases.openstack.org/ussuri/schedule.html we have Ussuri RC1 week now | 14:02 |
slaweq | I was looking at opened patches and bugs today, and I prepared list with bugs targeted for RC1 | 14:03 |
slaweq | #link https://launchpad.net/neutron/+milestone/ussuri-rc1 | 14:03 |
slaweq | do You have any other bugs/patches which we should include in that list? | 14:03 |
slaweq | or maybe You thnink that some should be removed from that list? | 14:04 |
mlavalle | I have a question... no merging patches to master now, right? | 14:04 |
mlavalle | other thatn what is in the rc-1 | 14:05 |
njohnston | o/ | 14:05 |
*** lajoskatona has joined #openstack-meeting | 14:05 | |
slaweq | mlavalle: IMO we can still merge some bug fixes other than from this list, but we should focus on merge of those listed before we will make rc-1 | 14:06 |
lajoskatona | Hi, sorry for being late | 14:06 |
slaweq | we shouldn't merge any requirements changes or new features now | 14:06 |
mlavalle | ack | 14:06 |
haleyb | slaweq: i'd like to add https://bugs.launchpad.net/neutron/+bug/1871355 - it's the OVN provider but falls under neutron bugs | 14:07 |
openstack | Launchpad bug 1871355 in neutron "OVN octavia provider driver should spawn long-living process in driver agent" [High,In progress] - Assigned to Brian Haley (brian-haley) | 14:07 |
haleyb | unless i should create a new bug group to track those going forward | 14:07 |
slaweq | haleyb: it's fine for me but ovn-octavia-provider-driver has "cycle-with-intermediary" model, so I'm not sure if this is needed for this repo | 14:08 |
slaweq | amotoki: what do You think? should we release rc1 of ovn-octavia-driver also this week? | 14:08 |
slaweq | it has version 0.1.0 releases already for ussuri | 14:09 |
amotoki | slaweq: no, we don't need it. we don't release no beta for the intermediary deliverables. | 14:09 |
amotoki | if something should land, we can cut another release. | 14:09 |
slaweq | amotoki: ok, thx for confirmation | 14:09 |
haleyb | amotoki: thanks, when this change merges i'll tag a new release then | 14:10 |
amotoki | note that we already have stable/ussuri for ovn-octavia-provider so we need a backport before a release if any. | 14:11 |
haleyb | amotoki: yes, that is the only one i want to backport for stable/ussuri | 14:11 |
slaweq | if there would be any other bugs which You think are important in rc1, please ping me on irc to set milestone for it too | 14:12 |
slaweq | and at the end of this week I will sync with amotoki to make releases - is that ok for You amotoki? | 14:12 |
amotoki | slaweq: yes of course | 14:13 |
slaweq | thx | 14:13 |
*** shintaro has joined #openstack-meeting | 14:14 | |
slaweq | also, when we are speaking about new milestone - haleyb, bcafarel: should we do new releases of stable branches maybe? | 14:14 |
bcafarel | for rc times, I am not sure what we had decided | 14:14 |
bcafarel | we can definitely start preparing for a round to go with ussuri final release though | 14:15 |
*** TrevorV has joined #openstack-meeting | 14:15 | |
slaweq | bcafarel: sounds good for me, lets prepare something to release around Ussuri release time | 14:16 |
amotoki | it looks better to discuss it after RC1 is cut. I totally agree that the end of the current dev cycle is a good trigger to visit stable releases :) | 14:16 |
slaweq | ok, bcafarel will You take care of this? | 14:17 |
bcafarel | slaweq: yes, I will start preparing the usual 'would be nice to have these in before release' lists | 14:17 |
slaweq | thx a lot | 14:17 |
slaweq | ok, lets move on | 14:18 |
slaweq | next announcement | 14:18 |
slaweq | Victoria virtual PTG | 14:18 |
slaweq | planning etherpad: https://etherpad.openstack.org/p/neutron-victoria-ptg | 14:18 |
slaweq | More details about how it will looks like is on http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014126.html | 14:18 |
slaweq | basically event will be 1-5 June | 14:18 |
slaweq | there are various time slots available and we need to request some time in those slots | 14:19 |
slaweq | I made doodle https://doodle.com/poll/xcd82ea6svs5dben to see what time slots will be the best for most of people who plans to attend | 14:19 |
slaweq | if You plan to attend our sessions and didn't make this doodle yet, please do before end of this week | 14:20 |
slaweq | next week I will need to try to book some slots | 14:20 |
slaweq | also, if You have any topics which You want to discuss, please add them to etherpad | 14:21 |
mlavalle | so, to be clear, times in the form are in US Chicago time, right? | 14:21 |
bcafarel | should be your local time (I see Europe/Paris at least) | 14:21 |
amotoki | doodle shows your local tme | 14:21 |
slaweq | mlavalle: yes, probably local time | 14:21 |
mlavalle | ahh ok | 14:21 |
ralonsoh | local time for each one | 14:21 |
njohnston | I see the times as US/New York, so I think it is doing some kind of localization | 14:21 |
slaweq | on the top of the page there is info about what TZ is used | 14:22 |
mlavalle | yes | 14:22 |
mlavalle | central for me | 14:22 |
ralonsoh | +1 to the doodle GUI | 14:22 |
bcafarel | I see njohnston is timezone presence champion again (well you had training with Shanghai!) | 14:22 |
njohnston | \o/ | 14:22 |
slaweq | LOL | 14:22 |
*** ricolin has quit IRC | 14:23 | |
*** ricolin has joined #openstack-meeting | 14:23 | |
slaweq | ok, lets move on | 14:23 |
slaweq | next one | 14:23 |
slaweq | Some info about Virtual OpenDev http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014297.html | 14:23 |
*** yamamoto has quit IRC | 14:23 | |
slaweq | just if You missed info on ML :) | 14:24 |
slaweq | and that's all announcements which I have for You today | 14:24 |
slaweq | anything else You want to announce maybe? | 14:24 |
amotoki | while it might be covered in OVN topic, I see an annoucement of networking-ovn master retirement mail from maciejjozefczyk | 14:25 |
amotoki | http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014307.html | 14:25 |
slaweq | amotoki: yes, he proposed this today as we finished BP to move code to neutron repo | 14:26 |
amotoki | I think it just applies to the master brnach and it is not a retirement from the TC governance perspective | 14:26 |
ralonsoh | you are right, only master branch | 14:27 |
njohnston | correct, since stable releases are still valid | 14:27 |
slaweq | amotoki: yes | 14:27 |
amotoki | thanks for the confirmation | 14:27 |
*** shintaro has quit IRC | 14:27 | |
maciejjozefczyk | yes amotoki, I send little correction note about it later in this thread | 14:27 |
maciejjozefczyk | amotoki, In last couple of weeks I saw people sending patches to the networking-ovn instead neutron. So that is mainly why :) | 14:28 |
amotoki | maciejjozefczyk: yeah, it is a good notice :) | 14:28 |
njohnston | +1 | 14:28 |
bcafarel | yes cleaned master branch + ussuri release highlight mentioning the merge will hopefully be enough to point people in correct direction | 14:28 |
slaweq | it is mentioned in Ussuri highlights for neutron already :) | 14:29 |
maciejjozefczyk | slaweq++ | 14:29 |
slaweq | ok, lets move on | 14:30 |
slaweq | #topic Blueprints | 14:30 |
*** openstack changes topic to "Blueprints (Meeting topic: networking)" | 14:30 | |
slaweq | I don't have too much about BPs for today as we are close to final release and BPs aren't most important thing now :) | 14:31 |
mlavalle | when you have a chance, please review https://review.opendev.org/#/c/717881/ | 14:31 |
slaweq | so I just wanted to mention that I moved: https://blueprints.launchpad.net/neutron/+spec/tagging-on-post and https://bugs.launchpad.net/neutron/+bug/1863113 from Ussuro-3 to new cycle | 14:31 |
openstack | Launchpad bug 1863113 in neutron "[RFE] Introduce new testing framework for Neutron - OVN integration - a.k.a George" [Undecided,New] - Assigned to Jakub Libosvar (libosvar) | 14:31 |
slaweq | in case of https://blueprints.launchpad.net/neutron/+spec/tagging-on-post it's just due to missing clients support which mlavalle already send to review :) | 14:32 |
slaweq | thx mlavalle for that | 14:32 |
mlavalle | and the openstackclient patch is on its way. I discovered amotoki had done most of the work a long time ago. It is just a matter of moving one call | 14:32 |
slaweq | and regarding George framework, I moved it to Victoria-1 just to not forget about it, but as it's test-only thing, I think we can simply continue work on it even now in RC time | 14:33 |
mlavalle | but... in the openstack client there is no port creation in bulk command, correct? | 14:33 |
slaweq | mlavalle: I think there is no support for bulk port creation in OSC | 14:34 |
njohnston | correct, the openstack client doesn't really have a concept of bulk commands AFAIR. I talked to a couple of those guys but there was never any motion on it. | 14:34 |
slaweq | but IMHO if we will add possibility to tag in POST in OSC, this BP will be done | 14:34 |
mlavalle | ok, so I am just moving some code around so the openstack client tags a port on creation, instead of creating the port and then updatin it, as amotoki implemented way nack | 14:35 |
slaweq | mlavalle: thx :) | 14:35 |
mlavalle | that patch will be up for review by tomorrow | 14:35 |
mlavalle | and thanks amotoki for doing the heavy listing ;-) | 14:36 |
mlavalle | lifting^^^^ | 14:36 |
slaweq | amotoki++ | 14:36 |
slaweq | ok, anything else regarding BPs for today? | 14:37 |
slaweq | or can we move on? | 14:37 |
* mlavalle stops babbling | 14:37 | |
slaweq | nono, mlavalle please go on if You want to say anything else :) | 14:39 |
mlavalle | nothing else to say | 14:39 |
mlavalle | just joking | 14:39 |
slaweq | ok :) | 14:39 |
slaweq | so lets go to the next topic | 14:39 |
slaweq | #topic Community Goals | 14:40 |
*** openstack changes topic to "Community Goals (Meeting topic: networking)" | 14:40 | |
*** _erlon_ has quit IRC | 14:40 | |
slaweq | I don't have anything new regarding IPv6 testing for today | 14:40 |
njohnston | For zuulv3, the change for networking-odl is in the gate now, which would leave networking-midonet as the remaining project | 14:40 |
slaweq | njohnston: great, thx | 14:41 |
*** yamamoto has joined #openstack-meeting | 14:41 | |
*** _erlon_ has joined #openstack-meeting | 14:41 | |
slaweq | with networking-midonet may be a bit hard as it's gate is currently broken (at least it was last week when I was checking it( | 14:41 |
*** yamamoto has quit IRC | 14:42 | |
njohnston | Thanks and appreciation for our own ralonsoh for taking the challenge to be goal champion for a community goal to move from oslo.rootwrap to oslo.privsep https://review.opendev.org/#/c/718177/ | 14:42 |
ralonsoh | yw! | 14:42 |
slaweq | ralonsoh++ | 14:42 |
*** yamamoto has joined #openstack-meeting | 14:42 | |
*** yamamoto has quit IRC | 14:42 | |
slaweq | ok, so lets move on to the next topic | 14:42 |
slaweq | #topic Bugs | 14:43 |
*** openstack changes topic to "Bugs (Meeting topic: networking)" | 14:43 | |
slaweq | tidwellr was bug deputy last week but I didn't saw any email from him | 14:43 |
*** yamamoto has joined #openstack-meeting | 14:43 | |
slaweq | and this week is njohnston's time for being deputy :) | 14:43 |
slaweq | next week will be amotoki | 14:43 |
* njohnston is on it | 14:44 | |
*** yamamoto has quit IRC | 14:44 | |
slaweq | thx njohnston :) | 14:44 |
-amotoki- is aware of it :) | 14:44 | |
*** yamamoto has joined #openstack-meeting | 14:44 | |
*** yamamoto has quit IRC | 14:44 | |
slaweq | any bugs You would like to discuss today? | 14:44 |
*** yamamoto has joined #openstack-meeting | 14:44 | |
njohnston | I havent been able to reproduce this one yet https://bugs.launchpad.net/neutron/+bug/1873761 | 14:45 |
openstack | Launchpad bug 1873761 in neutron "Internal IP leak to physical interface from qrouter in DVR mode" [Undecided,New] | 14:45 |
njohnston | but leaking internal IP addresses is probably a bad thing IMHO | 14:46 |
njohnston | we can probably discuss that in more depth in tomorrow's L3 meeting | 14:46 |
haleyb | njohnston: this looks familiar, but i can't place it yet | 14:46 |
slaweq | yes, I saw this one - it sounds bad for me but I didn't have time to check it | 14:46 |
slaweq | I just adde some l3 related tag, so this will be on list in the L3 meeting :) | 14:47 |
njohnston | thanks, that is it for me | 14:47 |
mlavalle | are we keepiong tidwellr in the rotation? | 14:48 |
slaweq | mlavalle: the week before his deputy time I mailed him and he confirmed me that he will do it | 14:48 |
slaweq | but I will ask him again if we should keep him in this list for next round | 14:48 |
mlavalle | ok, cool with me. Just didn't know whether we had heard of him lately | 14:48 |
*** dmellado has quit IRC | 14:49 | |
*** yamamoto has quit IRC | 14:49 | |
slaweq | mlavalle: sure, thx - I'm trying to ping everyone when before his turn :) | 14:50 |
*** dklyle has joined #openstack-meeting | 14:50 | |
slaweq | especially those who aren't always on the meetings | 14:50 |
slaweq | ok, last topic for today from me | 14:50 |
slaweq | #topic Networking OVN | 14:50 |
*** openstack changes topic to "Networking OVN (Meeting topic: networking)" | 14:51 | |
mlavalle | so you are not pinging me next time my turn is up? I'm heart broken ;-) | 14:51 |
slaweq | mlavalle: I will :) | 14:51 |
slaweq | I can even send You email remainder if You wish ;) | 14:51 |
mlavalle | ok, I'll bewating full of expectation | 14:51 |
slaweq | LOL | 14:52 |
slaweq | maciejjozefczyk: jlibosva haleyb: anything You want to discuss regarding ovn driver today? | 14:52 |
* jlibosva was just eavesdropping :) nothing specific, thanks | 14:52 | |
maciejjozefczyk | slaweq, we have little success thanks to ralonsoh, QoS max bandwidth works fine starting from today in Neutron master. | 14:52 |
haleyb | slaweq: it was just the one fix for stable/ussuri i mentioned earlier | 14:52 |
slaweq | maciejjozefczyk++ :) | 14:53 |
slaweq | I have one question about this topic | 14:53 |
slaweq | do we still need to have it as separate topic during the team meeting? | 14:53 |
ralonsoh | qos? ovn? | 14:53 |
slaweq | migration is done, ovn is now part of Neutron code so I'm not sure if we still need it | 14:54 |
maciejjozefczyk | In my opinion, no :) | 14:54 |
slaweq | ralonsoh: I mean "ovn" | 14:54 |
mlavalle | ++ | 14:54 |
haleyb | ++ | 14:54 |
ralonsoh | ++ | 14:55 |
slaweq | jlibosva: maciejjozefczyk: are You ok to remove this topic from weekly meetings? | 14:56 |
maciejjozefczyk | ++ | 14:56 |
bcafarel | most probably not needed anymore, we can add specific topics to agenda when needed (and migrations is done) | 14:56 |
jlibosva | ++ | 14:56 |
slaweq | ok, thx | 14:56 |
slaweq | so I will remove it from the meeting agenda | 14:56 |
slaweq | and that's all what I have for today | 14:56 |
slaweq | I don't see anything in "on demand agenda" for today | 14:57 |
slaweq | so I guess we can finish few minutes earlier | 14:57 |
slaweq | thx for attending and have a great week :) | 14:57 |
slaweq | o/ | 14:57 |
njohnston | o/ | 14:57 |
jlibosva | o/ | 14:57 |
slaweq | #endmeeting | 14:57 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings/" | 14:57 | |
amotoki | o/ | 14:57 |
ralonsoh | bye | 14:57 |
openstack | Meeting ended Tue Apr 21 14:57:33 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:57 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/networking/2020/networking.2020-04-21-14.00.html | 14:57 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/networking/2020/networking.2020-04-21-14.00.txt | 14:57 |
openstack | Log: http://eavesdrop.openstack.org/meetings/networking/2020/networking.2020-04-21-14.00.log.html | 14:57 |
bcafarel | o/ | 14:57 |
mlavalle | o/ | 14:58 |
maciejjozefczyk | \o/ | 14:58 |
lajoskatona | o/ | 14:59 |
ralonsoh | #startmeeting neutron_qos | 15:00 |
openstack | Meeting started Tue Apr 21 15:00:24 2020 UTC and is due to finish in 60 minutes. The chair is ralonsoh. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
*** openstack changes topic to " (Meeting topic: neutron_qos)" | 15:00 | |
ralonsoh | hello | 15:00 |
openstack | The meeting name has been set to 'neutron_qos' | 15:00 |
ralonsoh | I forgot to send a mail to the ML | 15:00 |
ralonsoh | there is no agenda this week | 15:00 |
ralonsoh | but if you have something to discuss, please, this is the moment | 15:01 |
ralonsoh | #topic Open Discussion | 15:01 |
*** openstack changes topic to "Open Discussion (Meeting topic: neutron_qos)" | 15:01 | |
*** lajoskatona has left #openstack-meeting | 15:01 | |
ralonsoh | I have one, just for the record | 15:01 |
ralonsoh | I started to work in the FIP QoS extension for OVN | 15:01 |
maciejjozefczyk | thanks ralonsoh | 15:02 |
ralonsoh | maybe next week I'll push a patch upstream for reviewing | 15:02 |
ralonsoh | oh hi! | 15:02 |
ralonsoh | and that's all from me | 15:02 |
ralonsoh | something else?? | 15:02 |
ralonsoh | ok, thank you all | 15:03 |
ralonsoh | and see you online | 15:03 |
maciejjozefczyk | ralonsoh, :) | 15:03 |
maciejjozefczyk | see you! | 15:03 |
ralonsoh | #endmeeting | 15:03 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings/" | 15:03 | |
openstack | Meeting ended Tue Apr 21 15:03:35 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:03 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/neutron_qos/2020/neutron_qos.2020-04-21-15.00.html | 15:03 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/neutron_qos/2020/neutron_qos.2020-04-21-15.00.txt | 15:03 |
openstack | Log: http://eavesdrop.openstack.org/meetings/neutron_qos/2020/neutron_qos.2020-04-21-15.00.log.html | 15:03 |
*** viks____ has quit IRC | 15:07 | |
*** jiaopengju1 has quit IRC | 15:08 | |
*** jiaopengju1 has joined #openstack-meeting | 15:08 | |
*** dmellado has joined #openstack-meeting | 15:17 | |
*** dmellado has quit IRC | 15:35 | |
*** ralonsoh has left #openstack-meeting | 15:37 | |
*** dmellado has joined #openstack-meeting | 15:37 | |
*** ysandeep is now known as ysandeep|away | 15:40 | |
*** ricolin has quit IRC | 15:49 | |
*** gyee has joined #openstack-meeting | 15:52 | |
*** yamamoto has joined #openstack-meeting | 15:54 | |
*** jmasud has joined #openstack-meeting | 15:55 | |
*** ttsiouts has quit IRC | 16:04 | |
*** ttsiouts has joined #openstack-meeting | 16:05 | |
*** jmasud has quit IRC | 16:12 | |
*** ociuhandu has quit IRC | 16:15 | |
*** ociuhandu has joined #openstack-meeting | 16:17 | |
*** ociuhandu has quit IRC | 16:20 | |
*** ociuhandu has joined #openstack-meeting | 16:21 | |
*** jmasud has joined #openstack-meeting | 16:25 | |
*** jlibosva has quit IRC | 16:29 | |
*** yaawang_ has joined #openstack-meeting | 16:32 | |
*** jraju__ has joined #openstack-meeting | 16:32 | |
*** links has quit IRC | 16:33 | |
*** yaawang has quit IRC | 16:33 | |
*** e0ne has quit IRC | 16:36 | |
*** e0ne_ has joined #openstack-meeting | 16:36 | |
*** jmasud has quit IRC | 16:37 | |
*** jmasud has joined #openstack-meeting | 16:37 | |
*** jmasud has quit IRC | 16:38 | |
*** lseki has quit IRC | 16:38 | |
*** dougwig has quit IRC | 16:38 | |
*** jmasud has joined #openstack-meeting | 16:38 | |
*** carloss has quit IRC | 16:39 | |
*** jmasud has quit IRC | 16:39 | |
*** rpittau is now known as rpittau|afk | 16:39 | |
*** masayukig has quit IRC | 16:39 | |
*** jmasud has joined #openstack-meeting | 16:40 | |
*** jamespage has quit IRC | 16:40 | |
*** jmasud has quit IRC | 16:40 | |
*** carloss has joined #openstack-meeting | 16:40 | |
*** dougwig has joined #openstack-meeting | 16:41 | |
*** klindgren has quit IRC | 16:41 | |
*** klindgren has joined #openstack-meeting | 16:41 | |
*** jmasud has joined #openstack-meeting | 16:41 | |
*** mnaser has quit IRC | 16:41 | |
*** lseki has joined #openstack-meeting | 16:42 | |
*** maciejjozefczyk has quit IRC | 16:42 | |
*** jamespage has joined #openstack-meeting | 16:42 | |
*** bcm has quit IRC | 16:42 | |
*** niedbalski has quit IRC | 16:42 | |
*** diablo_rojo_phon has quit IRC | 16:42 | |
*** TheJulia has quit IRC | 16:42 | |
*** manuvakery has quit IRC | 16:43 | |
*** csatari has quit IRC | 16:43 | |
*** masayukig has joined #openstack-meeting | 16:43 | |
*** bcm has joined #openstack-meeting | 16:44 | |
*** niedbalski has joined #openstack-meeting | 16:44 | |
*** TheJulia has joined #openstack-meeting | 16:44 | |
*** mnaser has joined #openstack-meeting | 16:44 | |
*** xyang has quit IRC | 16:45 | |
*** csatari has joined #openstack-meeting | 16:45 | |
*** manuvakery has joined #openstack-meeting | 16:46 | |
*** xyang has joined #openstack-meeting | 16:46 | |
*** mnaser has quit IRC | 16:46 | |
*** dougwig has quit IRC | 16:46 | |
*** mnaser has joined #openstack-meeting | 16:47 | |
*** mnaser has quit IRC | 16:49 | |
*** dougwig has joined #openstack-meeting | 16:49 | |
*** mnaser has joined #openstack-meeting | 16:50 | |
*** jraju__ has quit IRC | 16:57 | |
*** e0ne_ has quit IRC | 17:19 | |
*** ociuhandu has quit IRC | 17:34 | |
*** ociuhandu has joined #openstack-meeting | 17:35 | |
*** ociuhandu has quit IRC | 17:40 | |
*** jmasud has quit IRC | 18:08 | |
*** jmasud has joined #openstack-meeting | 18:17 | |
*** ociuhandu has joined #openstack-meeting | 18:24 | |
*** gmann is now known as gmann_lunch | 18:31 | |
*** jmasud has quit IRC | 18:39 | |
*** jmasud has joined #openstack-meeting | 18:41 | |
*** ociuhandu has quit IRC | 18:44 | |
*** ociuhandu has joined #openstack-meeting | 18:45 | |
*** ociuhandu has quit IRC | 18:45 | |
*** ociuhandu has joined #openstack-meeting | 18:45 | |
*** gmann_lunch is now known as gmann | 18:51 | |
*** belmoreira has quit IRC | 18:53 | |
*** ociuhandu has quit IRC | 19:11 | |
*** ociuhandu has joined #openstack-meeting | 19:11 | |
*** slaweq has quit IRC | 19:14 | |
*** ociuhandu has quit IRC | 19:17 | |
*** slaweq has joined #openstack-meeting | 19:19 | |
*** ttsiouts has quit IRC | 19:21 | |
*** Lucas_Gray has joined #openstack-meeting | 19:22 | |
*** ttsiouts has joined #openstack-meeting | 19:25 | |
*** e0ne has joined #openstack-meeting | 19:36 | |
*** ociuhandu has joined #openstack-meeting | 19:48 | |
*** jmasud has quit IRC | 19:52 | |
*** ociuhandu has quit IRC | 19:53 | |
*** jmasud has joined #openstack-meeting | 20:01 | |
*** TrevorV has quit IRC | 20:12 | |
*** e0ne has quit IRC | 20:14 | |
*** Hiep_MQ has quit IRC | 20:36 | |
*** e0ne has joined #openstack-meeting | 20:37 | |
*** jmasud has quit IRC | 20:46 | |
*** ociuhandu has joined #openstack-meeting | 21:03 | |
*** moguimar has quit IRC | 21:05 | |
*** ociuhandu has quit IRC | 21:08 | |
*** bbowen has quit IRC | 21:15 | |
*** bbowen has joined #openstack-meeting | 21:16 | |
*** jmasud has joined #openstack-meeting | 21:16 | |
*** slaweq has quit IRC | 21:42 | |
*** ykatabam has joined #openstack-meeting | 21:43 | |
*** ttsiouts has quit IRC | 21:46 | |
*** e0ne has quit IRC | 21:56 | |
*** ttsiouts has joined #openstack-meeting | 22:02 | |
*** jmasud has quit IRC | 22:09 | |
*** jmasud has joined #openstack-meeting | 22:13 | |
*** raildo has quit IRC | 22:15 | |
*** rcernin has joined #openstack-meeting | 22:17 | |
*** Lucas_Gray has quit IRC | 22:25 | |
*** ykatabam has quit IRC | 22:37 | |
*** ttsiouts has quit IRC | 22:46 | |
*** ykatabam has joined #openstack-meeting | 22:52 | |
*** ykatabam has quit IRC | 22:53 | |
*** ykatabam has joined #openstack-meeting | 22:55 | |
*** ykatabam has quit IRC | 23:08 | |
*** ykatabam has joined #openstack-meeting | 23:23 | |
*** jmasud has quit IRC | 23:24 | |
*** ykatabam has quit IRC | 23:25 | |
*** ociuhandu has joined #openstack-meeting | 23:25 | |
*** ociuhandu has quit IRC | 23:30 | |
*** mlavalle has quit IRC | 23:37 | |
*** tetsuro has joined #openstack-meeting | 23:42 | |
*** tetsuro has quit IRC | 23:44 | |
*** ykatabam has joined #openstack-meeting | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!