Re: [Openstack] OpenStack in OpenStack Without a 'VT-x' CPU

2013-05-01 Thread Lloyd Dewolf
On Tue, Apr 30, 2013 at 2:14 PM, Dugger, Donald D donald.d.dug...@intel.com wrote: I don’t claim to be an expert on OpenStack on OpenStack but I don’t believe you need VTx at all. IPMI, yes you need that, but not VTx. How would (physical) IPMI come in to this equation? If I understand here we

Re: [Openstack] How to integrate Cloudsim

2013-05-01 Thread Lorin Hochstein
Harry: I believe that Cloudsim is a cloud simulator, intended to be run on your local desktop/laptop. You wouldn't actually run it on a cloud such as OpenStack. Take care, Lorin On Tue, Apr 30, 2013 at 8:18 AM, harryxiyou harryxi...@gmail.com wrote: Hi all, I just wonder how to

[Openstack] Booting from a volume makes the VM unreachable from controller node

2013-05-01 Thread Mohammed Amine SAYA
Hi all, I finally managed to boot a VM, ping it and even ssh into it on my modest openstack cloud (Three machines only). Very proud of it :-))) So I moved to the next level which is to boot a VM on a volume and things got a little bit cloudy. I created a volume with cinder and followed the

[Openstack] Openstack - Folsom Quantum Insallation

2013-05-01 Thread Sathiyamoorthy, Ak
All, I am trying to setup Folsom Quantum on CentOS and ran into issue building the openvswitch rpm. Does anyone have a built rpm or steps to build it? Your help is appreciated. Regards A K Sathiyamoorthy, PMP Technology Consultant Hewlett-Packard | Enterprise Services, U.S.

Re: [Openstack] Openstack - Folsom Quantum Insallation

2013-05-01 Thread Robert van Leeuwen
All, I am trying to setup Folsom Quantum on CentOS and ran into issue building the openvswitch rpm. Does anyone have a built rpm or steps to build it? Hi, I will mail you our srpm / rpm for openvswitch. Cheers, Robert van Leeuwen ___ Mailing

[Openstack] keystone network endpoint doesnt start

2013-05-01 Thread Molnár Mihály László
hi all! I just installed Grizzly following this: https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst I wanted to create tenant network when I got this error: quantum net-create --tenant-id 1f9305114a554a89b02e5fcc786f8175

Re: [Openstack] OpenStack in OpenStack Without a 'VT-x' CPU

2013-05-01 Thread Dugger, Donald D
Oh, my bad. I interpreted the original question as being about OpenStack on OpenStack which is the bare metal use case I was talking about. I see the real question is OpenStack `in` OpenStack, which I guess would be a nested virtualization case. The points about nested virt for VTx in KVM

Re: [Openstack] keystone network endpoint doesnt start

2013-05-01 Thread Dolph Mathews
I imagine that you need to start quantum by running *quantum-server* -Dolph On Wed, May 1, 2013 at 10:18 AM, Molnár Mihály László lacik...@gmail.comwrote: hi all! I just installed Grizzly following this:

Re: [Openstack] keystone network endpoint doesnt start

2013-05-01 Thread Molnár Mihály László
something gone wrong with my mysql server... i had to start quantum-server in debug mode to figure it out. i dont know why there is no error in the log if something is not working well, why must we put it in debug mode for that thanks anyway! Rusty On Wed, May 1, 2013 at 6:18 PM, Dolph Mathews

Re: [Openstack] [Bug 1175179] Re: DHCP agent creation reports error !

2013-05-01 Thread skible.openst...@gmail.com
On 05/01/2013 04:34 PM, Gary Kotton wrote: Hi, Can you please ensure that you have the following configured in the quantum.conf file: [AGENT] root_helper = sudo /usr/bin/quantum-rootwrap /etc/quantum/rootwrap.conf Thanks Gary Hi Gary, No i don't ! I have this format actually : root_helper

Re: [Openstack] launching multiple VMs takes very long time

2013-05-01 Thread Steve Heistand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ok a followup to this. its not any sort of disk access issue. I created a new disk to hold the glance directory and running atop while launching shows all the activity on the original root drive nothing using glance. Normally at idle the root drive

Re: [Openstack] launching multiple VMs takes very long time

2013-05-01 Thread Eric_E_Smith
You might take a look at iptraf during a slow deployment to determine if the utilization on a particular interface is high. -Original Message- From: Openstack [mailto:openstack-bounces+eric_e_smith=dell@lists.launchpad.net] On Behalf Of Steve Heistand Sent: Wednesday, May 01, 2013

Re: [Openstack] [Bug 1175179] Re: DHCP agent creation reports error !

2013-05-01 Thread skible.openst...@gmail.com
Exactly ! I tried to use sudo directly but ended up with even more trouble with the l3 agent and openVswitch agent not being able to create ports on br-eth1 and br-ex ! My best solution for this right now is to keep the original rootwrap and restart your dhcp agent after your create any

[Openstack] glance client not working

2013-05-01 Thread Dennis Jacobfeuerborn
Hi, I'm currently working on setting up OpenStack using Ansible (after giving up on Puppet) and have keystone running and Glance running. The problem I now have is that the client doesn't seem to work: [root@controller1 ~]# glance index ID Name

Re: [Openstack] glance client not working

2013-05-01 Thread Jay Pipes
On 05/01/2013 02:28 PM, Dennis Jacobfeuerborn wrote: Hi, I'm currently working on setting up OpenStack using Ansible (after giving up on Puppet) and have keystone running and Glance running. The problem I now have is that the client doesn't seem to work: [root@controller1 ~]# glance index

Re: [Openstack] launching multiple VMs takes very long time

2013-05-01 Thread Rick Jones
On 05/01/2013 10:43 AM, Steve Heistand wrote: there may be some network issues going on here, trying to shove some amount of data bigger then a few Gig seems to start slowing things down. If you think there is an actual network problem, you could I suppose try exploring that with netperf or

Re: [Openstack] Multinode setup? [SOLVED]

