opendevreview | Vanou Ishii proposed openstack/ironic master: Deal with iRMC virtual media incompatibility https://review.opendev.org/c/openstack/ironic/+/823790 | 00:46 |
---|---|---|
opendevreview | Vanou Ishii proposed openstack/ironic master: Deal with iRMC virtual media incompatibility https://review.opendev.org/c/openstack/ironic/+/823790 | 00:50 |
opendevreview | Harald Jensås proposed openstack/ironic-python-agent-builder master: dhcp-all-interfaces: let NetworkManager doit. https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/825986 | 01:00 |
opendevreview | Vanou Ishii proposed openstack/ironic master: Deal with iRMC virtual media incompatibility https://review.opendev.org/c/openstack/ironic/+/823790 | 01:07 |
*** melwitt is now known as Guest344 | 02:26 | |
opendevreview | chandan kumar proposed openstack/ironic-python-agent-builder stable/wallaby: [DNM] testing dib-centos9 experimental job https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/824136 | 03:02 |
opendevreview | chandan kumar proposed openstack/ironic-python-agent-builder stable/wallaby: [DNM] testing dib-centos9 experimental job https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/824136 | 03:40 |
opendevreview | chandan kumar proposed openstack/ironic-python-agent-builder master: Added element to enable RDO deps repo to install sysbench https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/825313 | 03:49 |
opendevreview | Harald Jensås proposed openstack/ironic-python-agent-builder master: dhcp-all-interfaces: let NetworkManager doit. https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/825986 | 07:00 |
opendevreview | Harald Jensås proposed openstack/ironic-python-agent-builder master: dhcp-all-interfaces: let NetworkManager doit. https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/825986 | 07:02 |
arne_wiebalck | Good morning, Ironic! | 07:26 |
rpittau | good morning ironic! o/ | 08:21 |
arne_wiebalck | hey rpittau o/ | 08:29 |
rpittau | hey arne_wiebalck :) | 08:29 |
opendevreview | Arne Wiebalck proposed openstack/ironic-python-agent master: [WIP] SoftwareRAID: Use efibootmgr (and drop grub2-install) https://review.opendev.org/c/openstack/ironic-python-agent/+/826026 | 08:30 |
arne_wiebalck | dtantsur: this ^^ is a forward patch of the one I tested in Wallaby (w/ and w/o RAID, on centos7 and stream8) | 08:31 |
arne_wiebalck | dtantsur: there is one or two things to discuss about it, so if you a moment later, let me know | 08:32 |
dtantsur | good morning folks | 09:35 |
dtantsur | arne_wiebalck: yeah, sure | 09:35 |
arne_wiebalck | good morning, dtantsur | 09:50 |
dtantsur | arne_wiebalck: I'd rather not change label to include "Ironic". why do you need that? | 09:56 |
arne_wiebalck | dtantsur: there are 2 reasons | 09:57 |
arne_wiebalck | dtantsur: one is we need to have unique labels per entry, otherwise we remove what we just added | 09:57 |
arne_wiebalck | dtantsur: the second one is to make clear "who" created the entry | 09:58 |
dtantsur | I quite strongly disagree with the 2nd one. It's not about "who created", it's about "what is booted" | 09:58 |
dtantsur | so it's centos, not ironic that is booted | 09:58 |
arne_wiebalck | dtantsur: on my boxes I see "CentOS Linux", but it is not clear Ironic created the entry | 09:58 |
dtantsur | (similarly to how you don't end up with "Anaconda Fedora" or "Kickstart RHEL") | 09:58 |
arne_wiebalck | dtantsur: the "what is booted" stays | 09:59 |
arne_wiebalck | dtantsur: let me show you how it looks like in the end ... | 09:59 |
dtantsur | I'm fine if you add an option with a pattern of labels, so that you can modify it to include Ironic. But I think our default should come from the operating system. Us using "ironic" has led to customer confusion already (and may confuse software like "shim" that relies on labels). | 10:00 |
arne_wiebalck | dtantsur: this is for a non-RAID installation: https://paste.opendev.org/show/812321/ | 10:00 |
dtantsur | could you elaborate on the first reason? isn't it an issue already then? | 10:00 |
arne_wiebalck | dtantsur: on the first reason: we remove entries with the same label, but for RAID we have two ESP (which currently get the same label) | 10:01 |
dtantsur | ah gotcha | 10:01 |
arne_wiebalck | dtantsur: so we create an entry, and then remove it on the call for the 2nd ESP | 10:01 |
dtantsur | okay, I'd rather have something like "CentOS Linux (RAID, part 1)" | 10:01 |
arne_wiebalck | dtantsur: ok | 10:02 |
dtantsur | I feel quite strongly against "Ironic CentOS Linux". We're not in this business, there is enough of RHEL clones out there :D | 10:02 |
arne_wiebalck | dtantsur: :-D | 10:02 |
arne_wiebalck | dtantsur: fair enough | 10:02 |
arne_wiebalck | dtantsur: I will change the ID we pass | 10:03 |
arne_wiebalck | dtantsur: and, yes, this is an issue already | 10:03 |
arne_wiebalck | dtantsur: I just did not realise | 10:03 |
arne_wiebalck | dtantsur: well, I assume it is an issue, I can check | 10:03 |
dtantsur | ++ | 10:03 |
arne_wiebalck | dtantsur: maybe not, since we do not check the labels in case of grub2 | 10:04 |
arne_wiebalck | dtantsur: so, this out of the way, there is a 2nd issue | 10:04 |
arne_wiebalck | dtantsur: we prepare the ESPs *before* checking for valid bootloaders | 10:04 |
arne_wiebalck | dtantsur: if we find none, we return and try grub2 | 10:05 |
arne_wiebalck | dtantsur: and that path will try to prepare the partitions | 10:05 |
arne_wiebalck | dtantsur: not sure this is an issue in practice | 10:06 |
arne_wiebalck | dtantsur: the reason we check the bootloaders only after preparing the partitions is that inside this function we also remove the signature (which does not work when the ESP is mounted) | 10:06 |
dtantsur | arne_wiebalck: isn't it a matter of just passing a flag prepare_copies or something? | 10:06 |
arne_wiebalck | dtantsur: yep, or a flag erase_signature | 10:07 |
dtantsur | I guess we do need to erase the signature on the positive path? | 10:08 |
arne_wiebalck | dtantsur: or mount, check bootloader, umount, prepare, mount | 10:08 |
arne_wiebalck | dtantsur: what is the positive path? | 10:08 |
dtantsur | when grub is not needed | 10:08 |
arne_wiebalck | yes | 10:08 |
dtantsur | yeah, we can do it this way, sounds logical enough | 10:08 |
arne_wiebalck | erasing the signatures avoids mount confusion | 10:09 |
arne_wiebalck | dtantsur: there are several options, wasn't sure which one to go with | 10:09 |
dtantsur | I think the option without new flags (with umount in-between) is the cleanest? I don't have a strong opinion. | 10:10 |
arne_wiebalck | dtantsur: we can have a small "erase_signature" function which we call optionally in prepare_partitions | 10:10 |
arne_wiebalck | dtantsur: ok | 10:10 |
arne_wiebalck | dtantsur: I think these were the two points I wanted to discuss. | 10:18 |
dtantsur | cool, thanks for handling this | 10:18 |
arne_wiebalck | dtantsur: if things look otherwise ok to you, I will go ahead a polish the commit | 10:18 |
arne_wiebalck | dtantsur: less complicated than I thought (not sure I just said this!) | 10:18 |
dtantsur | arne_wiebalck: :D at a quick glance everything else looks okay. I'll look deeper later. | 10:19 |
arne_wiebalck | dtantsur: sure, let me polish things, add tests, a reno, ... | 10:20 |
opendevreview | Merged openstack/ironic stable/victoria: Remove redfish cache entry upon errors https://review.opendev.org/c/openstack/ironic/+/820934 | 11:32 |
Dhuldev_Valekar | iurgregory: Hi GM, just want to discuss few things related to ironic tempest test case failure for basic introspection scenario, can you please let me know your availability for discussion over call? | 11:43 |
opendevreview | Merged openstack/ironic stable/xena: Remove redfish cache entry upon errors https://review.opendev.org/c/openstack/ironic/+/820588 | 11:53 |
arne_wiebalck | dtantsur: https://paste.opendev.org/show/812322/ | 13:06 |
dtantsur | arne_wiebalck: this is much nicer IMO | 13:06 |
arne_wiebalck | dtantsur: ++ | 13:07 |
arne_wiebalck | dtantsur: grub2-install'ed machines do not seem to be affected by the cleanup | 13:21 |
arne_wiebalck | dtantsur: so, we seem to be good. | 13:21 |
*** rcastillo|out is now known as rcastillo|rover | 14:09 | |
TheJulia | good morning | 14:30 |
dtantsur | morning TheJulia | 14:40 |
opendevreview | Merged openstack/ironic master: Migrates docs from wiki https://review.opendev.org/c/openstack/ironic/+/824808 | 14:51 |
TheJulia | feels like I've made lots of progress in eliminating the wiki recently, but friday I mainly moved board meeting notes to a new wiki | 14:55 |
dtantsur | ++ | 14:57 |
*** Guest295 is now known as dansmith | 14:58 | |
dtantsur | bm.get('/v1/nodes?limit=1&associated=false').json()['next'] | 15:47 |
dtantsur | 'http://192.168.122.1:6385/v1/None?sort_key=id&sort_dir=asc&fields=instance_uuid,maintenance,power_state,provision_state,uuid,name&limit=1&marker=4e41df61-84b1-5856-bfb6-6b5f2cd3dd11' | 15:47 |
dtantsur | this looks really bad. really. | 15:47 |
* TheJulia blinks | 15:47 | |
dtantsur | and I'm not even talking about fields that should arguably not be there | 15:47 |
TheJulia | those are the default non-detailed fields | 15:48 |
dtantsur | yeah, I understand. yet. | 15:48 |
TheJulia | yeah | 15:48 |
TheJulia | I'm more concerned about None | 15:48 |
dtantsur | much more :) | 15:48 |
TheJulia | the rest just looks ugly | 15:48 |
TheJulia | limit1, and marker make sense | 15:49 |
dtantsur | right. and associated should be there as well, see https://storyboard.openstack.org/#!/story/1718726 | 15:49 |
TheJulia | where did associated go | 15:49 |
dtantsur | (I was reproducing this bug when hit the None problem) | 15:49 |
TheJulia | fun | 15:51 |
dtantsur | may take a look after the meeting | 15:52 |
* TheJulia wonders how many folks are actually here | 15:52 | |
dtantsur | Iury on PTO, judging by Twitter | 15:53 |
TheJulia | Yeah, I saw the one with the tip of the surf board | 15:53 |
dtantsur | yep :) | 15:53 |
dtantsur | Arne and Riccardo should be here | 15:53 |
dtantsur | btw, we've accumulated a fair amount of merged xena patches | 15:54 |
dtantsur | we should consider a series of releases | 15:54 |
TheJulia | Yeah | 15:54 |
TheJulia | #startmeeting ironic | 16:00 |
opendevmeet | Meeting started Mon Jan 24 16:00:25 2022 UTC and is due to finish in 60 minutes. The chair is TheJulia. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:00 |
opendevmeet | The meeting name has been set to 'ironic' | 16:00 |
TheJulia | o/ | 16:00 |
rpittau | o/ | 16:00 |
arne_wiebalck | o/ | 16:00 |
* TheJulia wonders if we have quorum today | 16:00 | |
dtantsur | o/ | 16:00 |
rloo | o/ | 16:00 |
rpioso | o/ | 16:00 |
TheJulia | Starting to look like we kind of do :) | 16:00 |
TheJulia | Give it another minute I guess | 16:01 |
erbarr | o/ | 16:01 |
TheJulia | Okay, well, our agenda this week is fairly bare bones | 16:02 |
ajya | o/ | 16:02 |
TheJulia | #link https://wiki.openstack.org/wiki/Meetings/Ironic#Agenda_for_next_meeting | 16:02 |
TheJulia | #topic Announcements / Reminders | 16:02 |
TheJulia | #info CFP for the OpenInfra Summit Berlin 2022 is presently open until I believe the end of the first week in Febuary. | 16:03 |
TheJulia | #link https://cfp.openinfra.dev/app/berlin-2022 | 16:03 |
bfournie | o/ | 16:03 |
TheJulia | #info The TC is seeking nominations on release naming which is still open for a few more hours | 16:04 |
TheJulia | #link http://lists.openstack.org/pipermail/openstack-discuss/2022-January/026620.html | 16:04 |
TheJulia | Does anyone have anything to announce or remind us of this week? | 16:04 |
TheJulia | I guess not | 16:05 |
TheJulia | #topic Review Action Items for last week | 16:06 |
TheJulia | I believe we only had one action item last week which was Iury to follow-up on Ussuri EM releases. I believe he has done so. | 16:06 |
TheJulia | Moving on! | 16:06 |
TheJulia | #topic Review subteam status reports | 16:07 |
TheJulia | #link https://etherpad.opendev.org/p/IronicWhiteBoard | 16:07 |
TheJulia | Starting at line 62 | 16:08 |
TheJulia | Looks like we're juggling a lot right now | 16:08 |
dtantsur | so true | 16:08 |
dtantsur | (for me it's mostly openshift stuff though :( ) | 16:09 |
TheJulia | I'm not sure there is really much to put down besides no update on a number of items | 16:09 |
TheJulia | Community + bugs for me | 16:09 |
TheJulia | And meetings :( | 16:09 |
TheJulia | Onward? | 16:09 |
dtantsur | yeah | 16:10 |
TheJulia | #topic Deciding on priorities for the coming week | 16:10 |
TheJulia | #link https://review.opendev.org/q/status:open+hashtag:ironic-week-prio | 16:10 |
TheJulia | Do we have anything to add to the priority review list this week? | 16:10 |
ajya | can these be added - https://review.opendev.org/c/openstack/ironic/+/823311 https://review.opendev.org/c/openstack/ironic/+/823312 ? | 16:10 |
dtantsur | I only have https://review.opendev.org/c/openstack/ironic/+/825544 | 16:11 |
TheJulia | Yeah, I think all of those can | 16:11 |
TheJulia | ajya: if you want, you should be able to add the hashtag to them | 16:11 |
ajya | ok | 16:12 |
TheJulia | It seems I'm not signed into gerrit :\ | 16:12 |
TheJulia | Anything else? | 16:13 |
TheJulia | Very well then. | 16:14 |
TheJulia | We have no discussion topics, so a brief stop over at the Baremetal SIG first | 16:14 |
TheJulia | #topic Baremetal SIG | 16:14 |
arne_wiebalck | Nothing really (apart from we should start the prep for Feb 8) | 16:15 |
TheJulia | #info Nobodycam and I are our next volunteers to discuss scaling. I expect we'll begin a slide deck this week in an attempt to gather thoughts/ideas. If anyone has any questions or thinks of specific topics to cover, then please let us know | 16:15 |
TheJulia | arne_wiebalck: ++ | 16:15 |
TheJulia | So, onward I guess! | 16:15 |
arne_wiebalck | yes | 16:15 |
dtantsur | nice! | 16:15 |
TheJulia | #topic Open Discussion | 16:15 |
TheJulia | Anything to discuss this week? Are we taking over the world appropriately? Should we buy purple paint this week? | 16:16 |
TheJulia | And yes, yellow for the accents, as I believe that was the agreed upon color | 16:16 |
TheJulia | :) | 16:16 |
dtantsur | :) | 16:16 |
dtantsur | who wants to request xena releases? | 16:16 |
TheJulia | volunteers?! | 16:17 |
dtantsur | I can do it | 16:17 |
* TheJulia hears that echoing in the room | 16:17 | |
TheJulia | you sure? | 16:17 |
rpittau | I could as well, if help needed | 16:18 |
TheJulia | I could try to commit to doing so, but I got very little time heads down last week | 16:18 |
TheJulia | :( | 16:18 |
dtantsur | now we have 3 volunteers :) rpittau, if you have enough time today, go ahead | 16:18 |
*** Guest344 is now known as melwitt | 16:18 | |
TheJulia | \o/ | 16:19 |
dtantsur | we have so many bugs from like 2020 that need triaging | 16:19 |
rpittau | dtantsur: I can have a look after the meeting | 16:19 |
dtantsur | and some of them even seem valid... | 16:19 |
dtantsur | thx! | 16:19 |
TheJulia | So onward? | 16:19 |
dtantsur | always onward! | 16:19 |
TheJulia | #topic Decide who is going to run our next meeting | 16:19 |
TheJulia | I volunteer Iury ;) | 16:20 |
dtantsur | Iury++ assuming he is back | 16:20 |
TheJulia | And if all else fails I can run it next week | 16:20 |
TheJulia | yeah | 16:20 |
rpittau | :D | 16:20 |
TheJulia | Okay, well, Thanks everyone! | 16:21 |
dtantsur | thank you! | 16:21 |
arne_wiebalck | thanks TheJulia | 16:21 |
rpittau | thanks! | 16:21 |
TheJulia | #endmeeting | 16:21 |
opendevmeet | Meeting ended Mon Jan 24 16:21:39 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:21 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/ironic/2022/ironic.2022-01-24-16.00.html | 16:21 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/ironic/2022/ironic.2022-01-24-16.00.txt | 16:21 |
opendevmeet | Log: https://meetings.opendev.org/meetings/ironic/2022/ironic.2022-01-24-16.00.log.html | 16:21 |
dtantsur | folks, https://review.opendev.org/c/openstack/ironic-specs/+/808804/ is long but easy reading, and needs a 2nd +2 | 16:21 |
rpittau | dtantsur, TheJulia, before releasing ironic I think we should merge https://review.opendev.org/c/openstack/ironic/+/824881 | 16:29 |
dtantsur | fair, +2 | 16:37 |
rpittau | probably not worth to release inspector and sushy, or others except bifrost and ipa | 16:40 |
rpittau | proposed the 2 and waiting for the merge in ironic | 16:42 |
NobodyCam | Good Morning Ironic'ers happy Monday | 16:47 |
rpittau | hey NobodyCam :) | 17:03 |
rpittau | and good night! o/ | 17:03 |
NobodyCam | hey hey rpittau have a great night | 17:04 |
dtantsur | morning NobodyCam | 17:06 |
dtantsur | TheJulia: I suspect the None issue has been fixed by https://review.opendev.org/c/openstack/ironic/+/824190 and others | 17:06 |
dtantsur | (my bifrost didn't have it) | 17:06 |
NobodyCam | Hey hey dtantsur o/ | 17:06 |
TheJulia | dtantsur: ahh, yeah, I had a feeling that was related | 17:07 |
dtantsur | but I suspect it's not fixed everywhere, I wonder if there are more patches to make or to merge? | 17:09 |
dtantsur | arne_wiebalck: you only fixed resource_url in nodes, ports and port groups, right? | 17:10 |
TheJulia | dtantsur: AFAIK that is correct | 17:11 |
TheJulia | well, those locations | 17:11 |
dtantsur | okie, I'll check the others | 17:11 |
TheJulia | I didn't see other areas | 17:11 |
TheJulia | well, patches for other areas | 17:11 |
arne_wiebalck | dtantsur: yes, correct ... are there more? | 17:13 |
dtantsur | arne_wiebalck: I assume all other resources have pagination | 17:13 |
dtantsur | I'm on it | 17:14 |
arne_wiebalck | dtantsur: thanks! | 17:14 |
arne_wiebalck | dtantsur: hmm, yeah, I think I fixed only those I found during testing | 17:14 |
opendevreview | Arne Wiebalck proposed openstack/ironic-python-agent master: [WIP] SoftwareRAID: Use efibootmgr (and drop grub2-install) https://review.opendev.org/c/openstack/ironic-python-agent/+/826026 | 17:15 |
arne_wiebalck | dtantsur: TheJulia: ^^ s/w RAID with efibootmgr if you want to have a look | 17:16 |
arne_wiebalck | tested on a Wallaby backport, missing a test for s/w RAID, but I thought it might be better if you spot missing pieces before I spent time on a test I have to redo later :) | 17:17 |
TheJulia | arne_wiebalck: okay, I'll try to look actually here in a little bit | 17:20 |
sdanni | Hi! I'm looking into backup and resetting idrac after a node is returned from lessees. I wonder does "import and export configuration" steps include idrac settings? https://docs.openstack.org/ironic/latest/admin/drivers/idrac.html#import-and-export-configuration | 17:23 |
arne_wiebalck | TheJulia: thanks! dtantsur had already a sneak preview earlier today :) | 17:24 |
dtantsur | ugh, node history does have a few issues | 17:31 |
TheJulia | dtantsur: not entirely suprprising given how much free time I have :( | 18:02 |
dtantsur | I can imagine | 18:05 |
*** sshnaidm is now known as sshnaidm|afk | 18:05 | |
* TheJulia gets a meeting invite in and has no idea what it is talking about | 18:05 | |
dtantsur | TheJulia: this is a perfect reason to put your corgi on the table, put a headset on him and hide | 18:06 |
TheJulia | lol | 18:06 |
arne_wiebalck | dtantsur: :-D | 18:07 |
arne_wiebalck | bye everyone, see you tomorrow o/ | 18:07 |
dtantsur | c u arne_wiebalck | 18:07 |
opendevreview | Dmitry Tantsur proposed openstack/ironic master: Fix resource_url in the remaining resources https://review.opendev.org/c/openstack/ironic/+/826143 | 18:11 |
dtantsur | TheJulia, arne_wiebalck ^^^ | 18:11 |
dtantsur | see you tomorrow | 18:26 |
TheJulia | o/ | 18:30 |
opendevreview | Merged openstack/ironic stable/xena: Fix validating input for redfish update_firmware https://review.opendev.org/c/openstack/ironic/+/824881 | 18:54 |
*** melwitt is now known as Guest440 | 19:54 | |
*** sdanni_ is now known as sdanni | 20:14 | |
*** melwitt_ is now known as melwitt | 20:55 | |
*** melwitt is now known as Guest450 | 20:59 | |
-opendevstatus- NOTICE: review.opendev.org will have a few short outages over the next few hours (beginning 22:00 UTC) while we rename projects and then upgrade to Gerrit 3.4. See https://lists.opendev.org/pipermail/service-announce/2022-January/000030.html for details. | 21:04 | |
*** melwitt_ is now known as melwitt | 21:05 | |
*** melwitt is now known as Guest451 | 21:07 | |
*** Guest451 is now known as melwitt | 21:10 | |
TheJulia | stevebaker[m] you mentioned when we spoke you had a few things you need me to review | 21:10 |
stevebaker[m] | TheJulia: thanks, this one would be good https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/825400 | 21:11 |
TheJulia | stevebaker[m]: did you verify that pip version was available during wallaby? :) | 21:13 |
TheJulia | stevebaker[m]: I'd almost change the release note to indicate this fixes it... kind of ;)( | 21:14 |
TheJulia | err ;) | 21:14 |
stevebaker[m] | TheJulia: not yet, I guess I'll find out when it gets backported. I'm not clear why there is an explicit pip version at all | 21:14 |
* TheJulia looks it up real quick | 21:14 | |
TheJulia | october 21, 2021 | 21:15 |
TheJulia | Maybe more reason to s/upgrades/fixes/ | 21:16 |
TheJulia | stevebaker[m]: done | 21:17 |
stevebaker[m] | TheJulia: awesome thainks | 21:18 |
stevebaker[m] | TheJulia: oh landing this would be useful also https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/825411/7 | 21:19 |
TheJulia | done | 21:20 |
TheJulia | stevebaker[m]: https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/823365 | 21:27 |
stevebaker[m] | TheJulia: the depends-on in that change will be replaced with the python2 removal backport. I think I should remove the depends-on and then land 823365? | 21:29 |
TheJulia | Likely a good idea | 21:30 |
TheJulia | Didn’t think of the dependency | 21:30 |
TheJulia | I'm going to lay down for a little bit and maybe eat some lunch | 21:32 |
opendevreview | Steve Baker proposed openstack/ironic-python-agent-builder stable/wallaby: Preliminary work to support CentOS 9 Stream https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/823365 | 21:32 |
-opendevstatus- NOTICE: The review.opendev.org maintenance work is beginning now. Expect Gerrit outages over the next couple of hours. See https://lists.opendev.org/pipermail/service-announce/2022-January/000030.html for details. | 22:01 | |
*** melwitt is now known as Guest456 | 22:04 | |
*** Guest456 is now known as melwitt | 22:12 | |
*** melwitt is now known as Guest458 | 22:13 | |
*** Guest458 is now known as melwitt | 22:15 | |
opendevreview | Merged openstack/ironic-python-agent-builder master: Remove centos7 job, python2 support https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/825400 | 22:33 |
opendevreview | Petros Petrou proposed openstack/sushy-tools master: VMware vSphere Systems Resource Driver https://review.opendev.org/c/openstack/sushy-tools/+/825978 | 22:54 |
opendevreview | Julia Kreger proposed openstack/ironic-tempest-plugin master: WIP: An idea for rbac positive/negative testing https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/819165 | 23:10 |
opendevreview | Steve Baker proposed openstack/ironic-python-agent-builder stable/xena: Remove centos7 job, python2 support https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/826197 | 23:33 |
opendevreview | Steve Baker proposed openstack/ironic-python-agent-builder stable/xena: Move centos9 jobs from experimental to check https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/826198 | 23:33 |
opendevreview | Steve Baker proposed openstack/ironic-python-agent-builder stable/wallaby: Remove centos7 job, python2 support https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/826199 | 23:36 |
opendevreview | Steve Baker proposed openstack/ironic-python-agent-builder stable/wallaby: Move centos9 jobs from experimental to check https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/826200 | 23:36 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!