Re: [Openstack] Where to add the performance increasing method in openstack

2012-05-24 Thread Nagaraju Bingi
Hi, Do you mean, node is nothing but compute node right. Then it is straight forward you can add your logic scheduler or you can come up with your own scheduler algorithm which will take care where to create next instance. Go through the Good article on Scheduler:

Re: [Openstack] Where to add the performance increasing method in openstack

2012-05-24 Thread sarath zacharia
Hi , Yes I mean node as compute node. right now we prepared the new algorithm and we are on the implementing phase . Actually we created a program by using that algorithm. Program is developed by using the java . How we can add that program to the nova-scheduler . Regards Sarath

Re: [Openstack] [nova-compute] vm migration problem

2012-05-24 Thread Razique Mahroua
Yup,our friend smooser prensented ithttp://ubuntu-smoser.blogspot.fr/2010/03/introducing-cloud-inits-cloud-config.html Lorin Hochstein 23 mai 2012 19:25Wow, I never knew about that package. Are all of those utils compatible with OpenStack? Are they documented everywhere? Now

Re: [Openstack] Where to add the performance increasing method in openstack

2012-05-24 Thread hitesh wadekar
I think there are some people working on scheduler algorithm, May be you can ask Vishy, he will be the best person to give an answer. Can you cover that program into Python? I think using Jython we can embed java code in python, I am not sure about it. Thanks, Hitesh On Thu, May 24, 2012 at

Re: [Openstack] devstack multi-node tutorial fails

2012-05-24 Thread Razique Mahroua
Hey,no you don't need to, the only case where the SSH exchange is mandatory is for the [live|classi] migrationRaz Mauch, Viktor (SCC) 23 mai 2012 16:31Another thing:Is it really necessary to implement password-less ssh login via .ssh/authorized_keys?For me it works without

Re: [Openstack] Where to add the performance increasing method in openstack

2012-05-24 Thread Nagaraju Bingi
Hi, Please go through http://jpype.sourceforge.net/ for including Java program from python. Regards, Nagaraju B From: sarath zacharia [mailto:sarathzacha...@gmail.com] Sent: Thursday, May 24, 2012 12:49 PM To: Nagaraju Bingi Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] Where to

Re: [Openstack] Where to add the performance increasing method in openstack

2012-05-24 Thread Nagaraju Bingi
Hi, Let me know if anything requires on scheduler. Regards, Nagaraju B From: Hitesh wadekar [mail to:] Sent: Thursday, May 24, 2012 1:26 PM To: sarath zacharia Cc: Nagaraju Bingi; openstack@lists.launchpad.net Subject: Re: [Openstack] Where to add the performance increasing method in openstack

[Openstack] Greatest deployment?

