[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Where to upload official OpenStack Debian images?



> 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


Reply to: