All of lore.kernel.org
 help / color / mirror / Atom feed
* Cloud images for OpenStack & libvirt
@ 2015-07-07 17:15 Loic Dachary
  2015-07-07 17:25 ` Loic Dachary
  0 siblings, 1 reply; 2+ messages in thread
From: Loic Dachary @ 2015-07-07 17:15 UTC (permalink / raw)
  To: Ceph Development

[-- Attachment #1: Type: text/plain, Size: 2784 bytes --]

Hi Ceph,

Here is a summary of how to acquire cloud images where we presumably want Ceph to build. I did not research Debian GNU/Linux squeeze nor OpenSUSE 12. And I added a few (Fedora 21, OpenSUSE 13.2 and Ubuntu 15.04).

glance image-download --file debian-7.4.qcow2 --progress 'GNU/Linux Debian 7.4 Wheezy x64' # http://www.entercloudsuite.com/
wget -O debian-8.0.qcow2  http://cdimage.debian.org/cdimage/openstack/current/debian-8.1.0-openstack-amd64.qcow2
wget -O ubuntu-12.04.qcow2 https://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img
wget -O ubuntu-12.04-i386.qcow2 https://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-i386-disk1.img
wget -O ubuntu-14.04.qcow2 https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
wget -O ubuntu-14.04-i386.qcow2 https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-i386-disk1.img
wget -O ubuntu-15.04.qcow2 https://cloud-images.ubuntu.com/vivid/current/vivid-server-cloudimg-arm64-disk1.img
wget -O ubuntu-15.04-i386.qcow2 https://cloud-images.ubuntu.com/vivid/current/vivid-server-cloudimg-i386-disk1.img
wget -O opensuse-13.2 http://download.opensuse.org/repositories/Cloud:/Images:/openSUSE_13.2/images/openSUSE-13.2-OpenStack-Guest.x86_64.qcow2
glance image-download --file centos-7.0.qcow2 --progress 'GNU/Linux CentOS 7 x64' # http://www.entercloudsuite.com/
wget -O centos-7.0.qcow2 http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2                                                                                                                 
glance image-download --file centos-6.5.qcow2 --progress 'GNU/Linux CentOS 6.5 x64' # http://www.entercloudsuite.com/
wget -O fedora-22.qcow2 https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Base-22-20150521.x86_64.qcow2
wget -O fedora-21.qcow2 http://fedora.mirrors.ovh.net/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.qcow2
wget -O fedora-20.qcow2 http://fedora.mirrors.ovh.net/linux/releases/20/Images/x86_64/Fedora-x86_64-20-20131211.1-sda.qcow2

If you don't have access to an ttp://www.entercloudsuite.com/ OpenStack tenant, you can find a copy at http://ecs.dachary.org/images/. Note however that you can also create an account there and run the glance command, you won't be charged for it.

These images can be used with kvm from the command line as explained at http://dachary.org/?p=3625 (Using a cloud image with kvm) or libvirt. The OpenStack documentation has an inventory of locations where more images can be found : http://docs.openstack.org/image-guide/content/ch_obtaining_images.html

Cheers
-- 
Loïc Dachary, Artisan Logiciel Libre


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Cloud images for OpenStack & libvirt
  2015-07-07 17:15 Cloud images for OpenStack & libvirt Loic Dachary
@ 2015-07-07 17:25 ` Loic Dachary
  0 siblings, 0 replies; 2+ messages in thread
From: Loic Dachary @ 2015-07-07 17:25 UTC (permalink / raw)
  To: Alexandre DERUMIER; +Cc: Ceph Development

[-- Attachment #1: Type: text/plain, Size: 3202 bytes --]

Hi Alexandre,

You found that the Debian GNU/Linux 8 official image had a race condition causing problems with systemd. You fixed it by building your own image at

http://odisoweb1.odiso.net/debian-jessie-amd64-150620.raw

but maybe the problem is fixed in the most recent image (dated june 6 2015) ?

Cheers

On 07/07/2015 19:15, Loic Dachary wrote:
> Hi Ceph,
> 
> Here is a summary of how to acquire cloud images where we presumably want Ceph to build. I did not research Debian GNU/Linux squeeze nor OpenSUSE 12. And I added a few (Fedora 21, OpenSUSE 13.2 and Ubuntu 15.04).
> 
> glance image-download --file debian-7.4.qcow2 --progress 'GNU/Linux Debian 7.4 Wheezy x64' # http://www.entercloudsuite.com/
> wget -O debian-8.0.qcow2  http://cdimage.debian.org/cdimage/openstack/current/debian-8.1.0-openstack-amd64.qcow2
> wget -O ubuntu-12.04.qcow2 https://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img
> wget -O ubuntu-12.04-i386.qcow2 https://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-i386-disk1.img
> wget -O ubuntu-14.04.qcow2 https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
> wget -O ubuntu-14.04-i386.qcow2 https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-i386-disk1.img
> wget -O ubuntu-15.04.qcow2 https://cloud-images.ubuntu.com/vivid/current/vivid-server-cloudimg-arm64-disk1.img
> wget -O ubuntu-15.04-i386.qcow2 https://cloud-images.ubuntu.com/vivid/current/vivid-server-cloudimg-i386-disk1.img
> wget -O opensuse-13.2 http://download.opensuse.org/repositories/Cloud:/Images:/openSUSE_13.2/images/openSUSE-13.2-OpenStack-Guest.x86_64.qcow2
> glance image-download --file centos-7.0.qcow2 --progress 'GNU/Linux CentOS 7 x64' # http://www.entercloudsuite.com/
> wget -O centos-7.0.qcow2 http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2                                                                                                                 
> glance image-download --file centos-6.5.qcow2 --progress 'GNU/Linux CentOS 6.5 x64' # http://www.entercloudsuite.com/
> wget -O fedora-22.qcow2 https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Base-22-20150521.x86_64.qcow2
> wget -O fedora-21.qcow2 http://fedora.mirrors.ovh.net/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.qcow2
> wget -O fedora-20.qcow2 http://fedora.mirrors.ovh.net/linux/releases/20/Images/x86_64/Fedora-x86_64-20-20131211.1-sda.qcow2
> 
> If you don't have access to an ttp://www.entercloudsuite.com/ OpenStack tenant, you can find a copy at http://ecs.dachary.org/images/. Note however that you can also create an account there and run the glance command, you won't be charged for it.
> 
> These images can be used with kvm from the command line as explained at http://dachary.org/?p=3625 (Using a cloud image with kvm) or libvirt. The OpenStack documentation has an inventory of locations where more images can be found : http://docs.openstack.org/image-guide/content/ch_obtaining_images.html
> 
> Cheers
> 

-- 
Loïc Dachary, Artisan Logiciel Libre


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-07 17:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-07 17:15 Cloud images for OpenStack & libvirt Loic Dachary
2015-07-07 17:25 ` Loic Dachary

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.