Re: [Openstack] Incremental Backup of Instances

2012-07-24 Thread Wolfgang Hennerbichler
You could solve something like this with bacula incremental backups, I'm doing this (but not with openstack) like this: make an lvm snapshot (or qcow2 snapshot) of the instance, write a script that mounts the filesystem and let bacula back it up (incrementally). bacula can do the actual

Re: [Openstack] High Available queues in rabbitmq

2012-07-24 Thread Alessandro Tagliapietra
Sorry for the delay, i was out from work. Awesome work Eugene, I don't need the patch instantly as i'm still building the infrastructure. Will it will take alot of time to go in Ubuntu repositories? Why you said you need load balancing? You can use only the master node and in case the

Re: [Openstack] [HPC] BoF at SC12

2012-07-24 Thread Patrick Petit
Hi Lorin, Like every year there is a Bull delegation participating to this event. So we will surely attend your session if you make one. Would be a good opportunity to meet and discuss joining efforts. Best regards, Patrick 2012/7/23 Lorin Hochstein lo...@nimbisservices.com On Jul 6, 2012, at

Re: [Openstack] Looking for an openstack developer job

2012-07-24 Thread Zhongyue Luo
Hey, Hengqing http://www.openstack.org/community/jobs/ See you at the APEC conference. Cheers, LZY On Tue, Jul 24, 2012 at 11:39 AM, Hengqing Hu huda...@hotmail.com wrote: Hi, Sorry for the disturbance. This is Hengqing Hu from Shanghai, China, 29 years old, male, looking for an

[Openstack] VM High Availability and Floating IP

2012-07-24 Thread Alessandro Tagliapietra
Hi guys, i've 2 missing pieces in my HA openstack install. Actually all openstack services are managed by pacemaker and i can succesfully start/stop vm etc. when the cloud controller is down (i've only 2 servers atm). 1 - how can i make a VM HA? Actually live-migration works fine, but if a

Re: [Openstack] 回复: [openstack] nova-compute always dead on RHEL6.1

2012-07-24 Thread Pádraig Brady
On 07/24/2012 02:05 AM, 延生 付 wrote: Dear Padraig, Thanks for the help. I can see the log from console, really strange there is no log generated under /var/log/nova, the permission is open to nova. Ensure there are no root owned files under /var/log/nova Another question is Apache Qpid

[Openstack] public-interface ignored

2012-07-24 Thread Wolfgang Hennerbichler
hi, running openstack essex with vlan-networking: --network_manager=nova.network.manager.VlanManager --vlan_interface=bond0 --public_interface=bridge_130 --auto_assign_floating_ip=True all works great except for floating ips. the problem is, that the floating ips are assigned to eth0 instead

Re: [Openstack] VM High Availability and Floating IP

2012-07-24 Thread Jay Pipes
On 07/24/2012 04:29 AM, Alessandro Tagliapietra wrote: Hi guys, i've 2 missing pieces in my HA openstack install. Actually all openstack services are managed by pacemaker and i can succesfully start/stop vm etc. when the cloud controller is down (i've only 2 servers atm). 1 - how can i

Re: [Openstack] public-interface ignored

2012-07-24 Thread Wolfgang Hennerbichler
On 07/24/2012 02:51 PM, Jay Pipes wrote: Looking through the code, in the nova.network.manager.FloatingIP.associate_floating_ip() call, I see this: interface = FLAGS.public_interface or floating_ip['interface'] on line 511 (in current HEAD of branch). The only thing I could think

Re: [Openstack] [nova] a proposal to change metadata API data

2012-07-24 Thread Jay Pipes
Thanks Matt, comments inline... On 07/23/2012 05:25 PM, Matt Joyce wrote: I wish to add some data to the metadata server that can be found somewhere else. That a user could jump through a hoop or two to add to their instances. Esteemed personages are concerned that I

[Openstack] Weekly Hyper-V meeting on Freenode/#openstack-hyper-v

