[Openstack] Openstack with ESXi - NetworkNotFoundForBridge: Network could not be found for bridge

2013-01-22 Thread Balamurugan V G
Hi, I have a two node OpenStack Folsom Setup. One node runs all services with KVM. The other nodes is a Compute Node for ESXi 5.1. I have set the availabality_zones for each of this so that I can schedule instances as per my need. I am able to operate the instances on the KVM just fine. But when I

[Openstack] Infiniband + OpenStack.

2013-01-22 Thread zebra x0r
Hi. I'm considering a reasonably sized OpenStack deployment shortly (several thousand cores). One of the decisions I need to make centres around the type of interconnect I will use to connect the compute nodes, Swift object storage, shared storage, swift proxies et al. I have been heavily conside

Re: [Openstack] vm can not get ip

2013-01-22 Thread Akira Yoshiyama
Hi, You may have to set iptables rule for chechsum. FYI: http://www.debian.or.jp/~yosshy/ubuntu-openstack/setup.sh Regards, Akira Yoshiyama 2013/01/23 5:14 "Rain Li" : > Hi, Sam, > > I also install Openstack on ubuntu 12.10 via > http://devstack.org/guides/single-machine.html, and get this erro

Re: [Openstack] Wikipedia page

2013-01-22 Thread Lloyd Dewolf
On Wed, Jan 9, 2013 at 3:24 PM, Stefano Maffulli wrote: > On 01/07/2013 12:28 PM, Stefano Maffulli wrote: > >> I can lead this task. Please join me on IRC #openstack-community (I'm >> reed) to coordinate efforts. >> > > I gave a first pass at improving the page. It looks better, it now has > links

Re: [Openstack] Structure Hybrid Compute Nodes

2013-01-22 Thread Narayan Desai
We have the same basic problems. We have 4 different types of systems integrated into our system. They all have different ratios of cpu to memory, and we have some specialized hardware on one class of nodes. We ended up setting up a series of chassis specific instance definitions. We then use the

Re: [Openstack] OpenStack (Quantum) Multi-node Set-up with VMware Fusion

2013-01-22 Thread Debojyoti Dutta
Kyle has one (CCed) that he blogged about but with VXLAN instead of GRE http://www.siliconloons.com/?p=395 I have a similar one for virtualbox but havent checked it recently. For my setup, I have a regular NIC with DHCP (eth0) and another one thats host only with a static IP (eth1). My host IP and

Re: [Openstack] Reinstating Trey Morris for Nova Core

2013-01-22 Thread Vishvananda Ishaya
+1 We mentioned previously that we would fast-track former core members back in. I gess we can wait a couple of days to see if anyone objects and then add him back. Vish On Jan 22, 2013, at 3:38 PM, Matt Dietz wrote: > All, > > I think Trey Morris has been doing really well on reviews a

Re: [Openstack] Reinstating Trey Morris for Nova Core

2013-01-22 Thread Kevin L. Mitchell
On Tue, 2013-01-22 at 23:38 +, Matt Dietz wrote: > I think Trey Morris has been doing really well on reviews again, so I'd > like to propose him to be reinstated for Nova core. Thoughts? +1. We need more reviewers, IMO; there are constantly 2 pages of pending code reviews, and I've

[Openstack] OpenStack (Quantum) Multi-node Set-up with VMware Fusion

2013-01-22 Thread Edgar Magana
Folks, Does anyone have a stable vmware fusion-based set up of OpenStack with Quantum and more that one compute node? If yes, can you share you network configuration? Thanks, Edgar ___ Mailing list: https://launchpad.net/~openstack Post to : open

[Openstack] Reinstating Trey Morris for Nova Core

2013-01-22 Thread Matt Dietz
All, I think Trey Morris has been doing really well on reviews again, so I'd like to propose him to be reinstated for Nova core. Thoughts? -Dietz ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net U

[Openstack] nova-network and cells

2013-01-22 Thread Yi Sun
Hi, I'm looking at the nova-compute-cells blueprint and got some questions on the integration between nova-compute-cell and nova-network. Could someone tell me if I can span one network over multiple cells? Thanks Yi ___ Mailing list: https://launchpad.n

Re: [Openstack] Folsom: boot from volume snapshot using nova.conf and not cinder?

2013-01-22 Thread Blair Zajac
On 01/22/2013 01:01 PM, Blair Zajac wrote: On 01/22/2013 12:42 PM, Vishvananda Ishaya wrote: On Jan 22, 2013, at 12:32 PM, Blair Zajac wrote: /usr/bin/nova-volume So I don't know where it's picking up /usr/bin/nova-volume. The stack is appearing in nova-volume.log, which shouldn't have a

Re: [Openstack] Unable to create a vm

2013-01-22 Thread Razique Mahroua
Hi Alexandre,can you run the following command?egrep '^flags.*(vmx|svm)' /proc/cpuinfothanks ! Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15 Le 22 janv. 2013 à 22:35, Alexandre De Carvalho a écrit :Hi, I have this problem when i want

[Openstack] Unable to create a vm

