Following the announcement of TurnKey Core 12.0rc (ISO, Amazon EC2, OpenVZ), we've released an OpenStack optimized build (download).
Please note that TKL 12.0 (based on Debian Squeeze) requires the initrd for deployment in OpenStack, for example:
# cd /tmp # tar -zxf turnkey-core-12.0rc2-squeeze-x86-openstack.tar.gz # ls turnkey-core-12.0rc2-squeeze-x86 turnkey-core-12.0rc2-squeeze-x86-initrd turnkey-core-12.0rc2-squeeze-x86-kernel turnkey-core-12.0rc2-squeeze-x86.img # IMG=turnkey-core-12.0rc2-squeeze-x86 # glance add -A $GLANCE_TOKEN \ is_public=true \ container_format=ari \ disk_format=ari \ name="$IMG-initrd" \ < /tmp/$IMG/$IMG-initrd Added new image with ID: 16 # RAMDISK_ID=16 # glance add -A $GLANCE_TOKEN \ is_public=true \ container_format=aki \ disk_format=aki \ name="$IMG-kernel" \ < /tmp/$IMG/$IMG-kernel Added new image with ID: 17 # KERNEL_ID=17 # glance add -A $GLANCE_TOKEN \ is_public=true \ container_format=ami \ disk_format=ami \ ramdisk_id=$RAMDISK_ID \ kernel_id=$KERNEL_ID \ name="$IMG" \ < /tmp/$IMG/$IMG.img Added new image with ID: 18
If you come across any issues, or have ideas on improving the optimized build, please post a comment.
More information about text formats
TurnKey Core 12.0rc available for OpenStack
Following the announcement of TurnKey Core 12.0rc (ISO, Amazon EC2, OpenVZ), we've released an OpenStack optimized build (download).
Please note that TKL 12.0 (based on Debian Squeeze) requires the initrd for deployment in OpenStack, for example:
If you come across any issues, or have ideas on improving the optimized build, please post a comment.