| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-cyborg - 2026-03-12 | |||
| 15:22:34 | sean-k-mooney | so depend on is not a good idea here | |
| 15:22:43 | sean-k-mooney | at least not in the simple case | |
| 15:22:54 | sean-k-mooney | if you want edpeend on to work for grenade | |
| 15:23:06 | sean-k-mooney | you need to cherry pick and then depend on the master and backprot patch | |
| 15:23:23 | sean-k-mooney | so that the patch is in both brnaches that zuul prepares | |
| 15:24:09 | chandankumar | https://review.opendev.org/c/openstack/cyborg/+/980293 and https://review.opendev.org/c/openstack/cyborg/+/980294 are backported patches | |
| 15:24:21 | sean-k-mooney | chandankumar: right but you dont have the fix on master | |
| 15:24:40 | sean-k-mooney | you need to rebase https://review.opendev.org/c/openstack/cyborg/+/979802 on the master fix | |
| 15:24:46 | sean-k-mooney | or also depnd on it | |
| 15:24:58 | sean-k-mooney | https://review.opendev.org/c/openstack/cyborg/+/979991 | |
| 15:25:18 | chandankumar | Now I get it. | |
| 15:25:24 | sean-k-mooney | cybrog-status is run mutliple time it will be run usign the old and new versoin | |
| 15:25:41 | opendevreview | chandan kumar proposed openstack/cyborg master: [WIP] Add cyborg grenade job https://review.opendev.org/c/openstack/cyborg/+/979802 | |
| 15:26:06 | sean-k-mooney | again that will work but its considerd bad pratics to use depned on in the same repo | |
| 15:26:30 | sean-k-mooney | beause you cant eaislly replciated it so it fine for the backprot links but you shoudl be rebasing this on the master fix patch | |
| 15:27:45 | opendevreview | chandan kumar proposed openstack/cyborg master: [WIP] Add cyborg grenade job https://review.opendev.org/c/openstack/cyborg/+/979802 | |
| 15:27:58 | chandankumar | rebase on top of https://review.opendev.org/c/openstack/cyborg/+/979991 | |
| 15:28:12 | chandankumar | thank you sean-k-mooney! | |
| 15:28:30 | sean-k-mooney | ack you can drop the master depens on now too but that at least can be checked out and tested locally a littel simpler | |
| 15:28:36 | sean-k-mooney | lets see what ci say | |
| 15:29:36 | sean-k-mooney | when we fix greneade things we unfrortunetly need to merge teh fixes in the reverse order too but we can deal with that later | |
| #openstack-cyborg - 2026-03-13 | |||
| 11:14:50 | opendevreview | chandan kumar proposed openstack/cyborg master: [WIP] Add cyborg grenade job https://review.opendev.org/c/openstack/cyborg/+/979802 | |
| 12:02:00 | opendevreview | chandan kumar proposed openstack/cyborg master: [WIP] Add cyborg grenade job https://review.opendev.org/c/openstack/cyborg/+/979802 | |
| #openstack-cyborg - 2026-03-16 | |||
| 10:43:32 | opendevreview | chandan kumar proposed openstack/cyborg master: Add NVMeVirt emulated NVMe device support for devstack https://review.opendev.org/c/openstack/cyborg/+/977083 | |
| 21:22:51 | rlandy | Reminder IRC meeting tomorrow March 17th 2pm UTC. Please add items to: https://etherpad.opendev.org/p/openstack-cyborg-irc-meeting#L64 | |
| #openstack-cyborg - 2026-03-17 | |||
| 11:45:55 | rlandy | Reminder IRC meeting today March 17th 2pm UTC. Please add items to: https://etherpad.opendev.org/p/openstack-cyborg-irc-meeting#L64 | |
| 12:37:06 | opendevreview | chandan kumar proposed openstack/cyborg master: Add Grenade upgrade support for Cyborg https://review.opendev.org/c/openstack/cyborg/+/979802 | |
| 12:43:59 | opendevreview | chandan kumar proposed openstack/cyborg master: Add Grenade upgrade support for Cyborg https://review.opendev.org/c/openstack/cyborg/+/979802 | |
| 13:43:22 | opendevreview | chandan kumar proposed openstack/cyborg master: Add Grenade upgrade support for Cyborg https://review.opendev.org/c/openstack/cyborg/+/979802 | |
| 14:02:45 | rlandy | #startmeeting Cyborg IRC Call March, 17, 2026 | |
| 14:02:45 | opendevmeet | Meeting started Tue Mar 17 14:02:45 2026 UTC and is due to finish in 60 minutes. The chair is rlandy. Information about MeetBot at http://wiki.debian.org/MeetBot. | |
| 14:02:45 | opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | |
| 14:02:45 | opendevmeet | The meeting name has been set to 'cyborg_irc_call_march__17__2026' | |
| 14:02:51 | rlandy | hello all | |
| 14:03:01 | rlandy | who is around? | |
| 14:03:03 | chandank` | o/ | |
| 14:03:04 | jgilaber | o/ | |
| 14:04:35 | rlandy | Courtesy ping: bogdando[m] amoralej | |
| 14:05:24 | rlandy | let's begin ... | |
| 14:05:41 | rlandy | Topics are on the meeting etherpad: | |
| 14:05:54 | rlandy | #link: https://etherpad.opendev.org/p/openstack-cyborg-irc-meeting#L64 | |
| 14:06:25 | rlandy | #topic: Cyborg tempest plugin improvements: https://etherpad.opendev.org/p/cyborg-tempest-plugin-improvements | |
| 14:06:40 | chandank` | I have added this topic. | |
| 14:06:44 | rlandy | chandank`, chandankumar : this is your topic | |
| 14:06:46 | rlandy | ack | |
| 14:06:49 | rlandy | pls go forward | |
| 14:07:20 | chandankumar | I was going through the cyborg tempest plugin code and found that we can improve a lot. | |
| 14:07:48 | chandankumar | Few urgent things like adding unique test uuid to test for easier debugging and micro version support | |
| 14:08:31 | chandankumar | The cyborg api tests have lot of missing coverage. I have added them on the etherpad while compairing with accelerator api-ref doc. | |
| 14:08:48 | chandankumar | I have added all of them on the etherpad. | |
| 14:09:44 | chandankumar | I am not sure how we want to track it? Do we want to open it as a wishlist bug on launchpad or etherpad is fine? | |
| 14:10:02 | rlandy | #link: https://etherpad.opendev.org/p/cyborg-tempest-plugin-improvements | |
| 14:10:21 | jgilaber | I think the etherpad is fine | |
| 14:10:30 | jgilaber | have you started working on anything chandankumar? | |
| 14:10:47 | chandankumar | I am working on testuuid one | |
| 14:10:47 | amoralej | o/ | |
| 14:11:01 | jgilaber | I think it would be good to add our names to mark that something is being worked on to avoid duplications | |
| 14:11:13 | chandankumar | good idea | |
| 14:11:16 | rlandy | +1 | |
| 14:11:34 | rlandy | also might be something we want to add to PTG | |
| 14:11:58 | rlandy | status, goals, next steps to improve tempest coverage | |
| 14:12:03 | chandankumar | +1 to ptg also | |
| 14:12:47 | rlandy | ok there is a PTG topic later - we can revisit then | |
| 14:12:55 | bogdando[m] | o/ | |
| 14:12:59 | chandankumar | that's it from my side on this topic | |
| 14:13:14 | rlandy | thank you chandankumar | |
| 14:13:36 | rlandy | that's it for topics on the etherpad | |
| 14:13:42 | rlandy | we will move to reviews | |
| 14:13:57 | rlandy | #topic : reviews | |
| 14:14:10 | rlandy | there is nothing on the etherpad | |
| 14:14:18 | rlandy | anyone want to raise a review here? | |
| 14:14:56 | chandankumar | 979802: Add Grenade upgrade support for Cyborg | https://review.opendev.org/c/openstack/cyborg/+/979802 is almost ready for review | |
| 14:15:40 | chandankumar | It depends on 980293: Use common_checks.check_policy_json from oslo.upgradecheck | https://review.opendev.org/c/openstack/cyborg/+/980293 which address cyborg-status upgrade bug https://launchpad.net/bugs/2143734 | |
| 14:16:21 | chandankumar | grenade patch adds devstack grenade upgrade plugin as well as docs around grenade how to run it locally https://review.opendev.org/c/openstack/cyborg/+/979802/20/devstack/upgrade/README.rst | |
| 14:17:12 | chandankumar | It also adds two zuul grenade job to test N-2 to N and N-1 to N upgrade release | |
| 14:17:37 | chandankumar | I need some feedback on this, thank you! | |
| 14:18:27 | rlandy | any more reviews? | |
| 14:19:41 | rlandy | ok - moving on ... | |
| 14:19:57 | rlandy | #topic: Bugs | |
| 14:20:16 | rlandy | there are three listed for consideration: | |
| 14:20:36 | rlandy | #link: https://bugs.launchpad.net/openstack-cyborg/+bug/1955707 data connection lost | |
| 14:21:15 | rlandy | maybe this was a carry over from last week's meeting? | |
| 14:21:29 | chandankumar | rlandy: yes, we moved it from last meeting | |
| 14:21:38 | rlandy | ack | |
| 14:21:45 | rlandy | ok - picking up the discussion ... | |
| 14:22:06 | rlandy | this is New, Undecided | |
| 14:23:32 | rlandy | do we have a way or reproducing, confirming this? | |
| 14:23:50 | jgilaber | not that I know of | |
| 14:24:02 | jgilaber | this seems to be using some modem with a pci interface | |
| 14:24:18 | rlandy | ack | |
| 14:24:53 | rlandy | no comment since 2021 | |
| 14:25:27 | jgilaber | for now I think it would be ok to mark it incomplete and maybe revisit in the future | |
| 14:25:33 | chandankumar | +1 | |
| 14:25:44 | rlandy | Incomplete unless the reporter can reconfirm the problem still exists with current versions? | |
| 14:26:19 | chandankumar | yup sounds good | |
| 14:26:58 | rlandy | done | |
| 14:27:00 | rlandy | next | |
| 14:27:04 | jgilaber | yes, and cofirmation that the issue is related to cyborg and other other environmental factors | |
| 14:27:31 | rlandy | #link: https://bugs.launchpad.net/openstack-cyborg/+bug/2011754 accelerators not reconnected to vm after host reboots | |
| 14:28:19 | rlandy | This might be something we may want to keep open until we are at a point we can reverify | |