2013-01-22 Thread Alexandre De Carvalho
Hi, I have this problem when i want to create a vm. Could not access KVM kernel module: Permission denied failed to initialize KVM: Permission denied No accelerator found! Can you help me, please ? best regards, Alexandre ___ Mailing list: https://lau

Re: [Openstack] Bypassing the keypair in Folsom

2013-01-22 Thread Sébastien Han
so you prefer to be asked for a password instead of log in passwordless? as suggested, edit the base image and create a password for the user :) -- Regards, Sébastien Han. On Tue, Jan 22, 2013 at 6:08 PM, Balamurugan V G wrote: > My ssh debug logs are below: > > $ ssh -vvv root@1.1.1.1 > OpenS

Re: [Openstack] Folsom: boot from volume snapshot using nova.conf and not cinder?

2013-01-22 Thread Blair Zajac
On 01/22/2013 12:42 PM, Vishvananda Ishaya wrote: On Jan 22, 2013, at 12:32 PM, Blair Zajac wrote: /usr/bin/nova-volume The wrong bin is running. You should be running /usr/bin/cinder-volume if you are using cinder. It doesn't look like you have configured cinder properly. The only cha

Re: [Openstack] Folsom: boot from volume snapshot using nova.conf and not cinder?

2013-01-22 Thread Vishvananda Ishaya
On Jan 22, 2013, at 12:32 PM, Blair Zajac wrote: > /usr/bin/nova-volume The wrong bin is running. You should be running /usr/bin/cinder-volume if you are using cinder. It doesn't look like you have configured cinder properly. ___ Mailing list: http

[Openstack] Folsom: boot from volume snapshot using nova.conf and not cinder?

2013-01-22 Thread Blair Zajac
I've set up a new Folsom instance on an Ubuntu 12.10 system. Trying to launch a new instance booting from a volume snapshot, which failed with the below stacktrace saying that nova-volumes cannot be found. This suggests to me that nova is using nova-volumes instead of cinder, even though I've

Re: [Openstack] Structure Hybrid Compute Nodes

2013-01-22 Thread zebra z zebra
I actually have the same question, but in a different "shape". Is it possible to "pin" specific workloads to certain nodes that one knows need to be of a certain type. I.e ­ can one "pin" certain workloads to high memory instances, GPU instances etc. -z From: Danilo Perogil Date: Tuesday, 22

Re: [Openstack] vm can not get ip

2013-01-22 Thread Rain Li
Hi, Sam, I also install Openstack on ubuntu 12.10 via http://devstack.org/guides/single-machine.html, and get this error as well. Another weird thing is that I can start an instance from horizon, (it shows the "successful" message), but I can not access (ping/ssh) the instance from the controller

Re: [Openstack] Bypassing the keypair in Folsom

2013-01-22 Thread heut2008
You can modify the base images ,change ssh config to allow password auth. 2013/1/23 Balamurugan V G > Hi, > > I have a Folsom private openstack cloud in which security is not a > concern. That is I dont really need the security groups and keypairs etc > offered by openstack. So all my instances

Re: [Openstack] Bypassing the keypair in Folsom

2013-01-22 Thread Balamurugan V G
My ssh debug logs are below: $ ssh -vvv root@1.1.1.1 OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to 1.1.1.1 [1.1.1.1] p

Re: [Openstack] Bypassing the keypair in Folsom

2013-01-22 Thread Balamurugan V G
Yes but I want to skip this feature of keypairs. I want to be able to SSH with out needing the keypairs since security is not a concern in my private cloud. Thanks, Balu On Tue, Jan 22, 2013 at 10:29 PM, JuanFra Rodriguez Cardoso < juanfra.rodriguez.card...@gmail.com> wrote: > Hi Balu: > > Befor

Re: [Openstack] Is the Quantum a network bottleneck

