16:00:05 #startmeeting blazar 16:00:05 Meeting started Thu Jan 27 16:00:05 2022 UTC and is due to finish in 60 minutes. The chair is priteau. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:00:05 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:00:05 The meeting name has been set to 'blazar' 16:00:10 #topic Roll call 16:00:33 Hello priteau 16:00:50 Hi Mark 16:01:56 Waiting for Jason 16:02:10 Yes, he should be here soon 16:04:36 o7 16:04:50 Hi Jason 16:05:18 Let's take a look at our fancy dashboard 16:05:22 https://etherpad.opendev.org/p/blazar-whiteboard 16:05:29 #topic Small patches ready to approve 16:05:36 https://review.opendev.org/c/openstack/blazar/+/825255 16:05:36 https://review.opendev.org/c/openstack/blazar-tempest-plugin/+/825195 16:05:36 https://review.opendev.org/c/openstack/blazar-tempest-plugin/+/825415 16:05:58 I've given +2 already 16:07:05 i'm going through them now 16:07:21 Actually I think the tempest one are duplicating a bit 16:08:10 Not sure why this wasn't flagged by gerri 16:08:52 I'll cancel the merge of 825195 16:09:17 Pierre Riteau proposed openstack/blazar-tempest-plugin master: Add stable/xena jobs on master gate https://review.opendev.org/c/openstack/blazar-tempest-plugin/+/825415 16:09:40 Pierre Riteau proposed openstack/blazar-tempest-plugin master: Add stable/xena jobs on master gate https://review.opendev.org/c/openstack/blazar-tempest-plugin/+/825415 16:10:02 OK, abandoned https://review.opendev.org/c/openstack/blazar-tempest-plugin/+/825415 16:10:37 I meant cancel the merge of 825415 16:10:58 I think we're good now 16:11:22 #topic Review priorities for Yoga 16:13:08 Thanks for the review of the blazar-nova preemptible patch, still need to update it. I am working on the service side at the moment 16:13:27 Not yet upstream but hopefully soon, tomorrow maybe? 16:13:57 We have a lot of other patches ready to review, I have focused on two: 16:14:03 805462: Add a resource availability calendar for hosts | https://review.opendev.org/c/openstack/blazar-dashboard/+/805462 16:14:03 805461: Update list_allocations in hosts plugin to expose start and end dates | https://review.opendev.org/c/openstack/blazar/+/805461 16:14:58 I updated both patches, but changes are minor, so Jason's should be able to give his +2 again 16:15:14 For blazar-dashboard, I updated the vendored apexcharts JS 16:15:17 sounds good, will look in to it 16:15:40 mppowers: You didn't use a specific version on purpose? I assumed it was the latest at the time you started working on this 16:15:52 Yes, it was just latest at the time 16:16:12 I tested the new one, took screenshots of the calendar, couldn't see any difference 16:16:49 The overlay box still displays fine 16:16:57 priteau: when i give my +2 on top of yours, it is ok to do the +1 to approved, yes? 16:17:18 Of course, I actually expect you to do so ;-) 16:17:37 yes, i thought so, just checking in case there was some other process i was stepping over 16:17:40 Second +2 can request merge, unless there is a reason not to. 16:18:01 For the list allocations patch, I fixed the merge conflict 16:18:08 No functional change there 16:18:20 thank you for that 16:18:36 Thank YOU 16:18:49 As follow up to the dashboard I have these suggestions 16:19:07 * docs 16:19:38 At the very least we need to document the required policies (calendar doesn't work for non-admin users with default policy) 16:20:04 And describe how to customise the host naming using a property 16:20:50 That should go in https://docs.openstack.org/blazar-dashboard 16:21:03 Does it sound reasonable? 16:21:27 Yes, that sounds good. Did you want this as a follow up patch? 16:21:53 yes, i just approved the current one \o/ 16:22:05 OK, great 16:22:39 Yes, let's try to merge big patches when we reach a reasonable stopping point 16:22:56 I am afraid trying to get them perfect means they never get merged 16:23:43 As long as what we ship at the end of the release cycle is working and makes sense for operators and users, it's fine if it gets contributed in multiple steps 16:24:01 Makes sense 16:24:04 My other comment was related to policies again 16:24:14 i removed the two patches i just approved from the whiteboard 16:24:20 Of course you need blazar:oshosts:get_allocations 16:24:27 But I discovered you also need blazar:oshosts:get 16:24:35 That's for the hypervisor name lookup 16:24:53 Do you think we could do without as an option? 16:25:14 Either configurable by admins 16:25:39 Or dynamically, try a get-host, if it fails with 401, fall back to display host ID 16:25:55 Yes, I was thinking of using the fall back 16:26:25 Cool. Do you think you could add this in the next couple of weeks? 16:26:44 We have 4 weeks before feature freeze 16:27:35 We have a busy schedule, and my blazar-dashboard environment is not in a good state, so I am unsure if there will be time 16:28:26 OK. Maybe for Z then. 16:28:42 As long as we document how to make it work, that's fine. 16:28:45 OK, sounds good 16:28:57 I'll be sure to at least get the docs 16:29:01 Thanks! 16:29:19 Next on my review list is all the others in the main priority list 16:29:32 I've not updated the Needs work section, it's possible some are ready to review now 16:30:08 resource properties is 16:30:18 Yes, those should be ready 16:31:00 RPC layer not passing CI. Maybe this is something we can focus on next release 16:31:39 Same for third-party plugins, unless you think it's getting close? 16:32:03 The third party plugins is working, but it is dependent on the RPC refactor patch 16:32:12 I see 16:32:27 So that's where the CI failures are coming from? 16:32:37 I've not looked at them to be honest 16:32:51 Yes. It'll take some time to figure out why the RPC test is failing tempest. I have spent some time debugging without luck 16:33:37 401 auth failures from Keystone 16:34:08 Maybe something related to context 16:35:07 Related to preemptibles, I submitted this: 16:35:07 825659: Support running periodic tasks from event loop | https://review.opendev.org/c/openstack/blazar/+/825659 16:35:46 Fairly small, I use it to run some tasks not related to lease events 16:35:51 priteau: where did you see the 401s in these logs? i'm not used to looking at tempest output 16:36:42 Merged openstack/blazar-dashboard master: Add a resource availability calendar for hosts https://review.opendev.org/c/openstack/blazar-dashboard/+/805462 16:36:52 Hum, it was in the third-party plugin patch 16:37:01 I cannot see them in the RPC one 16:37:23 Hm, maybe I need to debug both changes then 16:37:27 There is an issue I was seeing in the journal output from tempest, but I could not reproduce 16:37:31 https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_eba/820255/9/check/blazar-tempest-plugin-base/eba279b/controller/logs/screen-blazar-m.txt 16:37:46 https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_eba/820255/9/check/blazar-tempest-plugin-base/eba279b/controller/logs/screen-blazar-a.txt 16:37:52 ah! 16:37:56 These are the logs to watch 16:38:09 it looks like it may actually be an assertionerror in the api? 16:38:20 this helps, thanks 16:38:30 Ah, in api logs 16:38:32 assert NOTIFIER is not None 16:38:47 Jan 25 18:19:30.372375 ubuntu-focal-ovh-bhs1-0028162968 devstack@blazar-a.service[101462]: File "/opt/stack/blazar/blazar/notification/notifier.py", line 51, in get_notifier 16:38:47 Jan 25 18:19:30.372375 ubuntu-focal-ovh-bhs1-0028162968 devstack@blazar-a.service[101462]: assert NOTIFIER is not None 16:39:07 Ah that is the issue. I'm not sure why this isn't showing on my dev environment 16:40:35 Maybe the config is different 16:41:47 Do you use devstack to develop locally? 16:42:38 can't speak for mark 100%, but we've moved away from devstack and instead work using kolla ansible and dev_mode, b/c it aligns much better w/ our other tooling 16:43:04 Yes, I was using devstack initially for the RPC patch, but then switched as Jason described 16:43:32 so there is some divergence b/w CI and our local envs unfortunately. in practice it rarely comes up, this is the first time i recall. knowing how to debug the logs is a game changer, i was looking in the wrong places 16:44:11 Oh I need to try this dev_mode 16:44:17 Thanks for the tip 16:44:35 I usually use devstack for development and then deploy with kolla 16:45:04 not all services support dev_mode and for things like neutron plugins it gets a bit hairy but it's pretty simple to solve in kolla ansible. in general it works pretty well! 16:45:25 in fact there is probably a patch we have for blazar dashboard and dev mode... 16:45:53 I was unable to get dashboard development working 100% with kolla too 16:46:42 Anything else to share today? 16:47:27 #topic AOB 16:47:29 One thing 16:47:48 The Call for Presentations for the next OpenStack Summit is open until February 9 16:48:13 But not sure if you will be wanting to travel? It's in Berlin. 16:49:25 wish i could! 16:50:15 I will probably submit a talk on Blazar related to the developments we are doing (various bits not upstream yet, but hopefully all will eventually be) 16:50:33 And something else 16:50:42 Next PTG is scheduled for April 4 - 8 16:50:49 Virtual event this one 16:50:58 So please register if you haven't already: https://www.openstack.org/ptg/ 16:51:33 Will you be OK with a ~2 hour meeting like last time? 16:51:48 That should work for me 16:52:10 i will actually be on holiday in australia then, i may not be able to attend 16:52:48 In that case maybe we can hold a meeting before or after the actual event 16:53:27 Let's discuss closer to the date 16:53:36 could do -- timing is kind of bad, it's right in the middle of an extended trip for me. yes, let's discuss later! 16:53:37 That's all I had for today! 16:53:54 thanks priteau! 16:54:23 Sorry it took a while to review these patches. I have more time for Blazar at the moment so I am trying to make the most of it! 16:54:51 Thanks again! Talk to you later 16:55:28 #endmeeting