15:00:09 #startmeeting heat 15:00:10 Meeting started Wed Jul 19 15:00:09 2017 UTC and is due to finish in 60 minutes. The chair is ricolin. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:11 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:13 The meeting name has been set to 'heat' 15:00:21 #topic roll call 15:00:54 Hi team, sorry missed the last video call.. 15:01:03 o/ 15:01:04 Hey! 15:01:04 o/ 15:01:10 o/ 15:01:33 I missed the video either, too late to saw the email. 15:01:49 o/ 15:01:53 kazsh elynn , no worry, that's a meetup and people're free to join and out:) 15:02:32 #topic adding items to agenda 15:02:33 #link https://wiki.openstack.org/wiki/Meetings/HeatAgenda#Agenda_.282017-07-19_1500_UTC.29 15:04:30 #topic weekly report 15:04:57 This week is for non client library release 15:05:23 And next week will be feature freeze for heat 15:05:41 so I think we should release heat-agents this week 15:05:59 which add the py35 support for heat-agents 15:06:17 there is nothing in the review queue for heat-agents 15:06:25 yes 15:06:39 so clean 15:07:02 I will release it after this meeting 15:07:44 May be a test patch to see if the py35 job is ok 15:07:51 And gate report, we suffer two gate broken together, and rabi quick fix it:) 15:08:32 heat-agents py35 job is added but we did not have anything in the queue to test it;) 15:08:45 ramishra, I will use the exist one alrough it says no review:) 15:10:47 ramishra, https://review.openstack.org/485234 done:) 15:11:11 ok, IMO we should test the job before the release, though I don't expect any issues. 15:11:58 ramishra, agree:) That code works but would be better to test on gate for check it out 15:12:21 okay other update 15:12:30 We might be able to do our meeting in our own irc channel 15:12:34 #link https://review.openstack.org/#/c/485117/ 15:12:43 once this landed 15:13:00 That's all I got for update:) 15:13:15 #topic video meetup feedback 15:13:55 Any feedback on the meetup format?:) 15:15:11 How about the sounds, screen share, or any other quality issue? 15:15:32 It was quite late for me, else all good:) 15:15:42 lol 15:15:50 sound quality was average to poor I thought 15:16:12 screen sharing doesn't work on modern OSes 15:16:20 remote control didn't work 15:16:40 but it was still cheaper than flying to the PTG, so there's that I guess 15:16:41 zaneb, I think that's because my fedora 15:17:03 ricolin: or mine 15:17:16 I did not disable wayland 15:17:39 So yesterday was OpenStack Taiwan Day and I have raise this idea to Foundation 15:17:45 yeah, we can surely use it for PTG if more people want to participate remotely 15:18:10 Appear they might be able to provide some Hardware if that's what we going to run it 15:18:57 Also any other software suggestion here? 15:18:59 Unless there is objection to using zoom, I used it the first time and it was ok. 15:19:09 we currently try on Zoom btw 15:19:25 WebEX ? 15:19:42 kazsh, that might be on option too 15:19:49 quality itself is good but need to pay money.. 15:20:00 kazsh, then no:) 15:20:09 or some one who has the contract need to be host 15:20:47 ramishra, Foundation use Zoom as well, so I think we should be good 15:21:08 kazsh, I don't have one:) 15:22:04 I will write to Foundation and hope they can give us some good network in PTG:) 15:22:26 So all of our members can join! 15:22:46 Nobody join PTG onsite ? 15:22:54 I will 15:23:00 ricolin :) 15:23:03 but not sure others 15:23:18 well I'm planning 15:23:24 ramishra, zaneb any settle down? 15:23:31 kazsh, good! 15:23:37 but still need to get my boss's approval haha 15:23:51 ricolin: keep you updated ! 15:23:55 kazsh, everyone suffer from that actually:) 15:23:58 kazsh, thx:) 15:24:21 that's move to next topic:) 15:24:25 #topic Rolling upgrade and discussion 15:25:09 anyone wanna take over?:) 15:25:19 Hi all. I want to discuss about rolling upgrade. 15:25:24 :) 15:25:40 The related patch sets 15:25:42 #link https://review.openstack.org/#/c/407989 15:25:47 #link https://review.openstack.org/#/c/475853/ 15:25:55 #link https://review.openstack.org/#/c/482048/ 15:26:47 What's your opinion about our rolling upgrade? Do you think we can merge it in this cycle? :) 15:27:56 I have leave comment in the guideline one 15:28:31 ricolin: I just saw it minute ago, will push new patch set 15:28:34 thank you 15:28:35 that one looks good to me, but we still have to add some warning info in doc about what zaneb raised in comment 15:28:37 zaneb, I saw your comment on https://review.openstack.org/#/c/475853, so if we wait for the last engine to finish all processing it has to do (as it's the only one listening on the old vhost) would not it be ok? 15:29:05 ramishra: it also has to drain the message queue 15:29:09 all api's would be migrated to the new vhost and all other engines 15:29:35 Would not it send to itlself to process those messages? 15:29:57 we wait for the queues to be drained by themselves? 15:30:53 in general I don't think our graceful shutdown waits for queues to drain (otherwise it would never shut down) 15:31:50 so if we tell the last engine to gracefully shutdown, it will finish what it is working on, which may post more messages to the queue (that only it is listening on), and then shut down leaving them unprocessed 15:31:52 No I mean, if we wait till all messages in that vhost queues are processed by the last engine? 15:32:21 ramishra: yes, if we can find a way to do that it'll work 15:35:08 zaneb: Just wait for sometime? or find a way to check the queues for unprocessed messages? Probably add a note in the documentation. 15:35:43 regarding the multinode grenade job, I'm not sure how much it would help with the rolling upgrade testing 15:35:51 I've put my comment there. 15:36:31 currently with the grenade job we don't run any tests after upgrade 15:37:30 I've a patch to run api tests before and after upgrade https://review.openstack.org/#/c/460542/, may be we should land that. 15:38:05 ramishra: I just pushed new patch this morning as you suggested. 15:38:26 kiennt: OK, I'll check that 15:38:27 +1 for ramishra's patch. 15:39:15 api tests will be good. I notice we have heat_upgradetests directory 15:39:36 but it do nothing. Just empty scripts. 15:39:48 Can we remove it? 15:40:36 kiennt: we used to run tempest heat tests earlier after upgrade, which was removed from tempest tree. 15:40:51 so we don't do any testing after upgrade now 15:42:10 Anyway, we should also check if adding a multinode job is enough to get the tag;) 15:43:08 So we might claim https://review.openstack.org/#/c/460542 as our basic after upgrade test? 15:43:19 s/might/may/ 15:44:25 If yes, then we might get the tag:) 15:44:36 ramishra: i think its enough. Because another projects that already got the tag, have gate job 15:45:14 I asked Swift core team, one of them - cschwede told me: 15:45:20 Swift rolling upgrades are not tested yet in the gate, but Swift supports that since the beginning 15:45:56 ricolin: for rolling upgrade testing we need nodes in the multinode job to run different releases of heat(upgrade one and leave the other one with older version), which is not the case I think;) and then run the tests. 15:47:02 But if that's good enough to get the tag, we should go for it:) 15:47:33 I will ask QA about it:) 15:48:22 kiennt, anything you wish to discuss now:)? 15:48:48 ricolin: Great! :) No, that's all. 15:49:08 kiennt, cool! 15:49:11 #topic Open discussion 15:49:34 Anything would like to raise for discuss?:) 15:49:49 Suppose not so much people will visit Sydney.. but I submitted a couple of Heat related CFP 15:49:57 Just a heads-up.. 15:50:04 Plz cross your fingers :) 15:50:34 kazsh, may the force of OpenStack be with you:) 15:51:02 thank you ricolin, yep hope those will be pass in this time! 15:51:31 I also got one talk" Advanced Orchestration for Containers Clusters 15:51:43 zaneb: If you've not seen https://bugs.launchpad.net/heat/+bug/1705170 15:51:43 Launchpad bug 1705170 in heat "test_stack_update_with_conditions failing with KeyError intermittently" [Undecided,New] 15:51:45 23 patches need review before next week to land the stack-definition series 15:51:48 so if people can help to vote for these two:) 15:52:07 Sounds really interesting >>" Advanced Orchestration for Containers Clusters 15:52:36 How to Make OpenStack Heat Better based on Our One Year Production Journey 15:52:47 "Get Familar with OpenStack Heat Workshop" 15:53:03 above two are mine :) 15:53:23 kazsh, will look at those 15:53:41 ramishra: hadn't seen that, will post a fix 15:53:58 ricolin: thanks a lot ! 15:53:59 zaneb: great:) 15:55:01 Do hope to land stack-definition 15:55:14 and get-reality 15:55:27 let's land as many patches before it's broken again;) 15:56:08 ramishra, thanks barbican and glance to contribute the fun:) 15:56:09 I mean the gate is broken again:) 15:57:01 ramishra, now? 15:58:13 No.. no.. I meant review and land patches before the gate is broken again... too late for me... 15:58:27 ramishra, don't scare me! 15:58:32 lol 15:58:49 haha 15:58:54 lol 15:59:14 Anyway, big goal these two week land goals, land BPs and hope no gate fix:) 15:59:54 anything else? 16:00:01 if no, shall we call the meeting off:) 16:00:57 Okay thanks all, and please help on review:) 16:00:58 #endmeeting