2013-01-22 Thread Jian Wen
On 2013?01?22? 10:56, Balamurugan V G wrote: > Hi, > > In an Openstack deployment using Quantum, the compute nodes access the > public/external network via the network node (as per the diagram > http://docs.openstack.org/trunk/openstack-network/admin/content/connectivity.html). > > So if I have a h

[Openstack] Nova compute for ESXi

2013-01-22 Thread Balamurugan V G
Hi, I am trying to add a ESXi compute node to the stack. So I have a Ubuntu VM inside the ESXi which I plan to use as the compute node for the ESXi. So on this Ubuntu VM, I need to install nova-compute. Since there are various flavors of nova-compute, I assume that I should be installing just the

Re: [Openstack] Bypassing the keypair in Folsom

2013-01-22 Thread JuanFra Rodriguez Cardoso
Hi Balu: Before launching an instance, you have to create a keypair (YOUR_DASHBOARD_IP/dashboard/nova/access_and_security/). Then, next time you launch an instance, you can choose that keypair created previously. Regards, JuanFra. 2013/1/22 Balamurugan V G > Hi, > > I have a Folsom private ope

[Openstack] Is the Quantum a network bottleneck

2013-01-22 Thread Balamurugan V G
Hi, In an Openstack deployment using Quantum, the compute nodes access the public/external network via the network node (as per the diagram http://docs.openstack.org/trunk/openstack-network/admin/content/connectivity.html ). So if I have a hundred compute nodes each running hundred instances, wou

[Openstack] Bypassing the keypair in Folsom

2013-01-22 Thread Balamurugan V G
Hi, I have a Folsom private openstack cloud in which security is not a concern. That is I dont really need the security groups and keypairs etc offered by openstack. So all my instances are launched as part of the default security group. I have even allowed all TCP and UDP ports(1 to 65535) and IC

Re: [Openstack] which is the level of unit test cases should be covered

2013-01-22 Thread John Griffith
On Mon, Jan 21, 2013 at 8:58 PM, Robert Collins wrote: > On 22 January 2013 16:37, Xiazhihui (Hashui, IT) > wrote: > > Hi friends, > > > > > > > > I want to upload a volume driver, right now I’m writing unit > test > > case code ( it’s also need to be uploaded). > > > > > > > >

Re: [Openstack] Instances and ARP

2013-01-22 Thread Joe Breu
In the interim you can set vpn_image_id to the UUID of an image that you want launched without mac and IP spoofing filters created. On the compute node the instance is launched with the nova-vpn ruleset which allows DHCP traffic. At current this only works with a single image UUID. --- Joseph

Re: [Openstack] Fwd: using Win AD authentication as keystone backend

2013-01-22 Thread Joshua McKenty
Wenmao- I've seen translucent LDAP proxies used for this type of operation, although typically to provide additional attributes rather than additional users. -- Sent from a tiny keyboard On Jan 22, 2013 4:23 AM, "Liu Wenmao" wrote: > > > -- Forwarded message -- > From: Liu Wenmao

[Openstack] Structure Hybrid Compute Nodes

2013-01-22 Thread Danilo Perogil
Hello everybody, Do you know of a way to set to work with OpenStack Computes Nodes containing different hardware? In my case, I did tests with different hardware, example 1 compute node with 24 processors and 128GB memory VS 1 compute node with 8 processors and 16GB of memory. In the test I saw

[Openstack] [COSUG] how the nova-api wsgi receive request?

2013-01-22 Thread longeek
Hi friends, openstack wsgi use eventlet to spawn one process which listening the request. I have known how the wsgi service running, but how the wsgi receive request and how to follow it by debug? any good ideas? Tks, Best Regards, Lawrency Meng mail: mengql112...@gmail.com -- __

[Openstack] Unify services and hosts API

2013-01-22 Thread Alessio Ababilov
Hi everyone! I noticed that API of two nova extensions (namely hosts and services) is inconsistent with other parts of API. First of all, you have to make a GET query for host shutdown, startup, or reboot. It's _very strange_ and it should be regular actions executed with a POST query. Second, N

Re: [Openstack] Progress on wiki migration to Mediawiki

2013-01-22 Thread Thierry Carrez
Ryan Lane wrote: > Image location is fixed and the redirects are also in. I still have issues with image location. See https://wiki-staging.openstack.org/wiki/File:Openstack-compute-icon.png or https://wiki-staging.openstack.org/wiki/File:Compute.png Everything looks ok, except access to image d

[Openstack] How to debug the wsgi app when get the request?

2013-01-22 Thread longeek
Hi, Now I have known that how to debug the wsgi server when it runs. But when I set the breakpoint and then use the CURL to fork the request to nova-api, I cann't get the debug info, such as var data. any good idea? -- Lawrency Meng mail:mengql112...@gmail.com ___

Re: [Openstack] Problem running devstack / stack.sh

2013-01-22 Thread Bhandaru, Malini K
Luo, Wow! That did it!!! Thank you for your suggestion. (for the record need "export HOST_IP=localhost" ..) Malini From: zhongyue@gmail.com [mailto:zhongyue@gmail.com] On Behalf Of Zhongyue Luo Sent: Tuesday, January 22, 2013 1:07 AM To: Bhandaru, Malini K Cc: Sagar Nikam; OpenS

[Openstack] Fwd: using Win AD authentication as keystone backend

2013-01-22 Thread Liu Wenmao
-- Forwarded message -- From: Liu Wenmao Date: Tue, Jan 22, 2013 at 4:55 PM Subject: Re: [Openstack] using Win AD authentication as keystone backend To: Tim Bell Thanks Bell is it possible to use active directory and mysql database at the same time? for example, keystone first

Re: [Openstack] Problem running devstack / stack.sh

2013-01-22 Thread Zhongyue Luo
Malini, Hope this helps. I added this to my localrc to get a single node work behind a intel proxy. HOST_IP = localhost SERVICE_HOST = $HOST_IP IMAGE_HOST = $HOST_IP IDENTITY_HOST = $HOST_IP If you want to run a multi node devstack setup, you have to turn off all proxy envs. On Tue, Jan 22, 201

Re: [Openstack] Ok, how do I debug this problem?

2013-01-22 Thread Belmiro Moreira
Hi Chris, Are all compute nodes happy? nova-manage service list Belmiro On Jan 21, 2013, at 7:23 PM, Christopher Smith wrote: > > So we have this four node Nova cluster running Essex. It has worked fine, > but we've added new network interfaces. Openstack has not yet been > configured to