2013-05-01 Thread Dmitry Makovey
For completeness sake here's what I ended up doing to resolve my ongoing issues with second Cinder node: we're dealing with RHEL6.x here with Folsom from EPEL. For simplification of things both iptables and SELinux were dropped into permissive mode on both nodes (which I will be bringing back

Re: [Openstack] Glance cannot authenticate

2013-05-01 Thread Viktor Viking
Hi Razique, Thank you for the tip. My problem was misconfiguration of admin_user/admin_password at /etc/glance/glance-api.conf. Best, Viktor On Tue, Apr 30, 2013 at 10:15 PM, Razique Mahroua razique.mahr...@gmail.com wrote: ok problem solved here. As I was using an HA cluster between two

Re: [Openstack] launching multiple VMs takes very long time

2013-05-01 Thread Steve Heistand
so I dont think there is a network or disk bottle neck now. in watching instances launch I see that the disk image itself gets copied out to the compute node in 1 minute, the xml file for libvirt gets created. then a pause of ~ 20 minutes then the kvm process starts up and off the VM goes just

Re: [Openstack] launching multiple VMs takes very long time

2013-05-01 Thread Mark Lehrer
where should I start looking to find out why things are so slow? Check the glance node. The first prototype I set up had an incredibly slow glance node, which led to this kind of behavior. Are the compute nodes downloading at the same time, or sequentially? Mark

[Openstack] Windows 7 not working with Grizzly

2013-05-01 Thread Martinx - ジェームズ
Hi! With Folsom, I used to create a Windows 7 image, with KVM+libvirt and then, upload it to Glance with the following command: glance image-create --name Windows 7 - ULTIMATE - 32 Bits - Pre-Installed Image --is-public true --container-format bare --disk-format qcow2

Re: [Openstack] How to integrate Cloudsim

2013-05-01 Thread harryxiyou
On Wed, May 1, 2013 at 9:23 PM, Lorin Hochstein lo...@nimbisservices.com wrote: Harry: I believe that Cloudsim is a cloud simulator, intended to be run on your local desktop/laptop. You wouldn't actually run it on a cloud such as OpenStack. Yeah, that's the problem. So i wanna realize that

[Openstack] moving glance service

2013-05-01 Thread Dmitry Makovey
Hi, after playing a bit with all-in-one setup I'm slowly moving services out to dedicated nodes. Got my Cinders sorted etc. However trying to move glance it seems that old glance endpoint gets cached someplace thus when I plug in new endpoint and remove old one I get all kinds of errors about

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #77

2013-05-01 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/77/Project:precise_havana_quantum_trunkDate of build:Wed, 01 May 2013 03:01:37 -0400Build duration:2 min 27 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #90

2013-05-01 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/90/Project:precise_havana_nova_trunkDate of build:Wed, 01 May 2013 04:31:38 -0400Build duration:41 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_nova_trunk #11

2013-05-01 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/11/Project:saucy_havana_nova_trunkDate of build:Wed, 01 May 2013 04:31:39 -0400Build duration:8 min 56 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #91

2013-05-01 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/91/Project:precise_havana_nova_trunkDate of build:Wed, 01 May 2013 06:31:40 -0400Build duration:51 secBuild cause:Started by an SCM changeBuilt

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

2013-05-01 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/93/Project:precise_havana_nova_trunkDate of build:Wed, 01 May 2013 10:31:39 -0400Build duration:1 min 25 secBuild cause:Started by an SCM changeBuilt

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

2013-05-01 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/94/Project:precise_havana_nova_trunkDate of build:Wed, 01 May 2013 12:31:38 -0400Build duration:29 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #78

2013-05-01 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/78/Project:precise_havana_quantum_trunkDate of build:Wed, 01 May 2013 15:31:37 -0400Build duration:3 min 6 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #79

2013-05-01 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/79/Project:precise_havana_quantum_trunkDate of build:Wed, 01 May 2013 16:31:37 -0400Build duration:2 min 51 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_glance_trunk #36

2013-05-01 Thread openstack-testing-bot
Title: precise_havana_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/36/Project:precise_havana_glance_trunkDate of build:Wed, 01 May 2013 17:01:37 -0400Build duration:7 min 13 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_glance_trunk #37

2013-05-01 Thread openstack-testing-bot
Title: precise_havana_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/37/Project:precise_havana_glance_trunkDate of build:Wed, 01 May 2013 17:31:35 -0400Build duration:7 min 19 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_glance_trunk #8

2013-05-01 Thread openstack-testing-bot
at 20130501

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_glance_trunk #38

2013-05-01 Thread openstack-testing-bot
Title: precise_havana_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/38/Project:precise_havana_glance_trunkDate of build:Wed, 01 May 2013 18:01:36 -0400Build duration:7 min 19 secBuild cause:Started by an SCM changeBuilt

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

2013-05-01 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/97/Project:precise_havana_nova_trunkDate of build:Wed, 01 May 2013 19:31:39 -0400Build duration:43 secBuild cause:Started by an SCM changeBuilt

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

2013-05-01 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/985/Project:precise_grizzly_nova_trunkDate of build:Wed, 01 May 2013 20:01:39 -0400Build duration:1 min 10 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_ceilometer_trunk #25

2013-05-01 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/25/Project:precise_havana_ceilometer_trunkDate of build:Wed, 01 May 2013 23:31:37 -0400Build duration:1 min 17 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_ceilometer_trunk #10

2013-05-01 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/10/Project:saucy_havana_ceilometer_trunkDate of build:Wed, 01 May 2013 23:31:38 -0400Build duration:1 min 48 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #98

2013-05-01 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/98/Project:precise_havana_nova_trunkDate of build:Thu, 02 May 2013 01:01:39 -0400Build duration:1 min 2 secBuild cause:Started by an SCM changeBuilt