This repository was archived by the owner on Feb 7, 2023. It is now read-only.
WIP: iso-sanity: New test for ISO installs#89
Open
cgwalters wants to merge 1 commit intoprojectatomic:masterfrom
Open
WIP: iso-sanity: New test for ISO installs#89cgwalters wants to merge 1 commit intoprojectatomic:masterfrom
cgwalters wants to merge 1 commit intoprojectatomic:masterfrom
Conversation
This turned out to be harder than I thought; https://pagure.io/atomic-wg/issue/227
Member
Author
|
Not entirely sure if this should live in this repo, since it's a fundamentally different thing than running ansible on a cloud image. But it needs to live somewhere. |
jlebon
reviewed
Feb 15, 2017
| fi | ||
|
|
||
| # --initrd-inject ${dn}/default.ks --extra-args=inst.ks=file:/default.ks | ||
| base_args="--ram 3192 --vcpus 4 --disk size=20 --os-variant rhel7 --location http://${hostip}:${port}/" |
Contributor
There was a problem hiding this comment.
So I'm guessing we don't have to specify a ks here because anaconda automatically falls back on the default one?
Member
Author
There was a problem hiding this comment.
We do need the above bits, but this was me trying to debug why it doesn't work even if we don't inject a kickstart. That appears to be an anaconda behavioral change when booted from ISO vs network.
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This turned out to be harder than I thought;
https://pagure.io/atomic-wg/issue/227