-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lower the bits to do "inject Ignition via coreos-installer embed iso" into the qemu layer. Then teach `cosa run` and the mantle "flight" code (used by `kola`) to use it automatically if the target disk ends in `.iso`. This makes it completely trivial to get a `ssh` shell in an ISO: `cosa run --qemu-image builds/latest/x86_64/rhcos-46.82.202007011714-0-live.x86_64.iso --memory 819` And even better means we can start running a lot of the kola tests directly against the ISO (though not everything will work, e.g. tests that reboot can't persist state). I did verify this works: `kola run --qemu-image builds/latest/x86_64/rhcos-46.82.202007011714-0-live.x86_64.iso --qemu-memory 8192 basic`
- Loading branch information
Showing
4 changed files
with
120 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters