[Openstack] Nova bindings for ... PHP?

2012-09-03 Thread Tom Fifield
Hi all, I've been handed an interesting piece of PaaS software (its various pieces are in Java, PHP, python and bash!) and told make it work with OpenStack. Noone's done any work to make nova play with PHP, have they? Regards, Tom ___ Mailing

Re: [Openstack] Nova bindings for ... PHP?

2012-09-03 Thread Robert Collins
On Mon, Sep 3, 2012 at 6:07 PM, Tom Fifield fifie...@unimelb.edu.au wrote: Hi all, I've been handed an interesting piece of PaaS software (its various pieces are in Java, PHP, python and bash!) and told make it work with OpenStack. Noone's done any work to make nova play with PHP, have they?

Re: [Openstack] Nova bindings for ... PHP?

2012-09-03 Thread Tom Fifield
On 03/09/12 16:11, Robert Collins wrote: On Mon, Sep 3, 2012 at 6:07 PM, Tom Fifield fifie...@unimelb.edu.au wrote: Hi all, I've been handed an interesting piece of PaaS software (its various pieces are in Java, PHP, python and bash!) and told make it work with OpenStack. Noone's done any

[Openstack] Unable to start NOVA VOLUME

2012-09-03 Thread Trinath Somanchi
Hi- I have Installed Nova Volume in the Openstack Essex Controller. But When I restart the nova-volume service, I get the following error 2012-09-03 12:26:22 TRACE nova Traceback (most recent call last): 2012-09-03 12:26:22 TRACE nova File /usr/bin/nova-volume, line 49, in module 2012-09-03

Re: [Openstack] Weird ping problem

2012-09-03 Thread Dave Pigott
Hi Vish, Thanks for replying. multi_host is set up on all nodes. Where are ip_forward and the snat rules documented? Thanks Dave On 31 Aug 2012, at 16:54, Vishvananda Ishaya wrote: Are you running multi_host, as in nova-network on both nodes? I would check ip_forward is enabled on both

Re: [Openstack] Weird ping problem

2012-09-03 Thread Dave Pigott
Hi Vish, Just checked on ip_forward. It's enabled on all nodes. The snat rule: Is that the one about ssh and ping being allowed through? In which case I'd already done all that. Thanks Dave On 31 Aug 2012, at 16:54, Vishvananda Ishaya wrote: Are you running multi_host, as in nova-network

Re: [Openstack] boot command fails

2012-09-03 Thread Eoghan Glynn
While trying to create a VM instance on openstack, the boot command (nova boot) returns the following error: --- ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) --- everything seems to be working (nova services are starting). I am

[Openstack] Nova Compute node Configuration

2012-09-03 Thread Trinath Somanchi
Hi- With respect to the nova.conf configuration options, http://wiki.openstack.org/NovaConfigOptions What are the typical required configuration options for a COMPUTE NODE which hosts the VM instances should have? In the Installation guide, it a simple copy and paste of the configuration

Re: [Openstack] Unable to start NOVA VOLUME

2012-09-03 Thread Eoghan Glynn
I have Installed Nova Volume in the Openstack Essex Controller. But When I restart the nova-volume service, I get the following error [...] 2012-09-03 12:26:22 TRACE nova OperationalError: (OperationalError) (1054, Unknown column 'volumes.instance_id' in 'field list') Hi Trinath, One

Re: [Openstack] [openstack-dev] [Glance] Implementing Common Image Properties

