akanda-appliance-builder/nocloud
Mark McClain 92cf4d83eb update to enable config drive and IP config via user-data
This change updates the build scripts enables config drive while removing
old seed data out of the images.

Change-Id: I999322e4cb7cc9dc2ccdbc90af658e4cc2b7b63e
2015-05-06 18:02:55 -04:00
..
meta-data update to enable config drive and IP config via user-data 2015-05-06 18:02:55 -04:00
README.md update to enable config drive and IP config via user-data 2015-05-06 18:02:55 -04:00
user-data update to enable config drive and IP config via user-data 2015-05-06 18:02:55 -04:00

The files in this directory help to make test nocloud disk image:

genisoimage -output seed.iso -volid cidata -joliet -rock user-data meta-data

You can test the image in kvm without OpenStack by invoking kvm like this:

kvm -m 1024 -curses -net nic,model=virtio,macaddr=52:54:00:12:34:56
-net tap,ifname=tap0
-drive file=image.qcow2,if=virtio
-drive file=seed.iso,if=virtio