2012-07-24 Thread Peter Pouliot
Hello Everyone, This is for anyone interested in Hyper-V/Openstack integration efforts. Our weekly meeting is at 11:00AM EST on IRC:Freenode: #opestack-hyper-v Today we will be discussing the following: * Finalizing Code cleanup * ProxyMock WMI adoption: Mock interface for

Re: [Openstack] [nova] a proposal to change metadata API data

2012-07-24 Thread Scott Moser
On Sat, 21 Jul 2012, Matt Joyce wrote: Preamble: Until now, all data that is made available by the metadata server has been data that cannot be found anywhere else at the time it may be needed. In short, an instance can't be passed it's instance id before it's instance id has been

Re: [Openstack] High Available queues in rabbitmq

2012-07-24 Thread Eugene Kirpichov
Hi Alessandro, My patch is about removing the need for pacemaker (and it's pacemaker that I denoted with the term TCP load balancer). I didn't submit the patch yesterday because I underestimated the effort to write unit tests for it and found a few issues on the way. I hope I'll finish today.

[Openstack] AWS CreateImage compat

2012-07-24 Thread Jorge Niedbalski
Hello guys, Can you point me if there is any effort (patch, proposal) to provide a CreateImage API endpoint fully compatible with the Amazon EC2 API?. Boto create_image method is broken with the current API. -- Jorge Niedbalski R. --

Re: [Openstack] [nova] a proposal to change metadata API data

2012-07-24 Thread Matt Joyce
Scott thanks =P ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] Stackato and OPenStack as PAAS

2012-07-24 Thread Diane Mueller
Frans, Michael, and Matt, Stackato is from ActiveState and you can find more information here about running Stackato on OpenStack: http://docs.stackato.com/server/openstack.html?highlight=openstack Also, we're no longer beta and have been GA since 02/2012, and are now at V2.0 of a

Re: [Openstack] [nova] a proposal to change metadata API data

2012-07-24 Thread Martin Packman
On 23/07/2012, Jay Pipes jaypi...@gmail.com wrote: This is only due to the asinine EC2 API -- or rather the asinine implementation in EC2 that doesn't create an instance ID before the instance is launched. So, I'm curious, how do you allocate a server id in advance using the openstack api so

Re: [Openstack] Stackato and OPenStack as PAAS

2012-07-24 Thread Frans Thamura
hi diane you can see your customer contact, Dondy from Infinsy, we work togther for test his cloud, yes 16 blades, power by OpenSTack and stackato :) this is the apps that run on their cloud, our yama from meruvian. yama.atisicloud.net yes, they use stackato so we have 2 production openstack

Re: [Openstack] VM High Availability and Floating IP

2012-07-24 Thread Alessandro Tagliapietra
Thank you Jay, never read about that. Seems something like scalr/chef? WHich handles application and keeps a minimum number of vm running? Best Alessandro Il giorno 24/lug/2012, alle ore 14:34, Jay Pipes ha scritto: On 07/24/2012 04:29 AM, Alessandro Tagliapietra wrote: Hi guys, i've 2

Re: [Openstack] VM High Availability and Floating IP

2012-07-24 Thread Jay Pipes
On 07/24/2012 12:52 PM, Alessandro Tagliapietra wrote: Thank you Jay, never read about that. Seems something like scalr/chef? WHich handles application and keeps a minimum number of vm running? Yeah, kinda.. just one more way of doing things... :) -jay

Re: [Openstack] High Available queues in rabbitmq

