Re: [Openstack] [Neutron] Scalability with OVS plugin

2013-12-09 Thread Gonzalo Aguilar Delgado
Hi Lorin, +1 on this. I would like to know how many CPU uses for each kind of network capacity 100Mbit/1Gb/10Gb, etc. And how many networks can it administer before taking to much cpu from compute nodes. El 07/12/13 21:52, Lorin Hochstein escribió: Hi all: For those who have done deploy

Re: [Openstack] Unable to launch virtual machine on, Havana installation [Rajshree]

2013-12-09 Thread Gonzalo Aguilar Delgado
Hi Rajshree, Me also found the solution. It was giving this because of the configuration of keystone and neutron in the controller node and the compute node. I had to redo everything from scratch so I can understand why its failing. At the end, it's a matter of configuration. But it took me

[Openstack] [Ceilometer] [Rally] Does Ceilometer affects instance creation?

2013-12-09 Thread Nadya Privalova
Hi guys, On this week I was investigating Ceilometer performance. And this letter is a brief description of my results. Lab description: 3 controllers 187 computes HA: Galera for MySQL memcached is on, RabbitMQ in HA mode Ceilometer processes are running as follows: 1 controller: ceilometer-api,

[Openstack] [Cinder/Heat]: How do you define in a template an instance that boots from volume?

2013-12-09 Thread Juha Tynninen
Hi, I'm using stable/havana version of Openstack. I can boot instance from the pre-existing bootable Cinder volume with nova command: nova boot --flavor 2 --block_device_mapping vda=:::0 ...but how can this be done with a Heat template? Or can it be done? AWS::EC2::Instance resource doesn't se

Re: [Openstack] [Cinder/Heat]: How do you define in a template an instance that boots from volume?

2013-12-09 Thread Simon Pasquier
Hi, On 09/12/2013 11:56, Juha Tynninen wrote: Hi, I'm using stable/havana version of Openstack. I can boot instance from the pre-existing bootable Cinder volume with nova command: nova boot --flavor 2 --block_device_mapping vda=:::0 ...but how can this be done with a Heat template? Or can it

[Openstack] Set up ryu plugin with quantum

2013-12-09 Thread Guilherme Russi
Hello guys, I want to set up the ryu plugin with my openstack grizzly installation, I'm using quantum and I have some questions, which ryu version should I install on my controller? And following this manual will drive me to install the plugin https://github.com/osrg/ryu/wiki/configuration_openst

Re: [Openstack] [Cinder/Heat]: How do you define in a template an instance that boots from volume?

2013-12-09 Thread Juha Tynninen
Thanks. Isn't the "EC2 MountPoint Property Type" used in Volumes property for mounting storage volumes when the VM instance is already running? So the effect would be similar to this working example: "DemoInstance" : { "Type" : "AWS::EC2::Instance", "Properties" : { "KeyName" : { "Ref

[Openstack] Volume got stalled in downloading status

