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 csm...@wolfram.com 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

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,

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

2013-01-22 Thread Liu Wenmao
-- Forwarded message -- From: Liu Wenmao marvel...@gmail.com Date: Tue, Jan 22, 2013 at 4:55 PM Subject: Re: [Openstack] using Win AD authentication as keystone backend To: Tim Bell tim.b...@cern.ch Thanks Bell is it possible to use active directory and mysql database at the

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;

[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] 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

[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,

[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] 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

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 marvel...@gmail.com wrote: -- Forwarded message --

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] 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 robe...@robertcollins.netwrote: On 22 January 2013 16:37, Xiazhihui (Hashui, IT) xiazhihu...@huawei.com 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

[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

[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,

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 balamuruga...@gmail.com Hi, I have

[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

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 hundred

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: Before

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]

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 balamuruga...@gmail.com 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.

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] 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 dpero...@dualtec.com.br

[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

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 bl...@orcaware.com 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. ___

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 bl...@orcaware.com 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

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 balamuruga...@gmail.com wrote: My ssh debug logs are below: $ ssh -vvv

[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:

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 alexandre7.decarva...@gmail.com a écrit :Hi, I have this problem when i want to

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 bl...@orcaware.com 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,

[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:

[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

[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 :

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

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 matt.di...@rackspace.com wrote: All, I think Trey Morris has been doing

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

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] Wikipedia page

2013-01-22 Thread Lloyd Dewolf
On Wed, Jan 9, 2013 at 3:24 PM, Stefano Maffulli stef...@openstack.orgwrote: 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

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 lyp20062...@gmail.com: Hi, Sam, I also install Openstack on ubuntu 12.10 via http://devstack.org/guides/single-machine.html,

[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

[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

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #215

2013-01-22 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/215/Project:precise_grizzly_quantum_trunkDate of build:Tue, 22 Jan 2013 03:31:09 -0500Build duration:1 min 28 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_glance_trunk #81

2013-01-22 Thread openstack-testing-bot
at 20130122-0503Build needed 00:01:43, 12484k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #508

2013-01-22 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/508/Project:precise_grizzly_nova_trunkDate of build:Tue, 22 Jan 2013 05:00:25 -0500Build duration:3 min 23 secBuild cause:Started by user Yolanda RoblaBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_glance_trunk #92

2013-01-22 Thread openstack-testing-bot
at 20130122-0505Build needed 00:01:26, 12496k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #216

2013-01-22 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/216/Project:precise_grizzly_quantum_trunkDate of build:Tue, 22 Jan 2013 05:04:26 -0500Build duration:1 min 58 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #517

2013-01-22 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/517/Project:raring_grizzly_nova_trunkDate of build:Tue, 22 Jan 2013 05:00:59 -0500Build duration:5 min 39 secBuild cause:Started by user Yolanda RoblaBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_keystone_trunk #94

2013-01-22 Thread openstack-testing-bot
at 20130122

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #509

2013-01-22 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/509/Project:precise_grizzly_nova_trunkDate of build:Tue, 22 Jan 2013 06:31:10 -0500Build duration:2 min 44 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #217

2013-01-22 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/217/Project:precise_grizzly_quantum_trunkDate of build:Tue, 22 Jan 2013 08:31:11 -0500Build duration:1 min 46 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_keystone_trunk #96

2013-01-22 Thread openstack-testing-bot
at 20130122

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_keystone_trunk #97

2013-01-22 Thread openstack-testing-bot
at 20130122

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_keystone_trunk #98

2013-01-22 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/98/Project:raring_grizzly_keystone_trunkDate of build:Tue, 22 Jan 2013 13:23:29 -0500Build duration:5 min 13 secBuild cause:Started by user anonymousBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_nova_trunk #511

2013-01-22 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/511/Project:precise_grizzly_nova_trunkDate of build:Tue, 22 Jan 2013 13:31:12 -0500Build duration:15 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: folsom_coverage #383

2013-01-22 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/folsom_coverage/383/ -- Started by command line by jenkins Building on master in workspace http://10.189.74.7:8080/job/folsom_coverage/ws/ No emails were triggered. [workspace] $ /bin/bash -x

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_glance_trunk #93

2013-01-22 Thread openstack-testing-bot
at 20130122-1636Build needed 00:01:03, 12492k disc spaceERROR:root:Error occurred during package creation/build

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_glance_trunk #94

2013-01-22 Thread openstack-testing-bot
at 20130122

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: folsom_coverage #387

2013-01-22 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/folsom_coverage/387/ -- Started by command line by jenkins Building on master in workspace http://10.189.74.7:8080/job/folsom_coverage/ws/ No emails were triggered. [workspace] $ /bin/bash -x

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_glance_trunk #95

2013-01-22 Thread openstack-testing-bot
at 20130122

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: folsom_coverage #388

2013-01-22 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/folsom_coverage/388/ -- Started by command line by jenkins Building on master in workspace http://10.189.74.7:8080/job/folsom_coverage/ws/ No emails were triggered. [workspace] $ /bin/bash -x

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: folsom_coverage #390

2013-01-22 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/folsom_coverage/390/ -- Started by command line by jenkins Building on master in workspace http://10.189.74.7:8080/job/folsom_coverage/ws/ No emails were triggered. [workspace] $ /bin/bash -x

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: folsom_coverage #392

2013-01-22 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/folsom_coverage/392/ -- Started by command line by jenkins Building on master in workspace http://10.189.74.7:8080/job/folsom_coverage/ws/ No emails were triggered. [workspace] $ /bin/bash -x

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: folsom_coverage #393

2013-01-22 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/folsom_coverage/393/ -- Started by command line by jenkins Building on master in workspace http://10.189.74.7:8080/job/folsom_coverage/ws/ No emails were triggered. [workspace] $ /bin/bash -x