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
paragan has joined #fedora-coreos
saschagrunert has joined #fedora-coreos
saschagrunert has quit [Remote host closed the connection]
saschagrunert has joined #fedora-coreos
cverna has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 264 seconds]
Betal has quit [Quit: WeeChat 3.7.1]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]
jpn has joined #fedora-coreos
travisghansen has quit [Quit: The Lounge - https://thelounge.github.io]
travisghansen has joined #fedora-coreos
jpn has quit [Ping timeout: 255 seconds]
jpn has joined #fedora-coreos
ravanelli has joined #fedora-coreos
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
ravanelli has quit [Quit: Leaving...]
piwu has quit [Quit: Ping timeout (120 seconds)]
piwu has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]
jpn has joined #fedora-coreos
mockgeek has quit [Quit: ZNC 1.8.2 - https://znc.in]
mockgeek has joined #fedora-coreos
ravanelli has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]
mockgeek is now known as mock
jpn has joined #fedora-coreos
aaradhak[m] has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
jpn has joined #fedora-coreos
mheon has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
jlebon has joined #fedora-coreos
<walters> Kanibal: In theory I could imagine that working, but in practice you'd need to get the code in the initramfs anyways, and I'm not sure where that code would live if not included in Ignition today
<Kanibal> walters: I imagine a set of shell scripts
<Kanibal> I am not 100% sure about this, but to me it seems like a maintenance nightmare to these cloud providers with their respective metadata endpoints hardcoded into a Go binary.
<Kanibal> s/to/to have/
dustymabe has joined #fedora-coreos
jpn has joined #fedora-coreos
<walters> Every time I have to debug someone's (even my own) poor shell script a year later I regret it not being a compiled language
apiaseck has joined #fedora-coreos
nalind has joined #fedora-coreos
plarsen has joined #fedora-coreos
<Kanibal> Hm. I am just wondering, if I wanted to add support for the Oracle Cloud, should I hack this into Ignition itself, or just roll my own image and include a shell script to inject the config
<walters> Either case currently involves a custom image, right?
<walters> btw it's not just ignition but commonly also https://github.com/coreos/afterburn/ wants changes
<dustymabe> small review that I'd like to get in before today's builds: https://github.com/coreos/fedora-coreos-config/pull/2161
<dustymabe> cc marmijo[m]
<Kanibal> walters: absolutely - although the metadata endpoint is quite trivial, just a simple HTTP request and it already returns a proper JSON object. Only issue, you need to set a "Authorization"-header which doesn't seem to be possible with Ignition right now
rsalveti has joined #fedora-coreos
<walters> Kanibal: At this point it's probably worth starting with https://github.com/coreos/fedora-coreos-tracker/issues/new?assignees=&labels=area%2Fplatforms%2Ckind%2Fenhancement&template=new-platform.yml&title=Platform+Request%3A+%3Cplatform+name%3E and mention you plan to work on it; I think multiple people on the team will be happy to help!
<dustymabe> Kanibal: if you're feeling motiviated here's the issue: https://github.com/coreos/fedora-coreos-tracker/issues/414
<dustymabe> at least you can voice your desire/want for the platform there
saschagrunert has quit [Remote host closed the connection]
<dustymabe> Kanibal: that's great.. just so others know would you mind posting that information to #414?
<Kanibal> But yes, still lacking afterburn support for SSH-keys and probably also for network configuration, although that should already be possible with DHCP.
<Kanibal> dustymabe: sure! I'll add a note.
<dustymabe> Kanibal++
vgoyal has joined #fedora-coreos
Guest5692 has joined #fedora-coreos
Guest5692 is now known as frytaped
frytaped is now known as Guest8961
Guest8961 has quit [Quit: Reconnecting]
Guest8961 has joined #fedora-coreos
paragan has quit [Quit: Leaving]
Betal has joined #fedora-coreos
<marmijo[m]> Looks like the CI for the Stable promotion PR failed. Mind looking at it for me? Is this just a flake and/or how should I proceed?
dustymabe has quit [Quit: WeeChat 3.6]
jbrooks has joined #fedora-coreos
dustymabe has joined #fedora-coreos
fifofonix has quit [Quit: Textual IRC Client: www.textualapp.com]
fifofonix has joined #fedora-coreos
<dustymabe> marmijo[m]: looking
<dustymabe> marmijo[m]: we saw this when I opened https://github.com/coreos/fedora-coreos-config/pull/2151 too. the theory from jlebon is it was running out of memory, but running it again passed.
<dustymabe> i'd say for now just retry it
<marmijo[m]> Alright, will do. How do I restart it again? just remove and re-add the ok-to-promote label?
<dustymabe> marmijo[m]: just click through to the jenkins interface (from the PR) and "login" (uses github auth) and then click the ↻ button
<dustymabe> to replay it
<marmijo[m]> Thanks!
jpn has quit [Ping timeout: 268 seconds]
jpn has joined #fedora-coreos
zp has joined #fedora-coreos
<dustymabe> jlebon: may be worth a screen share with Zdenek on https://bugzilla.redhat.com/show_bug.cgi?id=2154428
<jlebon> oh weird, not sure why I didn't get a notification for that
<jlebon> hmm, need to adjust my filters
<dustymabe> fifofonix: honestly i'm having trouble parsing the output in https://github.com/coreos/fedora-coreos-tracker/issues/1372#issuecomment-1375885311
<fifofonix> fifofonix: me too :o). i thought travier was wanting `ostree admin config-diff` to show files added/modified and to produce shas. i did this on working and non-working and diffed.
<dustymabe> ok maybe let's try this
jpn has quit [Ping timeout: 256 seconds]
apiaseck has quit [Quit: Leaving]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 272 seconds]
Turnikov has joined #fedora-coreos
<dustymabe> jlebon: I think I forgot to deploy https://github.com/coreos/fedora-coreos-pipeline/pull/797 - seeing some 5000 ms timeouts
poppajarv7 has joined #fedora-coreos
<dustymabe> how do I deploy that? delete the casc config and cycle jenkins?
* dustymabe food
poppajarv has quit [Ping timeout: 268 seconds]
poppajarv7 is now known as poppajarv
<jlebon> dustymabe: yup exactly
Turnikov has quit [Ping timeout: 260 seconds]
Turnikov has joined #fedora-coreos
jpn has joined #fedora-coreos
bgilbert has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 272 seconds]
Turnikov has quit [Ping timeout: 260 seconds]
Turnikov has joined #fedora-coreos
Turnikov has quit [Ping timeout: 264 seconds]
jpn has joined #fedora-coreos
fifofonix has quit [Read error: Connection reset by peer]
jpn has quit [Ping timeout: 260 seconds]
palasso has joined #fedora-coreos
arnulfo_7 has quit [Read error: Connection reset by peer]
bgilbert has quit [Ping timeout: 268 seconds]
jpn has joined #fedora-coreos
hotbox has quit [Ping timeout: 252 seconds]
jpn has quit [Ping timeout: 265 seconds]
jlebon has quit [Quit: leaving]
jpn has joined #fedora-coreos
palasso has quit [Read error: Connection reset by peer]
nalind has quit [Quit: bye for now]
jpn has quit [Ping timeout: 260 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 256 seconds]
vgoyal has quit [Quit: Leaving]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]