Due to the change to not embed the content in squashfs (so that you can use kickstart to download newer trees via HTTP), the simple:
virt-install --name f22-atomic-test --ram 2048 --disk size=8 -l https://dl.fedoraproject.org/pub/alt/stage/22_TC2/Cloud_Atomic/x86_64/os/
breaks unless you use e.g. initrd-inject to add a kickstart.
This is hard to fix without actually having a Software UI in anaconda for rpmostreepayload.
The workarounds for this are to use alteranative installation methods.
First, one could choose to do a fully automated installation with kickstart, pointing the machines at a custom kickstart. An improvement on this is to mirror the OSTree repo locally.
Another alternative is to use the ISO fully interactively.
See also http://www.projectatomic.io/blog/2015/06/creating-a-simple-bare-metal-atomic-host-cluster/
Closing this ticket as part of trac clean up process. If you want to reopen, please reopen it after we move to pagure.io as atomic-wg.
Log in to comment on this ticket.