2012-05-24 Thread SoLa
Hello, Few days ago I read something about OpenNebula,it's the main competitor in open source for Openstack, beside Eucalyptus, as far as i know. I found ( http://blog.opennebula.org) something about tens of thousands of VMs and OpenNebula's performance (maybe CERN has such huge deployment, who

Re: [Openstack] Greatest deployment?

2012-05-24 Thread Thierry Carrez
SoLa wrote: Few days ago I read something about OpenNebula,it's the main competitor in open source for Openstack, beside Eucalyptus, as far as i know. OpenNebula and Eucalyptus (as well as CloudStack) are alternative solutions in the open source IaaS Compute space. Note that OpenStack provides

[Openstack] Unused code in Nova [was Re: Quota classes]

2012-05-24 Thread Mark McLoughlin
On Fri, 2012-03-30 at 10:40 -0500, Kevin L. Mitchell wrote: On Fri, 2012-03-30 at 08:31 -0400, Eoghan Glynn wrote: A couple of quick questions on how this quota class mechanism is intended to work ... - how is the mapping between project and quota-class established? I was expecting a

[Openstack] [Nova] Getting error when injecting data into an image

2012-05-24 Thread Patrick Petit
Hi, I am getting the following error when running $ nova boot myserver --flavor 2 --key_name mykey --image 661bbe35-ebe5-4614-bdb2-3259ea507934 +-+--+ | Property | Value |

[Openstack] Can't ssh into instance

2012-05-24 Thread Leander Bessa Beernaert
Hello, I'm having trouble sshing into the created instances. At first i was getting the following error: ssh -i testkey.pem root@10.1.1.3 -v 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:

Re: [Openstack] [Glance] Using HTTP PATCH

2012-05-24 Thread Mark Nottingham
On 24/05/2012, at 6:22 AM, Brian Waldon wrote: Hey guys, I'm considering using PATCH rather than PUT for image updates in the v2 Image API, but I wanted to make sure there weren't any major blockers that I might be missing. As far as I can tell, the python libraries we use in Glance

Re: [Openstack] [Nova] Getting error when injecting data into an image

2012-05-24 Thread Pádraig Brady
On 05/24/2012 11:38 AM, Patrick Petit wrote: Hi, I am getting the following error when running $ nova boot myserver --flavor 2 --key_name mykey --image 661bbe35-ebe5-4614-bdb2-3259ea507934 +-+--+ |

Re: [Openstack] [metering] high-level design proposal

2012-05-24 Thread Doug Hellmann
On Thu, May 24, 2012 at 12:36 AM, Nick Barcet nick.bar...@canonical.comwrote: On 05/22/2012 07:15 PM, Doug Hellmann wrote: On Tue, May 22, 2012 at 1:25 PM, Nick Barcet nick.bar...@canonical.com mailto:nick.bar...@canonical.com wrote: On 05/22/2012 03:26 PM, Doug Hellmann wrote:

Re: [Openstack] [OpenStack][Keystone]Does legacy_auth v1.0 exist in Keystone Essex ?

2012-05-24 Thread Rafael Durán Castañeda
Re-sending to list, since I think I've got this by mistake: On 05/24/2012 12:42 PM, Kuo Hugo wrote: *Thanks for all . * * * *I checked several parts of legacy_auth. * * * *There're some requirements of legacy_auth. We do not want to hack exist essex code though. * * * *We're considering to

Re: [Openstack] [Glance] Using HTTP PATCH

2012-05-24 Thread Brian Waldon
On May 24, 2012, at 4:12 AM, Mark Nottingham wrote: The other limitation is having defined and registered patch formats. The IETF is currently working on one for JSON; it should be progressing soon. http://tools.ietf.org/html/draft-ietf-appsawg-json-patch I guess I haven't done enough

Re: [Openstack] [Glance] Using HTTP PATCH

2012-05-24 Thread Mark Nottingham
On 24/05/2012, at 10:06 PM, Brian Waldon wrote: On May 24, 2012, at 4:12 AM, Mark Nottingham wrote: The other limitation is having defined and registered patch formats. The IETF is currently working on one for JSON; it should be progressing soon.

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Anton Haldin
t can be an issue on OS side in instance ? do you have vnc access for this instance? On Thu, May 24, 2012 at 2:56 PM, Leander Bessa Beernaert leande...@gmail.com wrote: Hello, I'm having trouble sshing into the created instances. At first i was getting the following error: ssh -i

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Leander Bessa Beernaert
No, at the moment the vnc console isn't working yet. I haven't gotten that far yet. On Thu, May 24, 2012 at 1:29 PM, Anton Haldin ahal...@griddynamics.comwrote: t can be an issue on OS side in instance ? do you have vnc access for this instance? On Thu, May 24, 2012 at 2:56 PM, Leander

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Anton Haldin
you can try to look in console.log for this instance On Thu, May 24, 2012 at 4:41 PM, Leander Bessa Beernaert leande...@gmail.com wrote: No, at the moment the vnc console isn't working yet. I haven't gotten that far yet. On Thu, May 24, 2012 at 1:29 PM, Anton Haldin

Re: [Openstack] Greatest deployment?

2012-05-24 Thread John Paul Walters
Hi, On May 24, 2012, at 5:45 AM, Thierry Carrez wrote: OpenNebula has also this advantage, for me, that it's designed also to provide scientific cloud and it's used by few research centres and even supercomputing centres. How about Openstack? Anyone tried deploy it in supercomputing

Re: [Openstack] [Nova] Getting error when injecting data into an image

2012-05-24 Thread Anton Haldin
you can try to check permissions on this file . and ... do you have selinux enabled on this machine ? On Thu, May 24, 2012 at 4:26 PM, Patrick Petit patrick.michel.pe...@gmail.com wrote: Hi Pádraig, Thank you for your reply. I am not running

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Leander Bessa Beernaert
Complete log: http://paste.openstack.org/show/18144/ On Thu, May 24, 2012 at 1:49 PM, Anton Haldin ahal...@griddynamics.comwrote: you can try to look in console.log for this instance On Thu, May 24, 2012 at 4:41 PM, Leander Bessa Beernaert leande...@gmail.com wrote: No, at the moment

Re: [Openstack] [Nova] Getting error when injecting data into an image

2012-05-24 Thread Pádraig Brady
On 05/24/2012 01:26 PM, Patrick Petit wrote: Hi Pádraig, Thank you for your reply. I applied the suggested libvirt_inject_partition = -1 It does change things because it's not complaining about mount error any more but generates further errors down the path in libvirt.py 2012-05-24

Re: [Openstack] Where to add the performance increasing method in openstack

2012-05-24 Thread Sandy Walsh
Hi! You would want to report this information to the Scheduler (probably via the db) so it can make more informed decisions. A new Weight Function in the scheduler would be the place to add it specifically. We currently track the number of VM I/O operations being performed on each Compute

Re: [Openstack] [Nova] Getting error when injecting data into an image

2012-05-24 Thread Patrick Petit
2012/5/24 Pádraig Brady p...@draigbrady.com On 05/24/2012 01:26 PM, Patrick Petit wrote: Hi Pádraig, Thank you for your reply. I applied the suggested libvirt_inject_partition = -1 It does change things because it's not complaining about mount error any more but generates further

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Anton Haldin
it can be an issue of openssh: one more link http://www.gossamer-threads.com/lists/openssh/dev/51483?do=post_view_threaded#51483 On Thu, May 24, 2012 at 5:48 PM, Anton Haldin ahal...@griddynamics.comwrote: what you can try to do: you can mount machine image and check /var/log/auth.log

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Leander Bessa Beernaert
Compute log: Log: http://paste.openstack.org/show/18149/ I've tried bot root and ubuntu as account names (ssh -i key.pem root@10.1.2.3 and ssh -i key.pem ubuntu@10.1.2.3) and the result is still Read from socket failed: Connection reset by peer On Thu, May 24, 2012 at 1:57 PM, Leander Bessa

Re: [Openstack] devstack installation failing

2012-05-24 Thread Salman Malik
Thanks guys. Here is the output of the curl command: {error: {message: Invalid tenant, code: 401, title: Not Authorized}} Seems like there is no such tenant in keystone database. I tried doing keystone tenant-list but it keeps on asking for one extra argument each time (i.e after keystone

Re: [Openstack] devstack multi-node tutorial fails

2012-05-24 Thread Dean Troyer
On Thu, May 24, 2012 at 4:46 AM, Mauch, Viktor (SCC) ma...@kit.edu wrote: H, who would be the responsible person to make corrections and insert some more comments to the current multi node tutorial of devstack?? The devstack.org site is built from the gh-pages branch of devstack at

Re: [Openstack] nova state machine simplification and clarification

2012-05-24 Thread Yun Mao
Sandy, I like the suggestion of graphvis, although I haven't used it for a while. Is there a dir in nova appropriate to put .dot files? I was hoping to get the proposal discussed a few round, and while it's getting stabilized, we can work on the graphvis representation. Thanks, Yun On Wed, May

Re: [Openstack] [Nova] Getting error when injecting data into an image

2012-05-24 Thread Anton Haldin
Sorry Patrick, I did not understand you question about bug. As I understood If you want to use selinux you will need to have policies to configure it for you application. or do customization by setsebool I'm using OpenStack on CentOS and I know only two way 1) disable selinux 2) or customize it

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Leander Bessa Beernaert
I've formatted the host machine and reinstalled openstack, just in case. Now i am only getting connection refused. On Thu, May 24, 2012 at 3:01 PM, Leander Bessa Beernaert leande...@gmail.com wrote: Compute log: Log: http://paste.openstack.org/show/18149/ I've tried bot root and ubuntu as

Re: [Openstack] devstack installation failing

2012-05-24 Thread Dolph Mathews
keystoneclient is looking for enough arguments for it to either fully authenticate or bypass authentication. To fully authenticate: keystone --os_username=admin --os_password=secret --os_tenant_name=project-x --os_auth_url=http://keystone:5000/v2.0/tenant-list To bypass authentication (i.e. you

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Sébastien Han
It's not an open-ssh issue. Your virtual machine simply can't fetch the metadata, cloud-init can't to be more accurate. Without this your ssh key is not imported. This is why the machine is well running, you can ping it but you can't access it because the authorized_keys file on the vm is not

Re: [Openstack] Unused code in Nova [was Re: Quota classes]

2012-05-24 Thread Kevin L. Mitchell
On Thu, 2012-05-24 at 10:56 +0100, Mark McLoughlin wrote: So, I'm looking into the quotas code properly for the first time while reviewing one of the quota refactor patches and I come across the quota_class property on RequestContext My last 45 minutes have been: Where is quota_class

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Scott Moser
On Thu, 24 May 2012, Leander Bessa Beernaert wrote: Compute log: Log: http://paste.openstack.org/show/18149/ I've tried bot root and ubuntu as account names (ssh -i key.pem root@10.1.2.3 and ssh -i key.pem ubuntu@10.1.2.3) and the result is still Read from socket failed: Connection reset by

Re: [Openstack] [Nova] Getting error when injecting data into an image

2012-05-24 Thread Pádraig Brady
On 05/24/2012 02:49 PM, Patrick Petit wrote: 2012/5/24 Pádraig Brady p...@draigbrady.com mailto:p...@draigbrady.com On 05/24/2012 01:26 PM, Patrick Petit wrote: Hi Pádraig, Thank you for your reply. I applied the suggested libvirt_inject_partition = -1

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Leander Bessa Beernaert
Adding the following to my config file solved my problem!! Thanks!! - routing_source_ip=IP_CURRENT_NODE - --my_ip=IP_CURRENT_NODE Regards, Leander On Thu, May 24, 2012 at 4:24 PM, Sébastien Han han.sebast...@gmail.comwrote: It's not an open-ssh issue. Your virtual machine simply can't

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Leander Bessa Beernaert
Just a question i forgot, on a multi-host senario, the IP_CURRENT_NODE is the compute node's ip right? Currently i'm only running everything on a single host. On Thu, May 24, 2012 at 4:32 PM, Leander Bessa Beernaert leande...@gmail.com wrote: Adding the following to my config file solved my

Re: [Openstack] Greatest deployment?

2012-05-24 Thread Matt Joyce
We did some considerable HPC testing when I worked over at NASA Ames with the Nebula project. So I think we may have been the first to try out openstack in an HPC capacity. If you can find Piyush Mehrotra from the NAS division at Ames, ( I'll leave it to you to look him up ) he has comprehensive

Re: [Openstack] devstack installation failing

2012-05-24 Thread Salman Malik
Thanks Dolph for explaining the full command. Here is my output: keystone --os_username=admin --os_password=nova --os_tenant_name=admin --os_auth_url=http://10.0.3.15:5000/v2.0/ tenant-list No handlers could be found for logger keystoneclient.client Invalid tenant (HTTP 401) where I used:

Re: [Openstack] Greatest deployment?

2012-05-24 Thread Matt Joyce
s/APT/API/ s/of/or/ Please forgive spelling errors. On a train atm. On Thu, May 24, 2012 at 8:34 AM, Matt Joyce matt.jo...@cloudscaling.comwrote: We did some considerable HPC testing when I worked over at NASA Ames with the Nebula project. So I think we may have been the first to try out

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Sébastien Han
Perfect! Yes in a multi-host scenario it's the IP address of the compute node itself :) Cheers! On Thu, May 24, 2012 at 5:34 PM, Leander Bessa Beernaert leande...@gmail.com wrote: Just a question i forgot, on a multi-host senario, the IP_CURRENT_NODE is the compute node's ip right? Currently

Re: [Openstack] [QA] Weekly Meeting tomorrow, Thursday, May 23 @ 17:00 UTC

2012-05-24 Thread Paul Belanger
On 12-05-24 01:42 AM, Dolph Mathews wrote: The wiki page for meetings has a link to an iCal feed you can subscribe to: http://wiki.openstack.org/Meetings Direct iCal link: http://goo.gl/okDGE Great, thanks. Feature request, any chance of individual iCal feeds for each meeting? Right now,

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Rogerio Goncalves
Maybe you missed the rules of security group? Rogério Gonçalves roge...@gmail.com Cel: (11) 8840-9790 On Thu, May 24, 2012 at 12:12 PM, Leander Bessa Beernaert leande...@gmail.com wrote: I've formatted the host machine and reinstalled openstack, just in case. Now i am only getting

[Openstack] Folsom-1 milestone available for Keystone, Glance, Nova, Horizon and Quantum

2012-05-24 Thread Thierry Carrez
Hi everyone, The first milestone of the Folsom cycle is now available for Keystone, Glance, Nova, Horizon and Quantum ! Note that Glance now provides python-glanceclient as a separate release deliverable. You can see the full list of new features and fixed bugs, as well as tarball downloads, at:

Re: [Openstack] Where to add the performance increasing method in openstack

2012-05-24 Thread Diego Parrilla
Hi Sandy, Where is your VM I/O based scheduler published? We are also working on smart schedulers. Cheers Diego Enviado desde mi iPhone, perdona la brevedad El 24/05/2012, a las 15:10, Sandy Walsh sandy.wa...@rackspace.com escribió: Hi! You would want to report this information to the

[Openstack] Nodejs in horizon

2012-05-24 Thread Joshua Harlow
Hi all, I was seeing that node.js is now being used in horizon. Is there any details on why that was needed, the reasoning, the technical docs on where it is used. Are there packages available in fedora/ubuntu for this? Such a change seems like it should have a little more

Re: [Openstack] Where to add the performance increasing method in openstack

2012-05-24 Thread Sandy Walsh
Have a look at the nova/notifications/capacity_notifier and the related capacity operations in nova.db.api The notifier listens for Compute node operations (*.start/*.end) and keeps the ComputeNode table fresh with the latest state. The Scheduler uses the ComputeNode table for picking

[Openstack] nova user management without the dashboard

2012-05-24 Thread Sharif Islam
Is anyone using nova without utilizing the dashboard? Most of our users are used to ec2 api from the command line so we are thinking about generating the credential files and placing them in user's home directory. The idea is to avoid the extra step of login to the dashboard and grabbing the

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Matt Joyce
First rule of security group. Do not talk about security group. j/k On Thu, May 24, 2012 at 9:35 AM, Rogerio Goncalves roge...@gmail.comwrote: Maybe you missed the rules of security group? Rogério Gonçalves roge...@gmail.com Cel: (11) 8840-9790 On Thu, May 24, 2012 at 12:12 PM,

Re: [Openstack] nova state machine simplification and clarification

2012-05-24 Thread Jay Pipes
On 05/24/2012 10:46 AM, Yun Mao wrote: Sandy, I like the suggestion of graphvis, although I haven't used it for a while. Is there a dir in nova appropriate to put .dot files? I was hoping to get the proposal discussed a few round, and while it's getting stabilized, we can work on the graphvis

Re: [Openstack] Nodejs in horizon

2012-05-24 Thread Chuck Short
Hi On Thu, 24 May 2012 10:33:32 -0700 Joshua Harlow harlo...@yahoo-inc.com wrote: Hi all, I was seeing that node.js is now being used in horizon. Is there any details on why that was needed, the reasoning, the technical docs on where it is used. Are there packages available in

Re: [Openstack] Nodejs in horizon

2012-05-24 Thread Joshua Harlow
So was there thought about the fedora and other distributions when adding this as a dependency. I thought we were going to try to support both, but if a package is currently only in a single distribution, that makes it hard to develop on both. Not sure if this is valid, and it might be

Re: [Openstack] Nodejs in horizon

2012-05-24 Thread Devin Carlen
Hi Joshua, Node.js is in the standard repos for most modern distros. It's not an issue for Ubuntu/Fedora. We are using Node.js for a package called Less with does asset compression for us. Less is Apache 2 licensed so we have included it directly within Horizon:

Re: [Openstack] Nodejs in horizon

2012-05-24 Thread Joshua Harlow
That's fine, I just want to make sure there is a vetting process for new packages. With documented reasons, documentation on how the distros will get to having that package (if they don't) and so on. Seeing that this is a multiple distribution project, it seems pretty relevant to make sure

[Openstack] Question about cloudfiles API

2012-05-24 Thread Shawn Heisey
This question is probably more appropriate for the Swift mailing list, but I could not figure out how to subscribe to that list, so it's going here. I'm OK with moving it there, if someone can tell me how to get subscribed, or if I'm in completely the wrong place, let me know. I am

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Sébastien Han
Why did you reinstall everything? There is no just in case, I mean you solved your issue, it was from your configuration not from openstack :) It's a routing issue, same as earlier. Check again those parameters, specially the first one: - --routing_source_ip=IP_CURRENT_NODE -

[Openstack] Quantum+Openvswitch: could not open /dev/net/tun: Operation not permitted

2012-05-24 Thread Igor Laskovy
Hello all from sunny Kiev)) I have built nova+quantum+openvswitch without nova-volume lab on two nodes - one controller with everything on it except nova-compute and second dedicated compute node with nova-compute: During creating VM I have error which I still can't fix: $ nova boot --image

Re: [Openstack] nova user management without the dashboard

2012-05-24 Thread Rafael Durán Castañeda
El 24/05/12 20:36, Sharif Islam escribió: Is anyone using nova without utilizing the dashboard? Most of our users are used to ec2 api from the command line so we are thinking about generating the credential files and placing them in user's home directory. The idea is to avoid the extra step of

Re: [Openstack] nova user management without the dashboard

2012-05-24 Thread Dean Troyer
On Thu, May 24, 2012 at 1:36 PM, Sharif Islam isla...@indiana.edu wrote: the dashboard and grabbing the file. However, keystone seems to not have a equivalent command like this: nova-manage project zipfile projectname username username-projectname-nova.zip It isn't a complete replacement,

Re: [Openstack] nova state machine simplification and clarification

2012-05-24 Thread Matt Joyce
I love graphviz as a charting tool and sphinx support inline is great. Used to use it all the time at nebula in the work wiki. -Matt On Thu, May 24, 2012 at 12:10 PM, Jay Pipes jaypi...@gmail.com wrote: On 05/24/2012 10:46 AM, Yun Mao wrote: Sandy, I like the suggestion of graphvis,

Re: [Openstack] nova user management without the dashboard

2012-05-24 Thread Sharif Islam
On 05/24/2012 04:27 PM, Dean Troyer wrote: On Thu, May 24, 2012 at 1:36 PM, Sharif Islam isla...@indiana.edu wrote: the dashboard and grabbing the file. However, keystone seems to not have a equivalent command like this: nova-manage project zipfile projectname username

Re: [Openstack] Nodejs in horizon

2012-05-24 Thread Gabriel Hurley
I agree with the larger problem of being mindful about our supported distros. That said, most of us are (at best) knowledgeable about a single distro's bundled packages. This is amplified by the fact that our CI infrastructure is only gated on a single distro (Ubuntu) currently. As you noted,

Re: [Openstack] Nodejs in horizon

2012-05-24 Thread Joshua Harlow
Good to know, I thought that fedora was being ran as well in the CI env. If not, I will try my best to get somebody or something here @ y! to make this happen (with fedora or rhel6)... -Josh On 5/24/12 1:42 PM, Gabriel Hurley gabriel.hur...@nebula.com wrote: I agree with the larger problem

Re: [Openstack] Nodejs in horizon

2012-05-24 Thread Gabriel Hurley
I'm confident in saying that the official gates are on Ubuntu (particularly the devstack integration tests). I can't swear that there isn't *some* Fedora testing going on in the CI. I'm only as involved with the CI team as I need to be to keep moving things forward ;-) - Gabriel

[Openstack] [client] changes to cliff for create commands

2012-05-24 Thread Doug Hellmann
A few days ago we talked about the fact that it felt weird to have the create commands implementing get_data() in order to make a new resource and then show its properties. I have a proposed change for a new base class in cliff [1] that adds a special class for this purpose, with a more logical

Re: [Openstack] Deployments in Scientific Environments

2012-05-24 Thread Tim Bell
CERN is more of a high throughput computing environment rather than a high performance site. Although we do multi-core, our programs are not the large scale floating point programs of some other sciences, so GPUs etc. are not a significant gain for us. CERN is currently targeting a

Re: [Openstack] Quantum+Openvswitch: could not open /dev/net/tun: Operation not permitted

2012-05-24 Thread Chris Wright
* Igor Laskovy (igor.lask...@gmail.com) wrote: kvm: -netdev tap,ifname=tap24b9f3da-8b,script=,id=hostnet0: could not open /dev/net/tun: Operation not permitted This is a shortcoming to using type=ethernet... Did you add /dev/net/tun to your /etc/libvirt/qemu.conf cgroup_device_acl on compute

Re: [Openstack] Quantum+Openvswitch: could not open /dev/net/tun: Operation not permitted

2012-05-24 Thread Soheil Hassas Yeganeh
Your user is probably not in the libvirtd group. You can add it to your user by running: # sudo usermod -a -G libvirtd `whoami` If there is no libvirtd group add the group first: # sudo groupadd libvirtd Cheers, Soheil On Thu, May 24, 2012 at 4:05 PM, Igor Laskovy igor.lask...@gmail.comwrote:

Re: [Openstack] Devstack multinode setup -- instances hang in state scheduling

2012-05-24 Thread Nicolae Paladi
Hi, I could only check the setup now but thanks for the tips, it worked! So the trick was to have the rabbit sevice on the compute host as well. Also there have been several other emails in the threat with more detailed info (e.g. Multinode=true instead of multinode=1, etc). Thanks for the help!

Re: [Openstack] Quantum+Openvswitch: could not open /dev/net/tun: Operation not permitted

2012-05-24 Thread Dan Wendlandt
Hi Igor, Are you running this on Precise? If so, Precise is a bit pickier than previous versions about requiring a setting in /etc/libvirt/qemu.conf You need to add /dev/net/tun to the cgroup_device_acl list in that file, and restart libvirt. This is actually handled automatically by a branch

Re: [Openstack] [Netstack] About python versions that we are planning to support

2012-05-24 Thread Chris Wright
* Dan Wendlandt (d...@nicira.com) wrote: I'm concerned about a need to support python 2.4 as well, especially if it would have a ripple effect into openstack-common, which otherwise does not have that requirement. I am too. Is this still open, or did we reach some consensus? The discussion

Re: [Openstack] Quantum+Openvswitch: could not open /dev/net/tun: Operation not permitted

2012-05-24 Thread Soheil Hassas Yeganeh
Your user is probably not in the libvirtd group. You can add it to your user by running: # sudo usermod -a -G libvirtd `whoami` If there is no libvirtd group add the group first: # sudo groupadd libvirtd Cheers, Soheil On Thu, May 24, 2012 at 4:05 PM, Igor Laskovy igor.lask...@gmail.comwrote:

Re: [Openstack] [Netstack] About python versions that we are planning to support

2012-05-24 Thread Dan Wendlandt
On Thu, May 24, 2012 at 2:50 PM, Chris Wright chr...@sous-sol.org wrote: * Dan Wendlandt (d...@nicira.com) wrote: I'm concerned about a need to support python 2.4 as well, especially if it would have a ripple effect into openstack-common, which otherwise does not have that requirement.

Re: [Openstack] [Netstack] About python versions that we are planning to support

2012-05-24 Thread Chris Wright
* Dan Wendlandt (d...@nicira.com) wrote: On Thu, May 24, 2012 at 2:50 PM, Chris Wright chr...@sous-sol.org wrote: * Dan Wendlandt (d...@nicira.com) wrote: I'm concerned about a need to support python 2.4 as well, especially if it would have a ripple effect into openstack-common, which

Re: [Openstack] [Swift] Question about cloudfiles API

2012-05-24 Thread Greg
It is mostly the likely the self-signed certificate issue you suspected. Java (and other languages) are pretty notorious for rejecting such unless you configure them just right. I haven't worked with Java in 10 years, so my knowledge of how to fix that is pretty useless, hopefully another will

Re: [Openstack] Nodejs in horizon

2012-05-24 Thread Russell Bryant
On 05/24/2012 03:40 PM, Devin Carlen wrote: Hi Joshua, Node.js is in the standard repos for most modern distros. It's not an issue for Ubuntu/Fedora. It actually is a problem for Fedora. node.js is not in Fedora. Once Horizon requires node.js, it will be broken for Fedora (and EPEL for

Re: [Openstack] Quantum+Openvswitch: could not open /dev/net/tun: Operation not permitted

2012-05-24 Thread Dean Troyer
On Thu, May 24, 2012 at 3:05 PM, Igor Laskovy igor.lask...@gmail.com wrote: kvm: -netdev tap,ifname=tap24b9f3da-8b,script=,id=hostnet0: could not open /dev/net/tun: Operation not permitted By chance I just happened to find the solution this afternoon...add the following to

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Leander Bessa Beernaert
I'm in no way saying that openstack is to blame for the current problem, but it occurred to me that my install could have script failed somewhere along the way without me knowing (i might have forgotten to mention that in the previous post :s). Adding those two lines solved my problem. I've

Re: [Openstack] Nodejs in horizon

2012-05-24 Thread Joshua Harlow
That's what I was worried about, and why I (just my opinion) think that we need to be a lot stricter about vetting new dependencies. There needs to be time given to say, ensuring that its really needed, if it really is, documenting why it has to be there in depth, getting various PTL's to

Re: [Openstack] Can't ssh into instance

2012-05-24 Thread Sébastien Han
Ok ok, no offense in my previous emails :) Good to know that everything is working. Cheers. On Fri, May 25, 2012 at 1:00 AM, Leander Bessa Beernaert leande...@gmail.com wrote: I'm in no way saying that openstack is to blame for the current problem, but it occurred to me that my install

Re: [Openstack] Nodejs in horizon

2012-05-24 Thread Devin Carlen
-1 to introducing formal processes around this. This will happen from time to time. Development may be briefly impacted on other platforms but hindering innovation and telling developers that they are responsible for package availability across every distro is not healthy. You are concerned

Re: [Openstack] Nodejs in horizon

2012-05-24 Thread Joshua Harlow
Sure I agree with what u said, its a balance... But it worries me when a commit pops up that I had to basically find, and then I get a reply from russell who works at RH that says nope fedora doesn't have it. It seems like that reach u mentioned, wasn't occurring, idk, maybe that is the

Re: [Openstack] Nodejs in horizon

2012-05-24 Thread Russell Bryant
On 05/24/2012 07:28 PM, Joshua Harlow wrote: Sure I agree with what u said, its a balance... But it worries me when a commit pops up that I had to basically find, and then I get a reply from russell who works at RH that says nope fedora doesn’t have it. It seems like that reach u

[Openstack] New layout of the OpenStack mailing lists

2012-05-24 Thread Stefano Maffulli
Hello folks, we're working on a new mailing list server to host our discussions. The main factor behind the move was described in this message by ttx: http://openstack.markmail.org/thread/ybwazse63sgxozh2 The current layout is drafted on http://etherpad.openstack.org/newmlist-layout The open

Re: [Openstack] Nodejs in horizon

2012-05-24 Thread Gabriel Hurley
Calling it broken is a bit of an overstatement. As noted previously, node.js can be installed and configured (http://nodejs.tchol.org/) on Fedora. It's just not in the Fedora default package repositories. My reading of the ticket on the redhat bugzilla also indicates that there's active work to

[Openstack] [XenAPI] Implementing text console (log)

2012-05-24 Thread Mohammed Naser
Hello, I am currently doing work on adding the text logs / console output into XenServer, a feature that has not been implemented: https://github.com/openstack/nova/blob/master/nova/virt/xenapi/vmops.py#L1345 At the moment, I have a sort-of working concept of it that only runs under XS6 (the

Re: [Openstack] centos 6 images

2012-05-24 Thread Joshua Harlow
Starting this @ https://github.com/yahoo/Openstack-Condense/wiki/How-To-Use-This I'll try to finish it up soon :-P On 5/22/12 6:33 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: Let me write something up that should explain this. Its not that hard. On 5/22/12 6:31 PM, Jason Ford

[Openstack] Fwd: Question about cloudfiles API

2012-05-24 Thread Luis Gervaso
-- Forwarded message -- From: Luis Gervaso l...@woorea.es Date: Fri, May 25, 2012 at 3:24 AM Subject: Re: [Openstack] Question about cloudfiles API To: Shawn Heisey launch...@elyograg.org Hi Shawn, You can try with OpenStack Java SDK https://github.com/woorea/openstack-java-sdk

Re: [Openstack] lxml problem

2012-05-24 Thread Hua BJ Zhang
Hi william, Now that you are failed to install lxml by source code, if you can try to install lxml by binary, just use the command yum install python-lxml before doing it, make sure lxml is clean, you can python-pip uninstall lxml first Best Regards. Zhang Hua(张华)

[Openstack] dnsmasq

2012-05-24 Thread William Herry
Hi sorry for too much silly questions I am interested in the dnsmasq of nova when use FlatDHCP network mode I am guess it works like this: nova write MAC - IP info to /var/lib/nova/networks/nova-br1.conf when boot a instance nova tell dnsmasq to reread /var/lib/nova/networks/nova-br1.conf