2012-07-24 Thread Alessandro Tagliapietra
Oh, so without the need to put an IP floating between hosts. Good job, thanks for helping Best Alessandro Il giorno 24/lug/2012, alle ore 17:49, Eugene Kirpichov ha scritto: Hi Alessandro, My patch is about removing the need for pacemaker (and it's pacemaker that I denoted with the term

Re: [Openstack] [nova] a proposal to change metadata API data

2012-07-24 Thread Jay Pipes
On 07/24/2012 12:47 PM, Martin Packman wrote: On 23/07/2012, Jay Pipes jaypi...@gmail.com wrote: This is only due to the asinine EC2 API -- or rather the asinine implementation in EC2 that doesn't create an instance ID before the instance is launched. So, I'm curious, how do you allocate a

Re: [Openstack] VM High Availability and Floating IP

2012-07-24 Thread Alessandro Tagliapietra
But i don't see any part (except the future plans) talking about HA at instance level, that seems more to an application level Il giorno 24/lug/2012, alle ore 18:56, Jay Pipes ha scritto: On 07/24/2012 12:52 PM, Alessandro Tagliapietra wrote: Thank you Jay, never read about that. Seems

Re: [Openstack] [nova] a proposal to change metadata API data

2012-07-24 Thread Martin Packman
On 24/07/2012, Jay Pipes jaypi...@gmail.com wrote: The OpenStack Compute API POST /servers command creates a server UUID that is passed back in the initial response and allows the user to query the status of the server throughout its launch sequence. I'm not really seeing how that improves on

Re: [Openstack] [nova] a proposal to change metadata API data

2012-07-24 Thread Jay Pipes
On 07/24/2012 01:10 PM, Martin Packman wrote: On 24/07/2012, Jay Pipes jaypi...@gmail.com wrote: The OpenStack Compute API POST /servers command creates a server UUID that is passed back in the initial response and allows the user to query the status of the server throughout its launch

Re: [Openstack] [nova] a proposal to change metadata API data

2012-07-24 Thread Matt Joyce
What I am doing is putting credentials into user sessions on the instance. -Matt On Tue, Jul 24, 2012 at 10:10 AM, Martin Packman martin.pack...@canonical.com wrote: On 24/07/2012, Jay Pipes jaypi...@gmail.com wrote: The OpenStack Compute API POST /servers command creates a server UUID

Re: [Openstack] VM High Availability and Floating IP

2012-07-24 Thread Steven Dake
On 07/24/2012 09:52 AM, Alessandro Tagliapietra wrote: Thank you Jay, never read about that. Seems something like scalr/chef? WHich handles application and keeps a minimum number of vm running? The idea of keeping a minimum number of VMs running based upon VM load is called auto-scaling.

[Openstack] Ceph + Live Migration

2012-07-24 Thread Mark Moseley
This is more of a sanity check than anything else: Does the RBDDriver in Diablo support live migration? I was playing with this yesterday and couldn't get live migration to succeed. The errors I was getting seem to trace back to the fact that the RBDDriver doesn't override VolumeDriver's

Re: [Openstack] Weekly Hyper-V meeting on Freenode/#openstack-hyper-v

2012-07-24 Thread Stefano Maffulli
[posting to openstack-dev, the best list for this sort of announcement] Hi Peter, I wanted to share here what we discussed on IRC so more people are aware of what's going on. We agreed that the Hyper-V team will try to use #openstack-meeting to hold its official meeting. The time and date is on

Re: [Openstack] Weekly Hyper-V meeting on Freenode/#openstack-hyper-v

2012-07-24 Thread Khairul Aizat Kamarudzzaman
thank for the announcement .. btw , is it #opestack-hyper-v @ #openstack-hyper-v ? i thinks its typo there , is it ? On Wed, Jul 25, 2012 at 5:39 AM, Stefano Maffulli stef...@openstack.orgwrote: [posting to openstack-dev, the best list for this sort of announcement] Hi Peter, I wanted to

Re: [Openstack] Ceph performance as volume image store?

2012-07-24 Thread Josh Durgin
On 07/23/2012 08:24 PM, Jonathan Proulx wrote: Hi All, I've been looking at Ceph as a storage back end. I'm running a research cluster and while people need to use it and want it 24x7 I don't need as many nines as a commercial customer facing service does so I think I'm OK with the current

Re: [Openstack] Ceph + Live Migration

2012-07-24 Thread Josh Durgin
On 07/24/2012 01:04 PM, Mark Moseley wrote: This is more of a sanity check than anything else: Does the RBDDriver in Diablo support live migration? Live migration has always been possible with RBD. Management layers like libvirt or OpenStack may have bugs that make it fail. This sounds like

Re: [Openstack] Ceph + Live Migration

2012-07-24 Thread Mark Moseley
It should work, and if that workaround works, you could instead add def check_for_export(self, context, volume_id): pass I'll try that out. That's a heck of a lot cleaner, plus I just picked that if not volume[ 'iscsi_target' ] because it was the only attribute I could find, but that was

Re: [Openstack] Ceph + Live Migration

2012-07-24 Thread Josh Durgin
On 07/24/2012 05:10 PM, Mark Moseley wrote: It should work, and if that workaround works, you could instead add def check_for_export(self, context, volume_id): pass I'll try that out. That's a heck of a lot cleaner, plus I just picked that if not volume[ 'iscsi_target' ] because it was

[Openstack] 回复: 回复: [openstack] nova-compute always dead on RHEL6.1

2012-07-24 Thread 延生 付
Dear Padraig,   auth=no already set in qpidd.conf, and qpid-stat -c works well after this set.   [root@kapi-r11 nova]# qpid-stat -c Connections   client-addr cproc  cpid   auth   connected  idle  msgIn  msgOut  

Re: [Openstack] Ceph performance as volume image store?

2012-07-24 Thread Anne Gentle
I don't know if it will confirm or correlate with your findings, but do take a look at this blog post with benchmarks in one of the last sections: http://www.sebastien-han.fr/blog/2012/06/10/introducing-ceph-to-openstack/ I'm trying to determine what parts should go into the OpenStack

[Openstack] Announcing proof-of-concept Load Balancing as a Service project

2012-07-24 Thread Eugene Kirpichov
Hello community, We at Mirantis have had a number of clients request functionality to control various load balancer devices (software and hardware) via an OpenStack API and horizon. So, in collaboration with Cisco OpenStack team and a number of other community members, we’ve started socializing

Re: [Openstack] Ceph performance as volume image store?

2012-07-24 Thread Leandro Reox
Were pretty intrested too in large scale performance benchmarks. anyone? regards On Jul 24, 2012 10:22 PM, Anne Gentle a...@openstack.org wrote: I don't know if it will confirm or correlate with your findings, but do take a look at this blog post with benchmarks in one of the last sections:

Re: [Openstack] Announcing proof-of-concept Load Balancing as a Service project

2012-07-24 Thread Angus Salkeld
On 24/07/12 18:33 -0700, Eugene Kirpichov wrote: Hello community, We at Mirantis have had a number of clients request functionality to control various load balancer devices (software and hardware) via an OpenStack API and horizon. So, in collaboration with Cisco OpenStack team and a number of

[Openstack] Possibility to have non python sub project in openstack

2012-07-24 Thread Hengqing Hu
Hi, These days I was working on a nova-scheduler translated to erlang(update database, rpc messaging all in erlang). Currently it can responds to the following commands the same as the nova-scheduler in python: euca-run-instances -n N -t m1.tiny ami-0003 euca-run-instances -t m1.tiny

Re: [Openstack] [openstack-dev] Announcing proof-of-concept Load Balancing as a Service project

2012-07-24 Thread Eugene Kirpichov
Hi Dan, Thanks for the feedback. I will answer in detail tomorrow; for now just providing a working link to the project overview: http://goo.gl/LrRik On Tue, Jul 24, 2012 at 8:30 PM, Dan Wendlandt d...@nicira.com wrote: Hi Eugene, Angus, Adding openstack-dev (probably the more appropriate

[Openstack] Glance image add error

2012-07-24 Thread Miguel Alejandro González
Hello I'm getting this error from glance when i try to add an image, plz help Failed to add image. Got error: The response body: {badMethod: {message: The server could not comply with the request since it is either malformed or otherwise incorrect., code: 405}} Note: Your image metadata may

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_deploy #90

2012-07-24 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/90/Project:precise_folsom_deployDate of build:Tue, 24 Jul 2012 02:43:33 -0400Build duration:1 min 3 secBuild cause:Started by command lineBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_python-keystoneclient_trunk #30

2012-07-24 Thread openstack-testing-bot
cause:Started by user adamBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNo ChangesConsole Output[...truncated 1667 lines...]Finished at 20120724-2054Build needed 00:00:55, 1220k disc spaceINFO:root:Uploading package to ppa:openstack