Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

WIP: iso-sanity: New test for ISO installs #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cgwalters
Copy link
Member

This turned out to be harder than I thought;
https://pagure.io/atomic-wg/issue/227

@cgwalters cgwalters changed the title iso-sanity: New test for ISO installs WIP: iso-sanity: New test for ISO installs Feb 15, 2017
@cgwalters
Copy link
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.

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}/"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I'm guessing we don't have to specify a ks here because anaconda automatically falls back on the default one?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@miabbott miabbott added the wip label Jun 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants