> Lets build something like this: > https://cloud-images.ubuntu.com/locator/ec2/ but, for Debian, of > course... ? > I can help. > > Cheers! > Thiago
BTW, I'm maintaining an OpenStack Guide, here: https://github.com/tmartinx/openstack-guides/tree/master/Juno Within my guide, currently, I register Ubuntu images like this: --- 3.3. Adding O.S. images into your Glance ... # one line: glance image-create --location http://uec-images.ubuntu.com/releases/14.04/release/ubuntu-14.04-server-cloudimg-i386-disk1.img --is-public true --disk-format qcow2 --container-format bare --name "Ubuntu 14.04.1 LTS - Trusty Tahr - 32-bit - Cloud Based Image" --- And I think that it would be awesome to achieve something like this for Debian (including Jessie images with both systemd and sysvinit-core), so, we might have (example): --- # one line: glance image-create --location http://uec-images.debian.org/releases/8/release/debian-8.0.0-systemd-amd64-disk1.img --is-public true --disk-format qcow2 --container-format bare --name "Debian 8 - Jessie - 64-bit - Cloud Based Image - systemd" # one line: glance image-create --location http://uec-images.debian.org/releases/8/release/debian-8.0.0-sysvinit-amd64-disk1.img --is-public true --disk-format qcow2 --container-format bare --name "Debian 8 - Jessie - 64-bit - Cloud Based Image - sysvinit" --- Best, Thiago -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/CAJSM8J1eX3-+=6_4sfFGfjrjByFBo0H9xPvc9gngNs_k0tV-=q...@mail.gmail.com