Re: [Openstack] FreeBSD on OpenStack (bsd-cloudinit)

2013-12-10 Thread Haefliger, Juerg
> On 11/30/13 12:29 PM, Pellaeon Lin wrote: > Hi, > I and my coworkers built a tool called "bsd-cloudinit" to help create FreeBSD > cloud images. It should be quite useful for running FreeBSD instances on > OpenStack. > bsd-cloudinit is equivalent to cloud-init for FreeBSD, it reads environment

[Openstack] [FWaaS] Doubts with FWaaS

2013-12-10 Thread trinath.soman...@freescale.com
Hi stackers- I have configured FWaas with Neutron. Also, I have created a simple firewall rule, added the same to a policy and created a firewall with this policy from CLI The firewall is in ERROR state. The rules and the policies were added to the DB. How do I debug to find the error. Also,

Re: [Openstack] BRE as a Service

2013-12-10 Thread Renat Akhmerov
> From: Manoj Agarwal > Date: Tue, Dec 10, 2013 at 1:39 PM > Subject: [Openstack] BRE as a Service > To: "openstack@lists.openstack.org" > > > I have the need of a Business Rules Engine (BRE) service, that can store my > custom business rules and execute them on the context I provide. > > Is

Re: [Openstack] Set up ryu plugin with quantum

2013-12-10 Thread Yoshihiro Kaneko
Hello, 2013/12/9 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 > http

Re: [Openstack] OpenStack networking and disks...

2013-12-10 Thread Lorin Hochstein
On Tue, Dec 10, 2013 at 12:47 PM, Scott Devoid wrote: > Which driver are you using? > > For OVS and Linux Bridge, there was decent documentation (including > diagrams) in the Grizzly-era Networking Administration Guide, the "Under > the Hood" section: > > http://docs.openstack.org/grizzly/opensta

Re: [Openstack] OpenStack networking and disks...

2013-12-10 Thread 郭龙仓
Have you tried Cinder ? Cinder is responsible for volume management. You can configure your NAS as Cinder's back-end storage, then create and attach Cinder Volumes as disks to your Instances. 2013/12/11 Matt Kassawara > This document was helpful for me... > > http://openstack.redhat.com/N

[Openstack] [Ceilometer] VM instance CPU/disk/network utilization data

2013-12-10 Thread Mark Vlcek (mavlcek)
When I make Ceilometer CLI or API calls to get meters, I essentially only get the following data: * disk.root.size * Image * image.download * image.size * image.update * instance:xx.xx * memory * vcpus How do I get CPU/disk/network utilization data? Do I need to u

Re: [Openstack] [Swift] Swift on RHEL

2013-12-10 Thread Pete Zaitcev
On Tue, 10 Dec 2013 23:23:01 + "Kotwani, Mukul" wrote: > As an example, for a specific test: > PUT for Ubuntu, default parameters: ~140 ops/sec > PUT for Ubuntu, disable_fallocate=true: ~100 ops/sec > PUT for Redhat 5.8, default parameters: ~15 ops/sec I suppose it should be trackable, altho

Re: [Openstack] Stack mobile 1.0 is released to the Google Play store today

2013-12-10 Thread james ahn
good to hear that!!! Thanks 2013/12/11 Martinx - ジェ�`ムズ > This is epic!!! Thank you so much!!! > > > On 10 December 2013 19:19, Rerngvit Yanggratoke > wrote: > >> Hello All, >> We are pleased to inform you that we release “Stack mobile”, an Android >> app for managing an Openstack cloud on t

Re: [Openstack] [Swift] Swift on RHEL

2013-12-10 Thread Kotwani, Mukul
Yup, 2.6.18 for RH 5.8 vs 3.x for Ubuntu. Can it make that much of a difference, for performance to be 15 vs 100? That was one of the major differences when we looked at the RH and Ubuntu, but could not think of anything in the new kernel that would make such a drastic difference. Mukul -

Re: [Openstack] [Swift] Swift on RHEL

2013-12-10 Thread Kotwani, Mukul
2.6.18, not sure about the IO schedulers. The default scheduler could be different. Is the expected performance between the schedulers supposed to be that dramatically different? Mukul -Original Message- From: Jones, Richard (Mr. Netperf) Sent: Tuesday, December 10, 2013 4:17 PM To: K

Re: [Openstack] [Swift] Swift on RHEL

2013-12-10 Thread Rick Jones
On 12/10/2013 04:12 PM, Rick Jones wrote: On 12/10/2013 03:23 PM, Kotwani, Mukul wrote: A new piece of data.. We used the disable_fallocate configurable on Ubuntu, and the numbers do reduce, but they are nowhere near the numbers for Redhat (5.8). As an example, for a specific test: PUT for Ubu

Re: [Openstack] [Swift] Swift on RHEL

2013-12-10 Thread Rick Jones
On 12/10/2013 03:23 PM, Kotwani, Mukul wrote: A new piece of data.. We used the disable_fallocate configurable on Ubuntu, and the numbers do reduce, but they are nowhere near the numbers for Redhat (5.8). As an example, for a specific test: PUT for Ubuntu, default parameters: ~140 ops/sec PUT

Re: [Openstack] [Swift] Swift on RHEL

2013-12-10 Thread Chuck Thier
My first guess is that the Redhat kernel in 5.8 may not have as many xfs improvements and may require that the inode size set to 1024 instead of the default. That would be the first thing I would try. -- Chuck On Tue, Dec 10, 2013 at 5:57 PM, John Smith wrote: > On Wed, Dec 11, 2013 at 12:53

Re: [Openstack] [Swift] Swift on RHEL

2013-12-10 Thread John Smith
Hi, What verslons of RHEL and Ubuntu are you comparing ? Regards, John Smith On Wed, Dec 11, 2013 at 12:23 AM, Kotwani, Mukul wrote: > A new piece of data.. > > We used the disable_fallocate configurable on Ubuntu, and the numbers do > reduce, but they are nowhere near the numbers for Redha

Re: [Openstack] [Swift] Swift on RHEL

2013-12-10 Thread Kotwani, Mukul
Hey John, Ubuntu is 13.04 and Redhat is 5.8. Mukul -Original Message- From: John Smith [mailto:lbalba...@gmail.com] Sent: Tuesday, December 10, 2013 3:49 PM To: Kotwani, Mukul Cc: Pete Zaitcev; OpenStack Mailing List Subject: Re: [Openstack] [Swift] Swift on RHEL Hi, What verslons of

Re: [Openstack] [Swift] Swift on RHEL

2013-12-10 Thread John Smith
On Wed, Dec 11, 2013 at 12:53 AM, Kotwani, Mukul wrote: > Hey John, > Ubuntu is 13.04 and Redhat is 5.8. > So its 2x vs 3x kernel ? ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.o

Re: [Openstack] Stack mobile 1.0 is released to the Google Play store today

2013-12-10 Thread Martinx - ジェームズ
This is epic!!! Thank you so much!!! On 10 December 2013 19:19, Rerngvit Yanggratoke wrote: > Hello All, > We are pleased to inform you that we release “Stack mobile”, an Android > app for managing an Openstack cloud on the go, to the Google Play store > today ( > https://play.google.com/store/

Re: [Openstack] [Swift] Swift on RHEL

2013-12-10 Thread Kotwani, Mukul
A new piece of data.. We used the disable_fallocate configurable on Ubuntu, and the numbers do reduce, but they are nowhere near the numbers for Redhat (5.8). As an example, for a specific test: PUT for Ubuntu, default parameters: ~140 ops/sec PUT for Ubuntu, disable_fallocate=true: ~100 ops/se

Re: [Openstack] Remote Login through a website.

2013-12-10 Thread Matthias Runge
On 12/10/2013 08:30 PM, Abhishek Aggarwal wrote: > Hi Stackers, > > I am trying to login into Openstack Dashboard through remote server and > I am getting the error > > > Forbidden (403) > > CSRF verification failed. Request aborted. > > > How can I disable CSRF verification on openstack? >

[Openstack] BRE as a Service

2013-12-10 Thread Manoj Agarwal
I have the need of a Business Rules Engine (BRE) service, that can store my custom business rules and execute them on the context I provide. Is there any BRE as a service project in Openstack? Thanks, Manoj ___ Mailing list: http://lists.openstack.org/c

[Openstack] Stack mobile 1.0 is released to the Google Play store today

2013-12-10 Thread Rerngvit Yanggratoke
Hello All, We are pleased to inform you that we release “Stack mobile”, an Android app for managing an Openstack cloud on the go, to the Google Play store today (https://play.google.com/store/apps/details?id=com.n3infinity.stack_mobile). The app enables you manage your Openstack cloud infra

Re: [Openstack] Dashboard Fails to Open

2013-12-10 Thread Rami Vaknin
On 12/10/2013 06:23 PM, Mridhul Pax wrote: Hi Stackers, I'm seeing the following error while i access my Dashboard now. It was all working with a basic config of networking and I tried doing the following link and dashboard starts failing http://docs.openstack.org/havana/install-guide/instal

Re: [Openstack] OpenStack networking and disks...

2013-12-10 Thread Matt Kassawara
This document was helpful for me... http://openstack.redhat.com/Networking_in_too_much_detail On Tue, Dec 10, 2013 at 12:36 PM, Gonzalo Aguilar Delgado < gagui...@aguilardelgado.com> wrote: > Hi Scott > > I have OVS. I did took a look to this document some time ago, the problem > is that right

Re: [Openstack] OpenStack networking and disks...

2013-12-10 Thread Gonzalo Aguilar Delgado
Hi, I took a look to this document also. It was quite interesting to me because I was looking about how to configure external DNS server, and there is some references at the end. But this is not what I'm looking for. My question is more didactic. I mean. Should I attach NAS to private netwo

Re: [Openstack] OpenStack networking and disks...

2013-12-10 Thread Gonzalo Aguilar Delgado
Hi Scott I have OVS. I did took a look to this document some time ago, the problem is that right now there is a mess in documention and you really don't know what's current and what's obsolete. I will take a look again and post if any doubts. Thank you for the reference. El 10/12/13 18:4

[Openstack] Remote Login through a website.

2013-12-10 Thread Abhishek Aggarwal
Hi Stackers, I am trying to login into Openstack Dashboard through remote server and I am getting the error Forbidden (403) CSRF verification failed. Request aborted. How can I disable CSRF verification on openstack? Thanks. Abhishek ___ Mailing l

Re: [Openstack] OpenStack networking and disks...

2013-12-10 Thread Scott Devoid
Which driver are you using? For OVS and Linux Bridge, there was decent documentation (including diagrams) in the Grizzly-era Networking Administration Guide, the "Under the Hood" section: http://docs.openstack.org/grizzly/openstack-network/admin/content/under_the_hood_openvswitch.html That guide

Re: [Openstack] OpenStack networking and disks...

2013-12-10 Thread Gangur, Hrushikesh (R & D HP Cloud)
http://techbackground.blogspot.com/2013/05/debugging-quantum-dhcp-and-open-vswitch.html -Original Message- From: Gonzalo Aguilar Delgado [mailto:gagui...@aguilardelgado.com] Sent: Tuesday, December 10, 2013 3:35 AM To: openstack@lists.openstack.org Subject: [Openstack] OpenStack networki

Re: [Openstack] Auto assign Floating IP

2013-12-10 Thread Rick Jones
On 12/10/2013 12:29 AM, Jitendra Kumar Bhaskar wrote: I am doing d same but I am looking to attach floating IP at boot time. And not getting where I need to change ? It would not be "automagic" but rather than have nova allocate the port out of neutron, you can instead allocate the port yourse

[Openstack] DNS update rndc with floating ip

2013-12-10 Thread Gonzalo Aguilar Delgado
Hi, Sorry if I ask too much. I want to update my dns server with the names of the hosts that come up with a floating ip. It should be also nice to update the internal dns server with dhcp of the private networks. I've read about designate, but I don't know if it's the right took for the wor

[Openstack] Dashboard Fails to Open

2013-12-10 Thread Mridhul Pax
Hi Stackers, I'm seeing the following error while i access my Dashboard now. It was all working with a basic config of networking and I tried doing the following link and dashboard starts failing http://docs.openstack.org/havana/install-guide/install/yum/content/neutron-install-network-node.html

[Openstack] Automate failover of LBaas and L3 Agent

2013-12-10 Thread Heiko Krämer
Heyho guys, first of all, I know the Pacemaker failover with L3 RA but i think ther's only working correctly if you're using no namespacing and overlapping IP's. In this case (pacemaker+RA) you will have a hot standby Network node but not an active/active cluster. ENV: * Havana release * Neutron

Re: [Openstack] Auto assign Floating IP

2013-12-10 Thread 郭龙仓
well , part of the vm's boot process looks like this , maybe this can help you find some clue: 1. nova boot will get into compute driver, which will call quantum api to create port 2. quantum-server creates the port object and allocates it with ip address from subnets 3. quantum-se

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

2013-12-10 Thread Nadya Privalova
Sravani, We are facing the same problem and I believe that it's devstack issue. We are working on fixing it. Will let you know asap. Check that ceilometer-agent-notification is up. Thanks, Nadya On Tue, Dec 10, 2013 at 1:44 PM, Sravani Madireddy < sravani.madiredd...@gmail.com> wrote: > Hi Eog

[Openstack] OpenStack networking and disks...

2013-12-10 Thread Gonzalo Aguilar Delgado
Hi, Is there any document that explains inner workings of neutron networking? I have an internal NAS that does not have support for openstack, and until we have resources to replace I want to use it to server iscsi disks. I can create disks by hand and associate to instances. But first I have

[Openstack] VM property window

2013-12-10 Thread Peter Cheung
VM property window, not finish yet, but very soonhttp://www.youtube.com/watch?v=Iy22-e1VyTM&feature=youtube_gdata_player Thanksfrom Peter ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/opens

Re: [Openstack] Error instanciating instance with external ip

2013-12-10 Thread Gonzalo Aguilar Delgado
Hi, That's great. Is there any document where it explains it all? Then nat is done in L3Agent what's great. So I only have to configure static routes on the network config to let the instance flow throw external network. And external network should not be assigned to tenant project. It should re

Re: [Openstack] Auto assign Floating IP

2013-12-10 Thread Antonio Messina
Hi All, maybe I am missing something, but the auto assigning feature is, in my humble opinion, very useful in order to give easy access to the VMs, so I wonder why it is not yet integrated into Neutron. I suppose other people have the same need, so I guess Neutron has a different solution for tha

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

2013-12-10 Thread Sravani Madireddy
Hi Eoghan, Thanks for the reply. But, I need to slightly disagree with your comments. As you have mentioned that the Ceilometer is actually interested in the following: "compute.instance.*" The below mentioned notifications are actually part of "compute.instance.*" i.e. we can write event_type

Re: [Openstack] What to check when vm not get IP

2013-12-10 Thread Vikash Kumar
First step, do dhclient on the interface of vm and then do tcpdump on dhcp namespace interface. U wl get a clue. On Tue, Dec 10, 2013 at 1:49 PM, Mahardhika Gilang < mahardika.gil...@andalabs.com> wrote: > Hi all, > > This question seems like repeat from another question. But i will ask to > mak

Re: [Openstack] Error instanciating instance with external ip

2013-12-10 Thread 郭龙仓
floating ip is implemented through NAT , the l3 agent is responsible for NAT. so , you cannot see the floating ip inside the instance . Please refer to NAT technology. 2013/12/10 Gonzalo Aguilar Delgado > Hi, > > But when I do this. It just don't work. Let me explain. > > That's what it says

[Openstack] [openstack_dev] Nova Attach-volume option

2013-12-10 Thread 黎林果
1) Add delete_on_temination option for attaching volume to an existing server (review BP https://blueprints.launchpad.net/nova/+spec/add-delete-on-termination-option). 2) There is the delete_on_termination option for attaching volume when creating a server. Best regards __

Re: [Openstack] Error instanciating instance with external ip

2013-12-10 Thread Gonzalo Aguilar Delgado
Hi, But when I do this. It just don't work. Let me explain. That's what it says the documentation. I understood that the instance is created with a private ip, so I start it with just one network in it. The private one. And once it's started and working, I just assign it a public ( floating

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

2013-12-10 Thread Eoghan Glynn
Hi Sravani, Here are the compute notification event types that ceilometer is actually interested in (modulo wildcard expansion): * 'compute.instance.*' * 'compute.instance.delete.samples' * 'scheduler.run_instance.scheduled' See respectively: * https://github.com/openstack/ceilometer/bl

Re: [Openstack] Auto assign Floating IP

2013-12-10 Thread Jitendra Kumar Bhaskar
I am doing d same but I am looking to attach floating IP at boot time. And not getting where I need to change ? Regards *Jitendra Bhaskar* On Tue, Dec 10, 2013 at 12:45 PM, 郭龙仓 wrote: > floating ip is implemented through NAT , so , once your instance was > assigned an internal ip successfu

[Openstack] What to check when vm not get IP

2013-12-10 Thread Mahardhika Gilang
Hi all, This question seems like repeat from another question. But i will ask to make it clear. What component to check if vm not get local ip that we define in neutron? i have check dhcp_agent and it just look fine, And i have tried put the IP manual into vm to ping router gateway local, and

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

2013-12-10 Thread 郭龙仓
br-int 用途:桥接计算节点上的虚拟机到网络节点 br-ex 用途:桥接虚拟机网络和外部网络,使虚拟机可以访问外部网络,并且可以为虚拟机分配floating ip , 使外部网络也能通过floating ip 访问到虚拟机 2013/12/7 LIU Yulong > Hi stackers, > I installed Neutron SDN to manage network with VLAN model. > But I still not successful. > I can not ping the VM-instance,rounters,subnets,Vir