Results 345 comments of Luca Bruno

> it repeatedly attempts to download a file which in fact requires a network connection and gives up very shortly before it is possible, like 5-10 seconds or so. @CyrusTheVirusG...

Ah, nevermind, I was mixing the client HTTP total timeout (which is unlimited) with the config fetching timeout (which is one minute).

I can't say for sure, but it looks like the boot may be stuck due to connectivity issues. Do you see any DNS/HTTP traffic going out from that node? Can...

@FrankPetrilli thanks for the PR! I have not done a review pass yet, but from a first skim it looks ok. However, the process for adding new platforms usually starts...

For transparency, I'm not actively pursuing #362 anymore. But that topic can be resurrected, possibly involving the NM folks and the systemd / Flatcar ones (for networkd).

This is a quite big architectural change, which for the moment we are not undertaking. The main rationale is that we are on purpose not trying to re-implement an omni-cloud...

I think we can hold this PR for a moment and wait till the metadata endpoint is properly stabilized/documented. @LKaemmerling is there a public tracker where we can track progress...

Does `var/lib/libvirt/images/config.ign` actually exist and is it a [valid configuration](https://coreos.com/validate/)?

So the problem is that our [doc examples](https://coreos.com/os/docs/latest/booting-with-libvirt.html) use `/var/lib/libvirt/images/` for images and ignition config, but in some distros apparmor denies reading from there. We should either find an allowed...

@cpaelzer then I am not sure anymore, but people in this thread seem to be reporting that the ubuntu apparmor policy is denying that path. But I'm not familiar with...