2013-12-09 Thread Gonzalo Aguilar Delgado
Hello, When I create a volume from glance I get the volume stalled in "Downloading" state forever. I use: cinder create --image-id 6d86bfdc-4e27-4640-9408-ad137391234f 2 And I got this in cinder... and nothing else: 2013-12-09 12:50:25.089 6136 INFO cinder.volume.flows.create_volume [req-

Re: [Openstack] [Cinder/Heat]: How do you define in a template an instance that boots from volume?

2013-12-09 Thread Simon Pasquier
On 09/12/2013 13:34, Juha Tynninen wrote: Thanks. Isn't the "EC2 MountPoint Property Type" used in Volumes property for mounting storage volumes when the VM instance is already running? So the effect would be similar to this working example: "DemoInstance" : { "Type" : "AWS::EC2::Instance

Re: [Openstack] Re: The Neutron network model - VLAN solution

2013-12-09 Thread Nick Maslov
Hm,  do you have namespaces created? What`s the output of “ip netns list” on your network node? Cheers, NM --  Nick Maslov Sent with Airmail On December 7, 2013 at 2:42:11 PM, LIU Yulong (yeul...@qq.com) wrote: Hi Nick Maslov,            I followed here http://docs.openstack.org/havana/instal

Re: [Openstack] Ceilometer - info on VM creation time

2013-12-09 Thread Nick Maslov
Thanks Eoghan - that is what I was looking for exactly. Ildiko - thanks, will wait for this to be implemented. Cheers, NM --  Nick Maslov Sent with Airmail On December 7, 2013 at 7:26:18 PM, Ildiko Vancsa (ildiko.van...@gmail.com) wrote: Hi, There is a blueprint about providing extended query

Re: [Openstack] [Ceilometer] Ceilometer not fetching Nova Compute Notifications compute.instance.create.start/end

2013-12-09 Thread Sandy Walsh
Ceilometer, as it stands, ignores most notifications. We are working on full event capture, but it's not there yet. If you need to capture all events today, you might want to consider looking at StackTach https://github.com/rackerlabs/stacktach -S From

Re: [Openstack] problem in creating container

2013-12-09 Thread pragya jain
please reply. please help to solve my problem of creating the container. On Saturday, 7 December 2013 4:24 PM, pragya jain wrote: hello sir,  > > >I am sending a copy of /var/log/syslog >http://paste.openstack.org/show/54639/ > > > >please resolve my problem. > > >Thankyou very much > > >Pra

[Openstack] policy.v3cloudsample.json in keystone

2013-12-09 Thread Paul Belanger
Morning, Is anybody actually using the policy.v3cloudsample.json[1] in Keystone for havana? I've been having a heck of a time authenticating properly once I have the policy file added. I get HTTP 403 back, which clearly means I don't have permission to access the resources. Does anybody have any

[Openstack] Error instanciating instance with external ip

2013-12-09 Thread Gonzalo Aguilar Delgado
Hi, I cannot instanciate any machine with external ip because it tells something failed but don't know reason. I found this error in libvirtd 2013-12-09 18:33:52.032+: 3650: warning : virAuditSend:135 : Failed to send audit message virt=kvm vm="instance-002f" uuid=52af41df-5e9e-447

[Openstack] Ceph bootable cinder volume not working in Havana

2013-12-09 Thread Edward Lezondra
Hello, I'm having trouble getting a bootable cinder volume to work in Havana using Ceph. I managed to get glance working correctly. I got cinder volume to work, but once I try to create bootable cinder volume to an image it errors out. My cinder.conf reflect exactly what the ceph docs tell one t

[Openstack] Re?? The Neutron networkmodel - VLAN solution

2013-12-09 Thread LIU Yulong
hi, root@network-1:/home/network-1# neutron --os-username=neutron --os-password=12345 --os-tenant-name=service --os-auth-url=http://controller:5000/v2.0 agent-list +--+++---++ | id

Re: [Openstack] Ceph bootable cinder volume not working in Havana

2013-12-09 Thread Haomai Wang
Could you give out your cinder.conf? On Tue, Dec 10, 2013 at 4:10 AM, Edward Lezondra wrote: > Hello, > > > > I’m having trouble getting a bootable cinder volume to work in Havana using > Ceph. I managed to get glance working correctly. I got cinder volume to > work, but once I try to create boot

Re: [Openstack] Auto assign Floating IP

2013-12-09 Thread Jitendra Kumar Bhaskar
Can anybody share some clue ? Regards *Jitendra Bhaskar* On Mon, Dec 9, 2013 at 11:29 AM, Jitendra Kumar Bhaskar < jitendr...@pramati.com> wrote: > Hi Stackers > > Is it possible to assign floating IP to instance at boot time in Hanana ? > > Regards > *Jitendra Bhaskar* > > > > > __

Re: [Openstack] Ceph bootable cinder volume not working in Havana

2013-12-09 Thread Thomas Goirand
On Tue Dec 10 2013 12:03:16 PM HKT, Haomai Wang wrote: > Could you give out your cinder.conf? > > On Tue, Dec 10, 2013 at 4:10 AM, Edward Lezondra > wrote: > > Hello, > > > > I’m having trouble getting a bootable cinder volume to work in Havana > > using Ceph. I managed to get glance working c

Re: [Openstack] Auto assign Floating IP

2013-12-09 Thread jj
auto_assign_floating_ip=True nova.conf -- 止语 -- Original -- From: "Jitendra Kumar Bhaskar";; Date: Tue, Dec 10, 2013 01:19 PM To: "openstack@lists.openstack.org"; Subject: Re: [Openstack] Auto assign Floating IP Can anybody share s

Re: [Openstack] Auto assign Floating IP

2013-12-09 Thread Sergey Lukjanov
Hi, it's possible only with nova-network by specifying auto_assign_floating_ip = True in nova.conf. On Tue, Dec 10, 2013 at 8:49 AM, Jitendra Kumar Bhaskar < jitendr...@pramati.com> wrote: > Can anybody share some clue ? > > Regards > *Jitendra Bhaskar* > > > > > > > On Mon, Dec 9, 2013 at 11:2

Re: [Openstack] Auto assign Floating IP

2013-12-09 Thread 郭龙仓
floating ip is implemented through NAT , so , once your instance was assigned an internal ip successfully , then you can assign floating ip to it . but , in order to assign floating IP to instance at boot time, maybe you need to modify some code. 2013/12/9 Jitendra Kumar Bhaskar > Hi Stackers >

Re: [Openstack] Error instanciating instance with external ip

2013-12-09 Thread 郭龙仓
well , you cannot assign an external ip to an instance directly without an private ip. you must first assign an private ip to the instance ,then if you wanna an external ip , you can assign an floating ip to it . 2013/12/10 Gonzalo Aguilar Delgado > Hi, > > I cannot instanciate any machine w