Re: [Openstack] can't get IP when I working with ml2 + GRE

2014-01-02 Thread Mārtiņš Jakubovičs
Hello Remo, Yes, in test purposes I disabled iptable rules in all nodes and in hypervisor. On 2014.01.03. 4:11, Remo Mattei wrote: Are you sure your iptables is not blocking anything? Inviato da iPhone () Il giorno Jan 2, 2014, alle ore 17:07, "Li, Chen" ha scritto: 2.6.32-358.111.1.o

Re: [Openstack] [Neutron] slow download speed inside vm [Resolved]

2014-01-02 Thread Dnsbed Ops
On 2014-1-3 13:52, sylecn wrote: I have found the cause of the problem. When you use eth1 as br-ex where eth1 is not connected to internet, and use an iptables NAT rule as software gateway to internet, you need to turn off GRO on both eth0 and eth1. After turning off GRO on eth0, download speed

Re: [Openstack] "Self sign-up form", how to add?

2014-01-02 Thread Martinx - ジェームズ
Oh! I see! I'll take a deep look into this... Thanks for those infos! Best, Thiago On 3 January 2014 02:27, Lyle, David wrote: > There is no provision for self-registration in keystone, so creating > projects requires authentication with an appropriately privileged account. > If you can get

Re: [Openstack] [Keystone] Keystone performance work

2014-01-02 Thread Neependra Khare
Hi All, I wanted to share the current status of this work. Thanks to Boris and the team for implementing keystone benchmark with Rally. It has been merged with upstream Rally code base couple of days back. I have tested above with devstack on Fedora 19 and Ubuntu 12.04. With Rally Deploy eng

Re: [Openstack] [Neutron] slow download speed inside vm [Resolved]

2014-01-02 Thread sylecn
Hi all, I have found the cause of the problem. When you use eth1 as br-ex where eth1 is not connected to internet, and use an iptables NAT rule as software gateway to internet, you need to turn off GRO on both eth0 and eth1. After turning off GRO on eth0, download speed inside vm has become norma

Re: [Openstack] Dedicated network node and neutron-server daemon

2014-01-02 Thread gustavo panizzo
On 01/03/2014 01:38 AM, Matt Kassawara wrote: > network node. Both environments seem to function normally. Does the > neutron-server daemon need to run on the network node in addition to the > controller node? I don't think so that's correct, you only need it running where endpoint and nova.co

[Openstack] Dedicated network node and neutron-server daemon

2014-01-02 Thread Matt Kassawara
I am following the "official" installation guide to build two separate lab environments using Havana with Neutron, each with a three-node configuration: controller, network, and compute. One environment runs on Ubuntu 12.04 LTS and the other on Scientific Linux 6.4. In both environments, the netw

Re: [Openstack] "Self sign-up form", how to add?

2014-01-02 Thread Lyle, David
There is no provision for self-registration in keystone, so creating projects requires authentication with an appropriately privileged account. If you can get around that, the changes to horizon are not overly complicated. David From: Mitch Anderson [mailto:mi...@metauser.net] Sent: Thursday,

Re: [Openstack] [SWIFT] 404 error during uploads

2014-01-02 Thread Pete Zaitcev
On Mon, 23 Dec 2013 12:13:13 -0800 Stephen Wood wrote: > During any given 100 uploads, I'll usually see between 1 to 4% of the > calls give a 404. In my practice, all such cases were related to custer health. However, since your 404 occurs when Object controler in proxy checks if container exist

Re: [Openstack] dhcp agent issue when working with ovs vxlan

2014-01-02 Thread gustavo panizzo
On 01/02/2014 11:34 PM, Li, Chen wrote: > But, why this would happen while other networks are working fine ? > > How I can re-enable it ?? ip netns exec qdhcp-d250b6d9-0077-41ae-88e1-8736dfd0e165 ip link set dev ns-8d8fdae7-1f up > > I tried 1. stop the dhcp-agent and 2. delete the namespace, b

Re: [Openstack] dhcp agent issue when working with ovs vxlan

2014-01-02 Thread Li, Chen
That's really easy. After the interface up, my instance can get IP now !!! Thanks a lot.. -chen -Original Message- From: gustavo panizzo [mailto:g...@zumbi.com.ar] Sent: Friday, January 03, 2014 11:49 AM To: Li, Chen; Remo Mattei; openstack@lists.openstack.org Subject: Re: [Openst

Re: [Openstack] international standard for object storage architecture

2014-01-02 Thread Clint Byrum
Excerpts from Dnsbed Ops's message of 2014-01-02 18:15:12 -0800: > On 2014-1-3 5:13, Clint Byrum wrote: > > MogileFS isn't really a file system. There is a FUSE plugin but nobody > > really wants to use it that way. It works basically identically to S3 > > and Swift for a single tenant, though its

Re: [Openstack] "Self sign-up form", how to add?

2014-01-02 Thread Mitch Anderson
I don't believe Horizon is anywhere near complete enough to be a public offering web interface... but development info for horizon is here: http://docs.openstack.org/developer/horizon/topics/tutorial.html On Thu, Jan 2, 2014 at 1:44 PM, Martinx - ジェームズ wrote: > Hello guys! > > Listen, currently,

Re: [Openstack] Fwd: [openstack] [keystone] [horizon] regions setup

2014-01-02 Thread Xu (Simon) Chen
Thanks David.. So, I am actually curious about what Jay was suggesting.. is there a way to have multiple separate keystone instances, but shared tokens? On Thu, Jan 2, 2014 at 7:03 PM, Lyle, David wrote: > > > -Original Message- > > From: Jay Pipes [mailto:jaypi...@gmail.com] > > Sent:

Re: [Openstack] dhcp agent issue when working with ovs vxlan

2014-01-02 Thread gustavo panizzo
the state of your device ns-8d8fdae7-1f is DOWN if that is the interface for your dhcp server it won't traffic any pkgs last 2 lines you mention are ipv6 address for thar interface "Li, Chen" wrote: >Under the network namespace, I can get: >ip netns exec qdhcp-d250b6d9-0077-41ae-88e1-8736dfd0e1

Re: [Openstack] dhcp agent issue when working with ovs vxlan

2014-01-02 Thread Li, Chen
But, why this would happen while other networks are working fine ? How I can re-enable it ?? I tried 1. stop the dhcp-agent and 2. delete the namespace, but after dhcp-agent restart, it issue is still there. Thanks. -chen -Original Message- From: gustavo panizzo [mailto:g...@zumbi.co

Re: [Openstack] dhcp agent issue when working with ovs vxlan

2014-01-02 Thread Li, Chen
What you mean “manual setting” ? You mean start two instances ? Test if their network can work ??? I can have a try later…… But what I want are my instances can get IP using DHCP….. Thanks. -chen From: Remo Mattei [mailto:r...@mattei.org] Sent: Friday, January 03, 2014 10:10 AM To: Li, Chen Cc:

Re: [Openstack] dhcp agent issue when working with ovs vxlan

2014-01-02 Thread Remo Mattei
You do not need the last two lines in your instances did you log in and try manual settings does it work? Inviato da iPhone () > Il giorno Jan 2, 2014, alle ore 17:28, "Li, Chen" ha > scritto: > > Under the network namespace, I can get: > ip netns exec qdhcp-d250b6d9-0077-41ae-88e1-8736dfd0e

Re: [Openstack] international standard for object storage architecture

2014-01-02 Thread Dnsbed Ops
On 2014-1-3 5:13, Clint Byrum wrote: MogileFS isn't really a file system. There is a FUSE plugin but nobody really wants to use it that way. It works basically identically to S3 and Swift for a single tenant, though its APIs is a native protocol instead of HTTP (uploads and downloads are still HT

Re: [Openstack] can't get IP when I working with ml2 + GRE

2014-01-02 Thread Remo Mattei
Are you sure your iptables is not blocking anything? Inviato da iPhone () > Il giorno Jan 2, 2014, alle ore 17:07, "Li, Chen" ha > scritto: > > > 2.6.32-358.111.1.openstack.el6.x86_64 > > Thanks. > -chen > > -Original Message- > From: Mārtiņš Jakubovičs [mailto:mart...@hostnet.lv]

Re: [Openstack] dhcp agent issue when working with ovs vxlan

2014-01-02 Thread Li, Chen
Under the network namespace, I can get: ip netns exec qdhcp-d250b6d9-0077-41ae-88e1-8736dfd0e165 ip addr 16: lo: mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever

Re: [Openstack] can't get IP when I working with ml2 + GRE

2014-01-02 Thread Li, Chen
2.6.32-358.111.1.openstack.el6.x86_64 Thanks. -chen -Original Message- From: Mārtiņš Jakubovičs [mailto:mart...@hostnet.lv] Sent: Thursday, January 02, 2014 5:35 PM To: openstack@lists.openstack.org Subject: Re: [Openstack] can't get IP when I working with ml2 + GRE Hello Li, I have s

Re: [Openstack] dhcp agent issue when working with ovs vxlan

2014-01-02 Thread Li, Chen
Can you explain more ??? I don’t understand. Thanks. -chen From: Remo Mattei [mailto:r...@mattei.co] Sent: Thursday, January 02, 2014 11:23 PM To: openstack@lists.openstack.org; Li, Chen Subject: Re: [Openstack] dhcp agent issue when working with ovs vxlan Hi Chen, looks like your interface is

Re: [Openstack] Fwd: [openstack] [keystone] [horizon] regions setup

2014-01-02 Thread Lyle, David
> -Original Message- > From: Jay Pipes [mailto:jaypi...@gmail.com] > Sent: Thursday, January 02, 2014 11:14 AM > To: openstack@lists.openstack.org > Subject: Re: [Openstack] Fwd: [openstack] [keystone] [horizon] regions > setup > > On 01/02/2014 12:32 PM, Xu (Simon) Chen wrote: > > A few

Re: [Openstack] Can I move keystone-signing-XXX files out of /tmp ?

2014-01-02 Thread Adam Young
On 01/02/2014 01:29 PM, Clint Byrum wrote: Excerpts from Adam Young's message of 2014-01-02 08:51:04 -0800: On 12/24/2013 11:30 AM, Xin Zhao wrote: Hello, I am running a Grizzly multi-host test cluster on RHEL6. On the controller node, there are several keystone-signing- files automaticall

Re: [Openstack] international standard for object storage architecture

2014-01-02 Thread Clint Byrum
Excerpts from pragya jain's message of 2014-01-01 09:14:19 -0800: > thanks for the reply > > are you definitely sure that there is not a general standard? > > and my 2nd question is: > you give three examples- swift, ceph and mogilefs > swift and ceph are examples of object storage but mogilefs i

[Openstack] "Self sign-up form", how to add?

2014-01-02 Thread Martinx - ジェームズ
Hello guys! Listen, currently, I (as an OpenStack Operator) need to register all my projects and tenants manually, but this is not a viable solution for a public cloud provider (which I'll be in the near future / after IceHouse). So, how can I add a "Sign-up" for to my OpenStack (Dashboard) ? Th

Re: [Openstack] Can I move keystone-signing-XXX files out of /tmp ?

2014-01-02 Thread Clint Byrum
Excerpts from Adam Young's message of 2014-01-02 08:51:04 -0800: > On 12/24/2013 11:30 AM, Xin Zhao wrote: > > Hello, > > > > I am running a Grizzly multi-host test cluster on RHEL6. On the > > controller node, there are several keystone-signing- files > > automatically created by the daemons

Re: [Openstack] Fwd: [openstack] [keystone] [horizon] regions setup

2014-01-02 Thread Jay Pipes
On 01/02/2014 12:32 PM, Xu (Simon) Chen wrote: A few questions.. First, I am a little confused by this post: http://docs.openstack.org/trunk/openstack-ops/content/segregate_cloud.html On the one hand, it says different regions should have no interactions among them. On the other hand, it says k

Re: [Openstack] this can crash devstack

2014-01-02 Thread Joshua Harlow
If u want to try an alternate: http://anvil.readthedocs.org/ It goes through various stages: 1. Downloading & preparing the components (git cloning...) 2. Building components rpms (and component dependencies to rpms) a. This creates 2 yum repositories that can be used for other installs 3. In

[Openstack] Fwd: [openstack] [keystone] [horizon] regions setup

2014-01-02 Thread Xu (Simon) Chen
A few questions.. First, I am a little confused by this post: http://docs.openstack.org/trunk/openstack-ops/content/segregate_cloud.html On the one hand, it says different regions should have no interactions among them. On the other hand, it says keystone should be shared across regions. I can se

Re: [Openstack] Problem while launching instance using novaclient

2014-01-02 Thread varun bhatnagar
Thank you sooo much everyone for the help and suggestions. The problem was due to the resource allocation. It is fixed now. Thanks again!!! Regards, Varun On Tue, Dec 31, 2013 at 12:05 PM, andrews...@gmail.com wrote: > Usually when I have seen this the flavor was requiring more resources then

Re: [Openstack] Keystone under Apache+fcgid?

2014-01-02 Thread Dave Walker
Hey Adam, Thanks for your response. I actually got it working. It turned out that it didn't like me having a separate function that returned the application, I couldn't quite see why that didn't work. The primary reason for wanting to do this was to inspect the environ 'SCRIPT_NAME' to avoid t

Re: [Openstack] Keystone under Apache+fcgid?

2014-01-02 Thread Adam Young
On 12/27/2013 12:21 PM, Dave Walker wrote: Hey Mark, Thanks for your response. It is certainly an option, but I am attempting a deployment in a prescriptive environment of Apache+fcgid. It looks like it should work... I am the guy that origianlly got Keystone/Apache working, but I have t

Re: [Openstack] Can I move keystone-signing-XXX files out of /tmp ?

2014-01-02 Thread Adam Young
On 12/24/2013 11:30 AM, Xin Zhao wrote: Hello, I am running a Grizzly multi-host test cluster on RHEL6. On the controller node, there are several keystone-signing- files automatically created by the daemons. But if some disk cleanup scripts kick in and remove them, that will cause problem

Re: [Openstack] Ceilometer - Formulas From low level metrics to QoS

2014-01-02 Thread Eoghan Glynn
Hi Rima, What precisely do you mean by QoS values? Are you talking about the responsiveness of an API service? That is not something that you can directly derive from the instance-level metrics such as CPU util & network IOPs that ceilometer collects. Cheers, Eoghan - Original Message --

Re: [Openstack] Ceilometer meter list not showing all meters

2014-01-02 Thread Eoghan Glynn
Hi Swapnil, The key distinction between the compute meters you're seeing and the ones that are absent is that the latter are derived from notifications emitted by nova, whereas the former are generated via polling of the hypervisor. I suspect the reason you're not seeing the notification-driven

Re: [Openstack] this can crash devstack

2014-01-02 Thread Sean Dague
On 01/01/2014 11:16 PM, Dean Troyer wrote: > On Wed, Jan 1, 2014 at 8:58 PM, Peter Cheung > wrote: > > 1) import an qcow image to glance > 2) start the instance for that image > 3) init 6 > 4) delete that qcow image > 5) rejoin the devstack > >

Re: [Openstack] [Neutron] where is the link to latest network admin guide

2014-01-02 Thread Tom Fifield
On 02/01/14 18:19, sylecn wrote: > Hi all, > > The network admin guide was at > http://docs.openstack.org/network-admin/admin/content/ch_adv_features.html, > but the link has been down for a while, it just redirects to cloud admin > guide, which is not the same thing. Google did not tell me the ne

[Openstack] Neutron + live migration

2014-01-02 Thread Mārtiņš Jakubovičs
Hello, Is anyone tested live migration with neutron setup on XenServer hosts? Currently I can't achieve that, because neutron setup requare to create single server private network in pool and in XenServer is limitation, that you can run all VM only in one host: http://support.citrix.com/artic

Re: [Openstack] [Neutron] where is the link to latest network admin guide

2014-01-02 Thread Andreas Jaeger
On 01/02/2014 11:19 AM, sylecn wrote: > Hi all, > > The network admin guide was at > http://docs.openstack.org/network-admin/admin/content/ch_adv_features.html, > but the link has been down for a while, it just redirects to cloud admin > guide, which is not the same thing. Google did not tell me t

Re: [Openstack] [OpenStack] How to add a RBD volume snapshot rollback operation to Cinder

2014-01-02 Thread changqian
在 2014-01-02四的 16:53 +0800,Haomai Wang写道: > On Thu, Jan 2, 2014 at 4:42 PM, Changqian Zuo wrote: > > 在 2014-01-02四的 16:01 +0800,Haomai Wang写道: > >> On Thu, Jan 2, 2014 at 3:38 PM, Changqian Zuo > >> wrote: > >> > Hi, > >> > > >> > First time mailing to a list. > >> > > >> > I'm trying to add a R

[Openstack] [Neutron] where is the link to latest network admin guide

2014-01-02 Thread sylecn
Hi all, The network admin guide was at http://docs.openstack.org/network-admin/admin/content/ch_adv_features.html, but the link has been down for a while, it just redirects to cloud admin guide, which is not the same thing. Google did not tell me the new link. FYI I can find the grizzly network a

Re: [Openstack] can't get IP when I working with ml2 + GRE

2014-01-02 Thread Mārtiņš Jakubovičs
Hello Li, I have similar issue, unfortunately I use Ubuntu system on my network node. When I manualy setup IP in instance, network works, but when I setup to use DHCP, it fails to assign IP. Which kernel you got before? On 2014.01.02. 7:03, Li, Chen wrote: After upgrade network node's kernel

Re: [Openstack] [OpenStack] How to add a RBD volume snapshot rollback operation to Cinder

2014-01-02 Thread Haomai Wang
On Thu, Jan 2, 2014 at 4:42 PM, Changqian Zuo wrote: > 在 2014-01-02四的 16:01 +0800,Haomai Wang写道: >> On Thu, Jan 2, 2014 at 3:38 PM, Changqian Zuo >> wrote: >> > Hi, >> > >> > First time mailing to a list. >> > >> > I'm trying to add a RBD volume snapshot rollback operation to Cinder. >> > I've j

Re: [Openstack] [OpenStack] How to add a RBD volume snapshot rollback operation to Cinder

2014-01-02 Thread Changqian Zuo
在 2014-01-02四的 16:01 +0800,Haomai Wang写道: > On Thu, Jan 2, 2014 at 3:38 PM, Changqian Zuo wrote: > > Hi, > > > > First time mailing to a list. > > > > I'm trying to add a RBD volume snapshot rollback operation to Cinder. > > I've just got through WSGI part of Cinder API code and have read some > >

[Openstack] Ceilometer meter list not showing all meters

2014-01-02 Thread Swapnil Khanapurkar
Hi, I have the latest openstack deployed(through devstack) with Ceilometer (ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api) installed. from the meter list i am getting only the following meters data. cpu, cpu_util, disk.read.bytes, disk.read.requests, disk.w

Re: [Openstack] [OpenStack] How to add a RBD volume snapshot rollback operation to Cinder

2014-01-02 Thread Haomai Wang
On Thu, Jan 2, 2014 at 3:38 PM, Changqian Zuo wrote: > Hi, > > First time mailing to a list. > > I'm trying to add a RBD volume snapshot rollback operation to Cinder. > I've just got through WSGI part of Cinder API code and have read some > pieces of Cinder Volume. Now there is not much time for m