opendevreview | Ghanshyam proposed openstack/ironic master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/ironic/+/819229 | 02:01 |
---|---|---|
opendevreview | Ghanshyam proposed openstack/ironic-inspector master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/ironic-inspector/+/819230 | 02:01 |
opendevreview | Ghanshyam proposed openstack/ironic-prometheus-exporter master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/ironic-prometheus-exporter/+/819231 | 02:01 |
opendevreview | Ghanshyam proposed openstack/ironic-lib master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/ironic-lib/+/819232 | 02:01 |
opendevreview | Ghanshyam proposed openstack/metalsmith master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/metalsmith/+/819235 | 02:07 |
opendevreview | Ghanshyam proposed openstack/networking-generic-switch master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/networking-generic-switch/+/819236 | 02:07 |
opendevreview | Ghanshyam proposed openstack/ironic-python-agent master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/ironic-python-agent/+/819237 | 02:07 |
opendevreview | Ghanshyam proposed openstack/python-ironic-inspector-client master: Updating python testing as per Yoga testing runtime https://review.opendev.org/c/openstack/python-ironic-inspector-client/+/819239 | 02:17 |
opendevreview | Ghanshyam proposed openstack/networking-baremetal master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/networking-baremetal/+/819240 | 02:17 |
opendevreview | Ghanshyam proposed openstack/python-ironicclient master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/python-ironicclient/+/819241 | 02:17 |
opendevreview | Ghanshyam proposed openstack/sushy master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/sushy/+/819242 | 02:17 |
opendevreview | Ghanshyam proposed openstack/sushy-tools master: Test all supported python version https://review.opendev.org/c/openstack/sushy-tools/+/819243 | 02:25 |
opendevreview | Ghanshyam proposed openstack/virtualbmc master: Test all supported python version https://review.opendev.org/c/openstack/virtualbmc/+/819244 | 02:25 |
opendevreview | Ghanshyam proposed openstack/tenks master: Test all supported python version https://review.opendev.org/c/openstack/tenks/+/819245 | 02:25 |
stevebaker[m] | TheJulia: oh, on centos /boot/efi is mounted with umask=0077 so only root can read shim/grub. This is a problem for ironic-conductor loader_file_paths | 02:43 |
*** tkajinam is now known as Guest6741 | 06:15 | |
opendevreview | Michal Nasiadka proposed openstack/ironic-python-agent master: Add LVM based image support to MD scenario https://review.opendev.org/c/openstack/ironic-python-agent/+/816685 | 06:45 |
opendevreview | Michal Nasiadka proposed openstack/ironic-python-agent master: Add LVM based image support to MD scenario https://review.opendev.org/c/openstack/ironic-python-agent/+/816685 | 06:47 |
rpittau | good morning ironic! o/ | 06:51 |
iurygregory | good morning rpittau and Ironic o/ | 07:31 |
rpittau | hey iurygregory :) | 07:31 |
iurygregory | I'm wondering if we really need to run the functional tests in 3.9 https://review.opendev.org/c/openstack/python-ironic-inspector-client/+/819239 thoughts? | 07:35 |
opendevreview | Merged openstack/networking-baremetal master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/networking-baremetal/+/819240 | 07:45 |
arne_wiebalck | Good morning rpittau iurygregory and Ironic! | 07:45 |
rpittau | hey arne_wiebalck :) | 07:45 |
opendevreview | Merged openstack/networking-generic-switch master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/networking-generic-switch/+/819236 | 07:46 |
iurygregory | hey arne_wiebalck o/ | 07:46 |
opendevreview | Merged openstack/ironic master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/ironic/+/819229 | 07:52 |
opendevreview | Merged openstack/ironic-inspector master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/ironic-inspector/+/819230 | 07:52 |
opendevreview | Merged openstack/ironic-lib master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/ironic-lib/+/819232 | 07:52 |
opendevreview | Merged openstack/ironic-prometheus-exporter master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/ironic-prometheus-exporter/+/819231 | 07:52 |
rpittau | mmm weird it seems like the latest ironic-lib broke ipa, or it was broken even before but we didn't realize it because there was no keyword argument | 08:33 |
dtantsur | morning folks | 08:36 |
rpittau | good morning dtantsur :) | 08:36 |
dtantsur | rpittau: any reference? also, hmm, why didn't the CI job catch it | 08:36 |
rpittau | dtantsur: it's "just" unit tests https://review.opendev.org/c/openstack/ironic-python-agent/+/819237 | 08:37 |
rpittau | I tested on py36 and py37 too, same result | 08:37 |
rpittau | also if we change and add run_as_root=True it gives the same erro but for the run_as_root argument | 08:38 |
dtantsur | ugh | 08:38 |
dtantsur | well, okay, I suspect we may be doing something nasty in unit tests | 08:38 |
dtantsur | why is it lambda, not a mock? | 08:38 |
iurygregory | yeah, I'm getting TypeError: <lambda>() got an unexpected keyword argument 'sparse_size' | 08:40 |
dtantsur | meanwhile, the enum craziness is coming to its end: I think https://review.opendev.org/c/openstack/sushy/+/819097 and https://review.opendev.org/c/openstack/sushy/+/819099 are the last two patches before I can clean everything up and write a release note (and fix any fallout in ironic) | 08:50 |
opendevreview | Dmitry Tantsur proposed openstack/ironic master: Do not assume sushy constants are strings - part 2 https://review.opendev.org/c/openstack/ironic/+/819269 | 08:59 |
dtantsur | and this is the fallout ^^^ | 08:59 |
opendevreview | Dmitry Tantsur proposed openstack/ironic master: Add a unit test job with Sushy from source https://review.opendev.org/c/openstack/ironic/+/818553 | 09:00 |
opendevreview | Mark Goddard proposed openstack/tenks master: Test all supported python version https://review.opendev.org/c/openstack/tenks/+/819245 | 09:10 |
dtantsur | rpittau, iurygregory, is anybody looking into the failing tests or should I? | 09:38 |
iurygregory | dtantsur, I'm testing a few things locally, but no luck yet | 09:39 |
rpittau | dtantsur: sorry I was taken by other stuff downstream | 09:39 |
dtantsur | iurygregory: in RealFilePartitioningTestCase we should either get rid of lambdas or use lambda _*, _**: ... | 09:41 |
dtantsur | line 1105 is the culprit | 09:41 |
dtantsur | using a Mock is probably more reasonable | 09:41 |
iurygregory | so, remove the lambda and set to autospec and mock things right? | 09:43 |
arne_wiebalck | There is no way to check an active node via, say, the cleaning framework to do a quick CPU burn-in, right? This is what we do manually at the moment after a CPU replacement (boot into a live image & run stress-ng manually). Would be great Ironic for this. | 09:46 |
dtantsur | iurygregory: a light version would be to literally replace a lambda with a mock.Mock (or MagicMock? I don't remember which is callable) | 09:46 |
iurygregory | ok let me try this here | 09:47 |
arne_wiebalck | *to use | 09:47 |
dtantsur | arne_wiebalck: we have toyed with the idea of "active steps", but nobody volunteered to do the heavy lifting | 09:47 |
arne_wiebalck | dtantsur: thanks, is there a spec or something? | 09:48 |
dtantsur | arne_wiebalck: a spec is the first thing to do :) | 09:50 |
arne_wiebalck | dtantsur heh :-D | 09:50 |
dtantsur | technically it shouldn't be hard. there are some policy decisions to make though: do we allow only OOB or also rebooting, etc | 09:51 |
opendevreview | Aija Jauntēva proposed x/sushy-oem-idrac master: Updating yoga tested python versions in classifier https://review.opendev.org/c/x/sushy-oem-idrac/+/819277 | 09:52 |
arne_wiebalck | dtantsur: right, thanks | 09:53 |
iurygregory | dtantsur, thanks for the feedback in the yoga themes =) | 10:00 |
dtantsur | sure thing | 10:01 |
iurygregory | for sure mock is something magic... I've changed (disk_utils, 'convert_image', lambda *_: None) to (disk_utils, 'convert_image', autospec=True) added the mock param in the tests -> Green O.o | 10:03 |
opendevreview | Michal Nasiadka proposed openstack/ironic-python-agent master: Add LVM based image support to MD scenario https://review.opendev.org/c/openstack/ironic-python-agent/+/816685 | 10:03 |
iurygregory | let's see what CI will say | 10:05 |
dtantsur | well, lambda *_ only accepts positional arguments, while ironic-lib uses keyword ones | 10:07 |
dtantsur | Mock does not care | 10:07 |
opendevreview | Iury Gregory Melo Ferreira proposed openstack/ironic-python-agent master: Fix unit tests in RealFilePartitioningTestCase https://review.opendev.org/c/openstack/ironic-python-agent/+/819283 | 10:07 |
iurygregory | yeah | 10:07 |
iurygregory | using *_, **__ would also solve the problem (at least it worked locally) | 10:08 |
dtantsur | yeah, but using mocks is probably a more natural thing | 10:09 |
iurygregory | ++ | 10:09 |
iurygregory | going to review the enum patches in sushy now | 10:09 |
dtantsur | iurygregory: I wonder if we should convert all instances of lambda to future-proof oursevles | 10:09 |
dtantsur | (and to use autospec) | 10:09 |
iurygregory | I can do that | 10:09 |
opendevreview | Iury Gregory Melo Ferreira proposed openstack/ironic-python-agent master: Get rid of lambda in RealFilePartitioningTestCase https://review.opendev.org/c/openstack/ironic-python-agent/+/819283 | 10:24 |
iurygregory | dtantsur, done ^ | 10:24 |
dtantsur | thx! | 10:24 |
ajya | Hi dtantsur , virtual media boot has been fixed in iDRAC since 4.40.10.00 (released spring '21). Could the restriction be loosen up based on firmware_version to allow use it with >= 4.40.10.00 iDRACs? https://opendev.org/openstack/ironic/src/branch/master/ironic/drivers/modules/redfish/boot.py#L415 | 11:43 |
dtantsur | w000t! | 12:06 |
dtantsur | ajya: yeah, I'm all for it. wanna propose a patch (especially if you have hardware to test it)? | 12:07 |
opendevreview | Merged openstack/sushy master: Migrate Fabric to enums https://review.opendev.org/c/openstack/sushy/+/819097 | 12:09 |
dtantsur | ajya: we may need to start somehow caching the firmware version to avoid querying it inside of the validation code.. or just move this validations to prepare_ramdisk where all information is available. | 12:09 |
opendevreview | Merged openstack/ironic master: Enable iPXE boot interface by default https://review.opendev.org/c/openstack/ironic/+/816824 | 12:11 |
plundra | Hello | 12:16 |
plundra | By your relation to Sushy, is why I'm asking so bare with me. Does anyone know what the redfish endpoints are for the Multi Node stuff on Supermicro's BigTwin machines? | 12:17 |
dtantsur | unfortunately, I'm familiar with neither Multi Node nor BigTwin | 12:19 |
dtantsur | timeu: does it ring any bells? | 12:19 |
timeu | hmm we do have some SuperMicro but haven't used them with Redfish only Lenovo server/blades | 12:21 |
timeu | also definately not BigTwin machines | 12:21 |
dtantsur | then sorry, I might have confused you with someone else :) | 12:22 |
hgy | Sorry, I'm not familiar with it | 12:25 |
hgy | too | 12:25 |
opendevreview | Merged openstack/sushy master: Migrate System Network to enums https://review.opendev.org/c/openstack/sushy/+/819099 | 12:25 |
ajya | dtantsur: ok, will take a look and propose a patch | 12:26 |
dtantsur | ++ | 12:27 |
opendevreview | Dmitry Tantsur proposed openstack/sushy master: Finalize the enum migration https://review.opendev.org/c/openstack/sushy/+/819309 | 12:41 |
dtantsur | this change adds the release note ^^^ feedback really appreciated | 12:41 |
hgy | Hello, sorry to bother | 12:48 |
hgy | Could I ask a question? | 12:48 |
hgy | I was configure network for Ironic via https://docs.openstack.org/ironic/victoria/install/configure-networking.html | 12:51 |
hgy | But before I add nic to ovs-bridge, network down, even if I had move IP to ovs-bridge | 12:52 |
hgy | I coundn't ping gateway and external network | 12:53 |
hgy | My operations like this: https://paste.opendev.org/show/811281/ | 12:53 |
dtantsur | I'm not really familiar with these things, maybe mgoddard or hjensas_ could help? | 13:05 |
hgy | dtantsur: love you, dtantsur | 13:06 |
* hjensas_ looks | 13:08 | |
hjensas_ | hgy: I'm spoiled with deployment tooling doing this for me. What is the output of 'ip addr show br0', 'ovs-vsctl show', 'ip route'? | 13:13 |
hgy | hjensas_: hey, thank you so much. It's here: https://paste.opendev.org/show/811282/ | 13:16 |
hgy | hjensas_: This is a clean environment. I just did the ovs bridge operation, but I still coundn't connect the network | 13:17 |
hjensas_ | hgy: is ens2 up? 'ip addr show ens2'? Try to bring it up if not. Try tcpdump? Do you see traffic going out ens2 when you try to ping something external on 10.12.21.0/24 | 13:24 |
bkra | has anyone succeeded to boot a PXE deployment image using UEFI Secure boot? | 13:26 |
bkra | or is there more info availble on this? can't seem to find info on this anywhere | 13:31 |
hgy | hjensas_: I'm so appreciate with you. look this: https://paste.opendev.org/show/811283/ | 13:34 |
hgy | hjensas_: I have operated "ens2 up". And tcpdump, but I coun't reach external network, and some messy packets were captured | 13:36 |
hgy | bkra: hey, Do you have an specific report of an error | 13:37 |
hgy | bkra: Community Document is the most detailed info: https://docs.openstack.org/ironic/latest/install/ | 13:39 |
hjensas_ | hgy: the addresses you are pinging is off network, and there is no default route afict from the ip route command. | 13:40 |
hgy | bkra: you can refer to it first, and If you meet specific question, we can talk about it | 13:40 |
hjensas_ | hgy: ip route add default via <IP_of_router_on_10.12.21.0/24> network? | 13:41 |
hgy | bkra: but I'm just a newer, maybe I can just resolve small question. | 13:42 |
hjensas_ | bkra: re secure-boot, thre is some docs here https://docs.openstack.org/ironic/latest/admin/security.html#secure-boot | 13:47 |
opendevreview | Merged openstack/ironic-python-agent master: Get rid of lambda in RealFilePartitioningTestCase https://review.opendev.org/c/openstack/ironic-python-agent/+/819283 | 13:47 |
hjensas_ | bkra: I know some people with knowledge is off-work this week, I'd try asking again on monday. | 13:48 |
hgy | hjensas_: sorry, I didn't set the default dateway. I have set it and the tcpdump is: https://paste.opendev.org/show/811284/ | 13:50 |
hgy | hjensas_: you are really a good people | 13:51 |
hgy | hjensas_: love you | 13:51 |
hjensas_ | hgy: afict the "21:48:44.918123 ARP, Request who-has 10.12.21.1 tell 10.12.21.143, length 28" indicates that your node is sending traffic on to the network. Asking for the MAC address of the gateway. | 13:52 |
bkra | thanks alot guys, gonna look into the property | 13:55 |
hgy | hjensas_: This host is a macvtap(bridge model) virtual machine, maybe this could effect it? | 13:55 |
hjensas_ | hgy: possibly. It is strange I also see ARP requests originating from the gateway - "21:48:30.806370 ARP, Request who-has 10.12.21.63 tell 10.12.21.1, length 46" | 13:57 |
dtantsur | bkra: PXE and secure boot is a pain. you basically need to use grub, which is not something Ironic supports out of box. TheJulia has been playing with it. | 13:57 |
TheJulia | Well, you *also* need a signed grub NetBoot binary | 13:58 |
dtantsur | oh, it's a different one? (good morning TheJulia) | 13:59 |
bkra | dtantsur: That's new for me; So you mean you can use GRUB to handle the PXE process instead of using the NIC Vendor's UEFI/BIOS PXE process? | 13:59 |
TheJulia | Ubuntu ships one, and I think that is it. Some people do ask MSFT to sign ipxe for this purpose, and they have gone on the record saying they will but that requires time and process and a little money | 14:00 |
TheJulia | dtantsur: unfortunately yeah | 14:00 |
TheJulia | Stock grub doesn’t know networking | 14:00 |
hgy | hjensas_: well, thank you so much, I will check it soon. Or switch an environment | 14:00 |
TheJulia | It will start but it won’t know to load confit so you get a grub shell and that is all folks | 14:01 |
dtantsur | unrelated: looking for reviews on https://review.opendev.org/c/openstack/ironic/+/819269 please, it is blocking a sushy release | 14:01 |
TheJulia | Err config | 14:01 |
dtantsur | TheJulia: do you recall if our standard UEFI PXE (not iPXE) procedure is compatible with secure boot (for bkra's question)? | 14:02 |
dtantsur | I mean https://docs.openstack.org/ironic/latest/install/configure-pxe.html#uefi-pxe-grub-setup | 14:02 |
dtantsur | seems like it may be actually | 14:03 |
TheJulia | dtantsur: yes, I believe so. | 14:03 |
dtantsur | okay, bkra, you may try following https://docs.openstack.org/ironic/latest/install/configure-pxe.html#uefi-pxe-grub-setup (not the iPXE guide) | 14:04 |
TheJulia | We even have the I job but I dont think we force the vm into secure boot mode | 14:04 |
TheJulia | Err ci job | 14:04 |
dtantsur | no, I don't think so either | 14:04 |
* TheJulia needs a caffeine in | 14:05 | |
TheJulia | If | 14:07 |
TheJulia | Errr autocorrect | 14:07 |
opendevreview | Merged openstack/tenks master: Test all supported python version https://review.opendev.org/c/openstack/tenks/+/819245 | 14:10 |
bkra | TheJulia: thanks, will do | 14:10 |
* TheJulia resumes cat cuddling | 14:11 | |
opendevreview | Riccardo Pittau proposed openstack/ironic-tempest-plugin master: Update pep8 requirements https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/819319 | 14:13 |
TheJulia | Question of the day: why are corgi’s like neutron stars? | 14:16 |
opendevreview | Riccardo Pittau proposed openstack/ironic-tempest-plugin master: Update jobs for yoga cycle https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/819321 | 14:18 |
dtantsur | TheJulia: because gravity? | 14:19 |
rpittau | TheJulia: in terms of mass? or they spin very fast? :) | 14:19 |
TheJulia | Mass | 14:19 |
TheJulia | They can spin too, but are not sitting on my leg then | 14:20 |
rpittau | :D | 14:21 |
dtantsur | just imagine corgis SPINNING on your leg :D | 14:22 |
TheJulia | Eeek | 14:22 |
bkra | Do you have to specify boot_mode:uefi before IPA installs the deployment image? My Dell server still doesn't recognize any UEFI filesystems :-( | 14:40 |
bkra | Could it be that I have to instruct DIB to create UEFI specfic files for my deployment image? | 14:41 |
bkra | nvm i think i forgot to specify block-device-efi | 14:45 |
dtantsur | both :) | 14:45 |
arne_wiebalck | TheJulia: this one stems back from when Belmiro had a look: https://bugs.launchpad.net/nova/+bug/1933955 | 14:56 |
arne_wiebalck | TheJulia: you even commented back then :) | 14:56 |
TheJulia | arne_wiebalck: that is an easy one to fix | 14:58 |
TheJulia | I likely can't slip it into my current change https://review.opendev.org/c/openstack/nova/+/813897 ;) | 14:58 |
TheJulia | I'd have to retitle it "fix all the problems!" | 14:58 |
arne_wiebalck | heh: the ultimate patch! | 14:59 |
TheJulia | bkra: that is weird... | 14:59 |
TheJulia | so... it *shouldn't* need to scan the filesystems, we inject the UEFI nvram entry. Does it not find what is defined on the uefi nvram entry? of course,, yeah, you do need that if your doing a dib image :) | 14:59 |
rloo | hi dtantsur, I've got a question about configdrives in ironic. Puzzled by this method check_allow_configdrive: https://opendev.org/openstack/ironic/src/branch/master/ironic/api/controllers/v1/utils.py#L967. I'm not sure that works if the configdrive is gzipped, base64-encoded (which is what nova is passing to ironic) | 15:17 |
dtantsur | rloo: I think this is not called for gzipped configdrives | 15:18 |
rloo | (someone downstream said they were having issues with ironic wrt configdrives, so I'm looking through the code cuz I don't have access to their cluster right now) | 15:18 |
rloo | it is called from https://opendev.org/openstack/ironic/src/branch/master/ironic/api/controllers/v1/node.py#L1093 | 15:20 |
dtantsur | rloo: maybe the schema allows a string? I don't remember, on a meeting now | 15:21 |
rloo | ok, no worries, i didn't want to spend time trying to reproduce... | 15:22 |
opendevreview | Merged openstack/sushy master: Finalize the enum migration https://review.opendev.org/c/openstack/sushy/+/819309 | 15:23 |
rloo | ah, the schema DOES allow a string. (so it isn't really validating much in that case but is fine...) thx dtantsur! | 15:24 |
opendevreview | Verification of a change to openstack/ironic-tempest-plugin master failed: Move API base out of admin test location https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/819164 | 15:38 |
dtantsur | TheJulia: DIB does not add an EFI partition by default... | 15:45 |
TheJulia | dtyeah, it should | 15:46 |
opendevreview | David Hill proposed openstack/python-ironicclient master: Convert mac addresses to lowercase to avoid mismatch https://review.opendev.org/c/openstack/python-ironicclient/+/819358 | 16:40 |
rpittau | well after some tests I can say that we're definitely not ready to run bifrost on centos 9 stream | 16:51 |
rpittau | we can blame centos 9 though | 16:52 |
dtantsur | mmm? | 16:52 |
rpittau | seems still missing a bunch of stuff | 16:53 |
dtantsur | for example? | 16:54 |
dtantsur | I'm afraid we will have to figure it out sooner or later | 16:54 |
rpittau | epel repo needs to be installed manually, libvirt-devel is missing... | 16:55 |
rpittau | oh definitely we can work around that | 16:55 |
rpittau | oh mmm lsb_release is not maintained anymore | 16:55 |
dtantsur | we probably don't really need lsb_release | 16:56 |
dtantsur | libvirt-devel is really strange | 16:56 |
opendevreview | Michal Nasiadka proposed openstack/ironic-python-agent master: Add LVM based image support to MD scenario https://review.opendev.org/c/openstack/ironic-python-agent/+/816685 | 17:01 |
rpittau | maybe it changed name? but still odd | 17:02 |
rpittau | oh ok... I found it | 17:02 |
dtantsur | where? I'm looking at a stream9 container and cannot see anything | 17:03 |
rpittau | it's in a disabled repo | 17:04 |
dtantsur | \o/ | 17:04 |
dtantsur | I guess it makes sense | 17:04 |
rpittau | :/ | 17:04 |
rpittau | let's try a new run | 17:04 |
dtantsur | hmm, the stream9 image is significantly smaller than stream8 | 17:05 |
dtantsur | this is promising | 17:05 |
rpittau | "Ironic is installed and running" | 17:31 |
rpittau | after fixing a couple of things the installation went through and I'm happy with that for today :) | 17:31 |
dtantsur | woohoo | 17:32 |
dtantsur | any patches to review? | 17:32 |
rpittau | not yet, the nodesets are not ready | 17:32 |
dtantsur | le sigh | 17:32 |
dtantsur | any ETA on that? or just at some point in time? | 17:33 |
rpittau | well, they're there, just not available yet | 17:33 |
dtantsur | Oo | 17:33 |
rpittau | I think we're missing something on zuul side and infra, the definition should be in https://opendev.org/opendev/base-jobs/src/branch/master/zuul.d/nodesets.yaml but it's not | 17:38 |
rpittau | anyway, I have too many tabs open in my brain at the moment, needs to rest, see you tomorrow! o/ | 17:39 |
dtantsur | see you | 17:40 |
dtantsur | I'll probably go get some dinner too | 18:00 |
stevebaker[m] | morning | 19:20 |
arne_wiebalck | hey stevebaker[m] o/ | 19:22 |
opendevreview | Merged openstack/metalsmith master: Updating yoga tested python versions in classifier https://review.opendev.org/c/openstack/metalsmith/+/819235 | 19:23 |
arne_wiebalck | bye everyone o/ | 20:00 |
opendevreview | Steve Baker proposed openstack/ironic master: Write master grub config on startup https://review.opendev.org/c/openstack/ironic/+/815580 | 21:00 |
opendevreview | Steve Baker proposed openstack/ironic master: Capture [pxe]loader_file_paths for distros https://review.opendev.org/c/openstack/ironic/+/815392 | 21:00 |
opendevreview | Steve Baker proposed openstack/ironic master: Remove isfile check from place_loaders_for_boot https://review.opendev.org/c/openstack/ironic/+/819378 | 21:00 |
opendevreview | Steve Baker proposed openstack/bifrost master: Use distro conf loader_file_paths to copy ipxe/grub files https://review.opendev.org/c/openstack/bifrost/+/818709 | 21:00 |
opendevreview | Steve Baker proposed openstack/bifrost master: WIP support grub network boot https://review.opendev.org/c/openstack/bifrost/+/807220 | 21:00 |
opendevreview | Ghanshyam proposed openstack/virtualbmc master: Updating python testing as per Yoga testing runtime https://review.opendev.org/c/openstack/virtualbmc/+/819244 | 21:38 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!