2012-09-03 Thread Haefliger, Juerg
I would also like to have a discussion about the following: org.openstack__1__default_fs = ext4 : default filesystem to use, for example, for ephemeral storage org.openstack__1__root_partition = 2 : Partition number of the root partition, used for key and file injection (0 for an unpartitioned

[Openstack] devstack, XenServer and networking

2012-09-03 Thread Teemu Rinta-aho
Hi all, I am running Ubuntu 12.04.1 on XenServer 6.0.2. I got devstack running without a localrc, but then stack.sh defaulted to running KVM/QEMU inside the Xen VM. When I started to edit localrc, I ended up with this problem: 2012-09-03 16:04:26 CRITICAL nova

Re: [Openstack] Unable to start NOVA VOLUME

2012-09-03 Thread Eoghan Glynn
I have Installed Nova Volume in the Openstack Essex Controller. But When I restart the nova-volume service, I get the following error [...] 2012-09-03 12:26:22 TRACE nova OperationalError: (OperationalError) (1054, Unknown column 'volumes.instance_id' in 'field list') Hi Trinath,

[Openstack] reservation of CPU cores?

2012-09-03 Thread Alex Glikson
Dear all, I wonder whether there is an easy way to configure how many cores nova-compute is supposed to use (or alternatively refrain from using) for provisioning of instances on a certain host, out of the total number of cores on that host? E.g., if I know that there are other things running

Re: [Openstack] reservation of CPU cores?

2012-09-03 Thread John Griffith
On Mon, Sep 3, 2012 at 7:57 AM, Alex Glikson glik...@il.ibm.com wrote: Dear all, I wonder whether there is an easy way to configure how many cores nova-compute is supposed to use (or alternatively refrain from using) for provisioning of instances on a certain host, out of the total number of

Re: [Openstack] Nova bindings for ... PHP?

2012-09-03 Thread Anne Gentle
Glen Campbell is working on a PHP library here (and would welcome reviewers I'm sure). https://github.com/rackspacedrg/raxsdk-php/blob/master/docs/userguide/index.md On Mon, Sep 3, 2012 at 1:07 AM, Tom Fifield fifie...@unimelb.edu.au wrote: Hi all, I've been handed an interesting piece of

Re: [Openstack] Quantum vs. Nova-network in Folsom

2012-09-03 Thread Rob_Hirschfeld
Dan, The challenge here is how to wean off one code base (Nova Net) and into another (Quantum). My thinking was that we'd be able to have more shared components and possibly shared code. This could ease the transition by having operators gain experience with Open vSwitch. Unfortunately, it

[Openstack] Running for Quantum PTL

2012-09-03 Thread Dan Wendlandt
Just sent this to the openstack-dev mailing this the first time. Now forwarding to openstack@lists.launchpad.net dan -- Forwarded message -- From: Dan Wendlandt d...@nicira.com Date: Sun, Sep 2, 2012 at 2:10 PM Subject: Running for Quantum PTL To: OpenStack Development Mailing

[Openstack] Fwd: [openstack-dev] Running for Quantum PTL

2012-09-03 Thread Duncan McGreggor
-- Forwarded message -- From: Duncan McGreggor dun...@dreamhost.com Date: Mon, Sep 3, 2012 at 12:40 AM Subject: Re: [openstack-dev] Running for Quantum PTL To: OpenStack Development Mailing List openstack-...@lists.openstack.org On Sun, Sep 2, 2012 at 2:10 PM, Dan Wendlandt

Re: [Openstack] Nova bindings for ... PHP?

2012-09-03 Thread Ryan Lane
On Mon, Sep 3, 2012 at 8:53 AM, Anne Gentle a...@openstack.org wrote: Glen Campbell is working on a PHP library here (and would welcome reviewers I'm sure). https://github.com/rackspacedrg/raxsdk-php/blob/master/docs/userguide/index.md There's also a fairly Wikimedia-specific and incomplete

Re: [Openstack] Nova bindings for ... PHP?

2012-09-03 Thread Everett Toews
For the Java part you might want to consider jclouds. The question of how to use jclouds with OpenStack came up on their mailing list a little while ago so I wrote up a post on how to do it at http://blog.phymata.com/2012/09/04/jclouds-and-openstack/ Cheers, Everett On 9/3/12 1:07 AM, Tom

Re: [Openstack] reservation of CPU cores?

2012-09-03 Thread Hunter Nield
We ran into the same issue and ended up having to patch in support for per host reserved cores. We've not had a chance to submit a patch for it. I'm wondering if this addition to Folsom will provide similar functionality - https://blueprints.launchpad.net/nova/+spec/libvirt-xml-cpu-model. I need

[Openstack] Glance PTL Candidacy

2012-09-03 Thread Brian Waldon
Good news, everyone! I'd like to officially announce my candidacy for the Project Technical Lead of Glance for the Grizzly release cycle. Since I am the current Glance PTL, I have had a chance to figure out what being a PTL means for me: - provide general direction for the project - facilitate

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_glance_trunk #142

2012-09-03 Thread openstack-testing-bot
Title: precise_folsom_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_glance_trunk/142/Project:precise_folsom_glance_trunkDate of build:Mon, 03 Sep 2012 23:00:32 -0400Build duration:2 min 8 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_glance_trunk #138

2012-09-03 Thread openstack-testing-bot
Title: precise_folsom_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_glance_trunk/138/Project:precise_folsom_glance_trunkDate of build:Sat, 01 Sep 2012 04:30:32 -0400Build duration:3 min 0 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_python-quantumclient_trunk #30

2012-09-03 Thread openstack-testing-bot
Title: precise_folsom_python-quantumclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_python-quantumclient_trunk/30/Project:precise_folsom_python-quantumclient_trunkDate of build:Sat, 01 Sep 2012 09:30:33 -0400Build duration:1 min 53 secBuild

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_swift_trunk #64

2012-09-03 Thread openstack-testing-bot
Title: quantal_folsom_swift_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_swift_trunk/64/Project:quantal_folsom_swift_trunkDate of build:Thu, 30 Aug 2012 16:00:33 -0400Build duration:3 min 44 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_glance_trunk #140

2012-09-03 Thread openstack-testing-bot
Title: precise_folsom_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_glance_trunk/140/Project:precise_folsom_glance_trunkDate of build:Mon, 03 Sep 2012 17:30:33 -0400Build duration:2 min 2 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_swift_trunk #65

2012-09-03 Thread openstack-testing-bot
Title: quantal_folsom_swift_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_swift_trunk/65/Project:quantal_folsom_swift_trunkDate of build:Fri, 31 Aug 2012 18:00:58 -0400Build duration:2 min 57 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_quantum_trunk #164

2012-09-03 Thread openstack-testing-bot
Title: quantal_folsom_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_quantum_trunk/164/Project:quantal_folsom_quantum_trunkDate of build:Fri, 31 Aug 2012 10:30:34 -0400Build duration:5 min 41 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_glance_trunk #137

2012-09-03 Thread openstack-testing-bot
Title: precise_folsom_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_glance_trunk/137/Project:precise_folsom_glance_trunkDate of build:Sat, 01 Sep 2012 03:30:32 -0400Build duration:2 min 2 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_glance_trunk #136

2012-09-03 Thread openstack-testing-bot
Title: precise_folsom_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_glance_trunk/136/Project:precise_folsom_glance_trunkDate of build:Fri, 31 Aug 2012 16:00:32 -0400Build duration:2 min 28 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_glance_trunk #139

2012-09-03 Thread openstack-testing-bot
Title: precise_folsom_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_glance_trunk/139/Project:precise_folsom_glance_trunkDate of build:Mon, 03 Sep 2012 17:00:33 -0400Build duration:2 min 4 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_glance_trunk #134

2012-09-03 Thread openstack-testing-bot
Title: precise_folsom_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_glance_trunk/134/Project:precise_folsom_glance_trunkDate of build:Thu, 30 Aug 2012 17:00:33 -0400Build duration:2 min 12 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_glance_trunk #135

2012-09-03 Thread openstack-testing-bot
Title: precise_folsom_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_glance_trunk/135/Project:precise_folsom_glance_trunkDate of build:Thu, 30 Aug 2012 17:30:33 -0400Build duration:2 min 55 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_quantum_trunk #165

2012-09-03 Thread openstack-testing-bot
Title: quantal_folsom_quantum_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_quantum_trunk/165/Project:quantal_folsom_quantum_trunkDate of build:Fri, 31 Aug 2012 14:30:34 -0400Build duration:5 min 59 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_glance_trunk #143

2012-09-03 Thread openstack-testing-bot
Title: precise_folsom_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_glance_trunk/143/Project:precise_folsom_glance_trunkDate of build:Tue, 04 Sep 2012 00:30:32 -0400Build duration:2 min 3 secBuild cause:Started by an SCM changeBuilt