dustymabe changed the topic of #fedora-coreos to: Fedora CoreOS :: Find out more at https://getfedora.org/coreos/ :: Logs at https://libera.irclog.whitequark.org/fedora-coreos
jpn has joined #fedora-coreos
zpytela_ has quit [Remote host closed the connection]
zpytela_ has joined #fedora-coreos
jpn has quit [Ping timeout: 256 seconds]
zpytela_ has quit [Read error: Connection reset by peer]
zpytela_ has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 256 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 265 seconds]
paragan has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 248 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 265 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 256 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
saschagrunert has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 255 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 264 seconds]
jcajka has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 246 seconds]
jpn has joined #fedora-coreos
bgilbert has joined #fedora-coreos
plundra_ is now known as plundr
plundr is now known as plundra
jpn has quit [Quit: Lost terminal]
jpn has joined #fedora-coreos
bagasse has joined #fedora-coreos
bagasse has quit [Quit: Leaving]
bgilbert has quit [Ping timeout: 252 seconds]
jpn has quit [Ping timeout: 265 seconds]
vgoyal has joined #fedora-coreos
jpn has joined #fedora-coreos
nalind has joined #fedora-coreos
nalind has quit [Changing host]
nalind has joined #fedora-coreos
mockgeek is now known as mock
paragan has quit [Quit: Leaving]
mheon has joined #fedora-coreos
jlebon has joined #fedora-coreos
plarsen has joined #fedora-coreos
<dustymabe> cverna: jlebon: maybe we should get this in before we kick off the round of releases?
<cverna> Ah ok, I merged the next promotion PR, but we can add that extra commit if needed.
<cverna> I have not triggered builds yet
<dustymabe> cverna: +1 - you can go ahead and merge and start the build for `stable` if you'd like
<cverna> Sounds good :)
<jlebon> dustymabe: yeah, guess so
<cverna> It is mentioned that it should be disabled on promotion
<dustymabe> cverna: you referring to the comment in that file?
<dustymabe> the snooze line is what gets disabled on promotion and it is commented out :)
<cverna> Ha yeah, somehow missed the comment :D
<cverna> thanks for double checking
saschagrunert has quit [Remote host closed the connection]
<cverna> Hum https://jenkins-fedora-coreos-pipeline.apps.ocp.fedoraproject.org/job/build/ is disabled, it looks like I can't trigger new build. Is that expected?
<dustymabe> cverna: sorry - I had disabled it so we wouldn't get a koji tagger delay failure - it's re-enabled now
<jlebon> cverna: probably dustymabe disabled it to dedicate resources for these releases. i'll let him confirm :)
<jlebon> nice
<cverna> +1
fifofonix has quit [Quit: Textual IRC Client: www.textualapp.com]
<dustymabe> cverna: if you re-run the promotion for testing it will update the existing PR
<dustymabe> and the same for `next` (will create a new PR for that one)
<walters> OK I booted `36.20221106.3.0` to try to quickly investigate https://github.com/okd-project/okd/issues/1475 but...zincati is just saying everything is stable and not updating. I think this is the first time I've tried to debug this "in anger" and figure out what may be going wrong in all the layers here
<dustymabe> cverna: i think if you just remove the label and re-add it to the streams issue it will do the right thing
<cverna> Sounds good, going to try that in a few
jbrooks has quit [Quit: Ex-Chat]
<jlebon> walters: hmm odd, WFM here: https://paste.centos.org/view/d3656a69
<walters> jlebon: I started from 36
<jlebon> walters: where does that image come from?
<jlebon> walters: ahh right. that build was a mistake and never released. so it's not in the update graph
<walters> ah, ok
<walters> thanks!
fifofonix has joined #fedora-coreos
bgilbert has joined #fedora-coreos
dustymabe has quit [Quit: WeeChat 3.6]
dustymabe has joined #fedora-coreos
jcajka has quit [Quit: Leaving]
jpn has quit [Ping timeout: 256 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 256 seconds]
jpn has joined #fedora-coreos
gursewak has joined #fedora-coreos
<dustymabe> walters (or anyone else) any chance you could look into https://github.com/coreos/fedora-coreos-tracker/issues/1384 ?
jpn has quit [Ping timeout: 260 seconds]
jpn has joined #fedora-coreos
baude has joined #fedora-coreos
<baude> bgilbert, spresti[m] heya, dustymabe sent me your way with my question ... i am trying to find docs on booting fcos on hyperv specifically around the ignition injection ... do you have apointer by chance?
<bgilbert> baude: HyperV outside of Azure Stack?
<baude> yes
<bgilbert> baude: Ignition doesn't support fetching userdata on HyperV. if HyperV provides a mechanism for that, we'd be interested in adding support, though.
<bgilbert> your recourse is to treat it as a bare metal install
<baude> so you cannot boot fcos on windows machines. is that correct?
<bgilbert> ...on HyperV. VMware and VirtualBox support exists
<bgilbert> but you can boot the live ISO and pass an Ignition config as part of the install
<bgilbert> which will cause coreos-installer to write the config to a known location in /boot. Ignition will pick it up from there
<baude> why cant that work with an image file ?
jpn has quit [Ping timeout: 264 seconds]
<bgilbert> how do you mean?
<baude> oh, thjis is because it GETs the file and writes it based on a kernel command line ?
<bgilbert> Ignition needs to know what platform it's running on, and how to get the config on that platform, yeah
<bgilbert> (there's hacks like the ignition.config.url= kernel argument also. it can be made to work. but it's not the sort of UX we'd want to document)
<walters> dustymabe: mmmm....maaaybe
jpn has joined #fedora-coreos
<dustymabe> bgilbert: baude: basically it's a chicken and egg problem. The ignition config is what tells the machine what to do, but because we don't have a hyperv specific image there's no mechanism on that platform to automagically know where to find the Ignition config
<dustymabe> so the bare metal install workflow handles that problem for us
<baude> only if you setup an http server
<dustymabe> even though it's a bit cumbersome to use that (when compared to the other hypervisors that do have support)
<baude> how do we move this down the road
<baude> we are getting heat to support hyperv for podman machine
<baude> will ignition search devices like cdrom?
<walters> the Live ISO doesn't require a separate http server, coreos-installer iso ignition can inject it
<baude> coreos-installer run on windows?
jpn has quit [Ping timeout: 246 seconds]
<walters> no, though in principle I think this bit of code could
<walters> hmm, maybe it'd be possible to try to generalize the approach of "write data into a stamped location" to other images too
<baude> you mean like a cdrom or device of some sort?
jpn has joined #fedora-coreos
<walters> the way customizing the ISO works is it just writes the ignition config into a reserved space
<walters> (this avoids needing to mount the thing, which generalizes quickly to "run a Linux kernel as a VM" like guestfs does)
<walters> (which means you need to run a VM so you can run your VM)
fifofonix has quit [Ping timeout: 252 seconds]
<dustymabe> baude: I think the real answer is to get proper support into Ignition for what you want probably
<bgilbert> +1
rsalveti has quit [*.net *.split]
hcosta[m] has quit [*.net *.split]
mboddu has quit [*.net *.split]
cmagina has quit [*.net *.split]
lucab has quit [*.net *.split]
marmijo[m] has quit [*.net *.split]
stephanepoq has quit [*.net *.split]
rsalveti_ has joined #fedora-coreos
stephanepoq has joined #fedora-coreos
mboddu has joined #fedora-coreos
rsalveti_ is now known as rsalveti
cmagina has joined #fedora-coreos
hcosta[m] has joined #fedora-coreos
<dustymabe> baude: open a request?
jpn has quit [Ping timeout: 256 seconds]
lucab has joined #fedora-coreos
jpn has joined #fedora-coreos
marmijo[m] has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]
fifofonix has joined #fedora-coreos
fifofonix has quit [Ping timeout: 260 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
nalind has quit [Quit: bye for now]
daMaestro has joined #fedora-coreos
daMaestro has quit [Quit: Leaving]
jpn has joined #fedora-coreos
vgoyal has quit [Quit: Leaving]
jpn has quit [Ping timeout: 265 seconds]
daMaestro has joined #fedora-coreos