Re: [Openstack] Nova volume storage

2012-05-06 Thread Igor Laskovy
Privet Tomasz, Do you use rbd in production? Any restrictions? On Sat, May 5, 2012 at 9:50 PM, Tomasz Paszkowski wrote: > ceph (known as rbd) :-) > > > On Sat, May 5, 2012 at 6:06 PM, Sébastien Han wrote: >> Hi everyone! >> >> I was wondering which kind of backend storage are you using for your

Re: [Openstack] [Openstack-operators] Missing linuxbridge_conf.ini

2012-05-06 Thread Igor Laskovy
Thank you Meena, I will try it. BTW, Chuck why this is package is missing in repositories of ubuntu12.04? On Fri, May 4, 2012 at 10:26 AM, wrote: > Can you try downloading the package specified in the below url . > > http://pkgs.org/debian-wheezy/debian-main-i386/quantum-plugin-linuxbridge_2012.

Re: [Openstack] Launching vpn image issue

2012-05-06 Thread Igor Laskovy
Hi Vijay, maybe this will be helpful http://docs.openstack.org/trunk/openstack-compute/admin/content/enabling-ping-and-ssh-on-vms.html On Sat, May 5, 2012 at 9:32 PM, Vijay wrote: > Thank you all for the responses. There was a problem with my cloudpipe > image. So, I recreated it. Now cloudpip

Re: [Openstack] Nova volume storage

2012-05-06 Thread Razique Mahroua
SAN here for the LVM volumes Nuage & Co - Razique Mahroua razique.mahr...@gmail.com Le 5 mai 2012 à 18:06, Sébastien Han a écrit :Hi everyone! I was wondering which kind of backend storage are you using for your nova-volume?I found a lot of solutions like:LVM localSheepdogNexenta for NFS or NFS it

Re: [Openstack] Nova volume storage

2012-05-06 Thread Igor Laskovy
Hi Razique, Are your SAN LUNs attached to each compute nodes or just to controllers? On May 6, 2012 12:32 PM, "Razique Mahroua" wrote: > SAN here for the LVM volumes > > *Nuage & Co - Razique Mahroua** * > razique.mahr...@gmail.com > > > Le 5 mai 2012 à 18:06, Sébastien Han a écrit : > > Hi ever

Re: [Openstack] Nova volume storage

2012-05-06 Thread Tomasz Paszkowski
Yes. I works perfectly (with xfs as storage backend). On Sun, May 6, 2012 at 9:30 AM, Igor Laskovy wrote: > Privet Tomasz, > > Do you use rbd in production? Any restrictions? > > On Sat, May 5, 2012 at 9:50 PM, Tomasz Paszkowski wrote: >> ceph (known as rbd) :-) >> >> >> On Sat, May 5, 2012 at 6

Re: [Openstack] Ubuntu packaging team

2012-05-06 Thread Robbie Williamson
On 05/04/2012 11:31 AM, Paul Belanger wrote: > On 12-05-04 07:34 AM, Chuck Short wrote: >> Hi Paul, >> >> We are in the middle of opening quantal for openstack and still working >> on getting the packages building, however I will have a look at them >> today and will be integrating them into the pa

[Openstack] Ubuntu slide with openstack

2012-05-06 Thread Frans Thamura
hi all any ubuntu guy here i will speak in Indonesia Cloud Event in Jakarta, in the end of this month glad if have ubuntu slide related to openstack the openstack overview slide, i've owned it already -- Frans Thamura (曽志胜) Shadow Master and Lead Investor Meruvian. Integrated Hypermedia Java

Re: [Openstack] Ubuntu packaging team

2012-05-06 Thread Paul Belanger
On 12-05-06 01:44 PM, Robbie Williamson wrote: On 05/04/2012 11:31 AM, Paul Belanger wrote: On 12-05-04 07:34 AM, Chuck Short wrote: Hi Paul, We are in the middle of opening quantal for openstack and still working on getting the packages building, however I will have a look at them today and w

Re: [Openstack] Nova volume storage

2012-05-06 Thread Sébastien Han
Thank you for your answers. Apparently there are some fans of RDB even if I omitted this one. But as I know it's not release as 1.0 yet. So does RDB ready and enough stable for production? (out of the box) Thank you! On Sun, May 6, 2012 at 1:07 PM, Tomasz Paszkowski wrote: > Yes. I works per

Re: [Openstack] [Metering] schema and counter definitions

2012-05-06 Thread Tomasz Paszkowski
Hi, I'd like to share my thoughts on metering openstack resources usage. Except those data available from SystemUsageData and those mentioned in blueprints some of the cloud providers charge for I/O on disk drives (to prevent users from dd if=/dev/zero nosense and to teach them properly implementi

Re: [Openstack] Compute State Machine diagram ... (orchestration? docs?)

2012-05-06 Thread Lorin Hochstein
I added these to the Nova developer docs here: https://review.openstack.org/7177 Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On May 3, 2012, at 8:26 PM, Sandy Walsh wrote: > Even better, here's the Open/LibreOffice Impress o

[Openstack] Instance unreachable

2012-05-06 Thread ghassen ben hamida
Hi, I install openstack essex on ubuntu 12.04. everything seems running correctly, I can launch instances with nova boot command and also from the dashboard, an IP inside the range is assigned. The problem is that i can't ping or ssh the instances. I have configured the groupsecure rules to allow p

Re: [Openstack] Ubuntu slide with openstack

2012-05-06 Thread Todd Deshane
On Sun, May 6, 2012 at 1:53 PM, Frans Thamura wrote: > hi all > > any ubuntu guy here > > i will speak in Indonesia Cloud Event in Jakarta, in the end of this month > > glad if have ubuntu slide related to openstack > Some recent news from Debian and Ubuntu with lots of OpenStack and cloud relate

Re: [Openstack] [Glance][Nova] Can't list images

2012-05-06 Thread Nick Lothian
I think you should only need the token. Make sure there is no space between "X-Auth-Token:" and your token value. This works for me: curl -k -X 'GET' -v http://192.168.1.50:8774/v2/41d00832aebb4ac9ac847d7a0803445c/images/detail -H 'X-Auth-Token:1a7c3ee51f56481f9ac601351cbf2f8b' Nick On Fri, May

Re: [Openstack] Instance unreachable

2012-05-06 Thread Vaze, Mandar
1. Have you enabled logging ? Do you see any errors in nova-network logs ? 2. Which network manager are you using ? 3. Some details about your setup will also help (Is it Single machine setup ?) -Mandar From: openstack-bounces+mandar.vaze=nttdata@lists.launchpad.net [mai

Re: [Openstack] Missing(?) keystone service catalog

2012-05-06 Thread Vaze, Mandar
Check if using sql based service catalog instead of file based helps. [catalog] driver = keystone.catalog.backends.sql.Catalog See http://keystone.openstack.org/configuration.html -Mandar -Original Message- From: openstack-bounces+mandar.vaze=nttdata@lists.launchpad.

[Openstack] Provisioning performance in Essex

2012-05-06 Thread Salman A Baset
Hello folks, I was looking into the provisioning process in OpenStack. If force_raw_images flag is set to False, the provisioning process looks like: (1) Copy the image (2) Create a copy of the copied image to an appropriate flavor name (3) Start the VM while if it is set to True, the provision