Re: [Openstack] Geo-replicated cluster...

2015-07-24 Thread Clay Gerrard
Neither container-sync nor global replication support that. I'm not sure if quiesce would be a good fit for the project honestly since you have to pause writes with an unbounded window and coordinating that would defeat some of swift's goals scalability and availability. Honestly, something about

Re: [Openstack] Spawning Issue with Juno, Neutron, Xen and Libvirt

2015-07-24 Thread Geoffrey Tran
Hi Anthony, > Could you run the following command after you tried to start a guest? > > $ xenstore-ls /local/domain/0/libxl > disable_udev = "1" > > We should at least have disable_udev in the output. Yes, I can confirm the output: root@hp3:~# xenstore-ls /local/domain/0/libxl disable_udev = "

[Openstack] Storing Heat Templates on Glance Artifact Repo on Kilo

2015-07-24 Thread Martinx - ジェームズ
Guys, I have a bunch of Heat Templates and I would like to know if it is possible to store those templates on Glance. Is it possible? If yes, how? I'm using OpenStack Kilo on top of Ubuntu Trusty (using Ubuntu Cloud Archive). Thanks! Thiago ___ M

Re: [Openstack] Spawning Issue with Juno, Neutron, Xen and Libvirt

2015-07-24 Thread Anthony PERARD
On Thu, Jul 23, 2015 at 09:20:13PM -0400, Geoffrey Tran wrote: > Hi Anthony, > > > Ok, let's debug that further. Once the VM have booted, can you check the > > state of the network interface by running the following command? > > > > ip link > > brctl show > > The output is below: > root@hp3:~# i

Re: [Openstack] [Packstack] Install without Internet

2015-07-24 Thread italy1
Again I have done this in several productions deployments so not an issue.  Inviato da IPhone  On Fri, Jul 24, 2015 at 8:40 AM -0700, "Morales, Victor" wrote: As far as I know packstack uses some puppet recipes, so I’m not sure if you have to also consider those dependencies. Rega

Re: [Openstack] [Neutron][SRIOV][docs] Enabling SRIOV on OpenStack Juno step-by-step guide

2015-07-24 Thread Sam Stoelinga
Yes I'm considering writing it as a plugin for Fuel, but did not have time yet to do so. I miss writing code so hopefully I can make some time for it :P On Fri, Jul 24, 2015 at 3:13 PM, Mike Scherbakov wrote: > Hi Sam, > very well & easy to read blog post. Did you consider trying out Fuel > plug

Re: [Openstack] [Packstack] Install without Internet

2015-07-24 Thread Morales, Victor
As far as I know packstack uses some puppet recipes, so I’m not sure if you have to also consider those dependencies. Regards, Victor Morales From: italy1 mailto:r...@italy1.com>> Date: Thursday, July 23, 2015 at 11:13 PM To: Michael Lindner mailto:mich...@tropyx.com>>, Openstack mailto:opensta

Re: [Openstack] nova list doesn't show all instances

2015-07-24 Thread Narayanan, Krishnaprasad
Hi, In order to list the VMs belonging to all the tenants / projects, you have to use “nova list –all_tenants”. Regards, Krishnaprasad From: Mehdi BADAOUI [mailto:mehdiu...@gmail.com] Sent: Freitag, 24. Juli 2015 16:56 To: openstack@lists.openstack.org Subject: [Openstack] nova list doesn't show

Re: [Openstack] nova list doesn't show all instances

2015-07-24 Thread Mehdi BADAOUI
okay, I thought that nova list show all instances of all tenants / projects 2015-07-24 17:13 GMT+02:00 Narayanan, Krishnaprasad : > Hi, > > > > In order to list the VMs belonging to all the tenants / projects, you have > to use “nova list –all_tenants”. > > > > Regards, > > Krishnaprasad > > *Fr

Re: [Openstack] XenServer 6.5 or KVM

2015-07-24 Thread Ivan Derbenev
We had a small deployment (2 nodes) of OS Juno+XS6.5 and after I understood how it should work with Xen everything worked great. Still, we had to move for KVM because XS with local storage lacked support of dynamic volumes via Cinder. If you plan to use shared storage for VMs, XS is a great choi

Re: [Openstack] XenServer 6.5 or KVM

2015-07-24 Thread Bob Ball
I would always recommend the latest version of XenServer and of OpenStack. In particular there were a couple of fixes for race conditions that have gone into Kilo, so I would recommend using that version. XenServer 6.5 with SP1 is the newest XenServer and has a number of performance and scalab

Re: [Openstack] XenServer 6.5 or KVM

2015-07-24 Thread Leandro Mendes
Thank you guys. One last question: This 3 node setup is just a proof of concept of a bigger architecture (with around 30 nodes). I personally would prefer use KVM, so we can use Kilo and Neutron, but for some political reasons, we are really pushed to use XenServer (no problem about XS itself, I t

[Openstack] Python API for Dynamic Large Objects in Swift

2015-07-24 Thread Vincenzo Pii
To upload a Dynamic Large Object with the Swift CLI one can just do swift upload newcont -S 1048576000 large_object but, is there any equivalent in the swift python APIs (swiftclient module from https://github.com/openstack/python-swiftclient)? The content_length parameter of put_object will jus

Re: [Openstack] XenServer 6.5 or KVM

2015-07-24 Thread Mārtiņš Jakubovičs
Hello Leandro, From my experience OpenStack + XenServer is really difficult to build, but it *work*. Newest features like neutron, advanced cinder drivers, XenServer pool's, etc is not working well. At least with XenServer 6.2 and Icehouse release. If you know both technologies and don't know

Re: [Openstack] [Neutron][SRIOV][docs] Enabling SRIOV on OpenStack Juno step-by-step guide

2015-07-24 Thread Mike Scherbakov
Hi Sam, very well & easy to read blog post. Did you consider trying out Fuel plugable framework for enabling SRIOV? Just curios if you considered it and saw any gaps, I just want to know about those. Thank you, On Mon, Jul 20, 2015 at 7:05 AM Sam Stoelinga wrote: > I think it's a lot clearer a

Re: [Openstack] XenServer 6.5 or KVM

2015-07-24 Thread Bob Ball
Hi Leandro, It is true that the majority of development work, and the majority of deployments, happen with the libvirt+KVM combination however there are some major deployments that use XenServer highly effectively. Regarding Neutron support, yes there are a number of known areas where we need