Re: [openstack-dev] [OpenStack-Dev][Nova][VMWare] Enable live migration with one nova compute

2014-03-31 Thread Jay Lau
Thanks John. Yes, I also think that this should be a bp as it is going to make some changes to enable live migration with only one nova compute, will file a blueprint later. For your proposal "specify the same host as the instance", this can resolve the issue of live migration with target host, bu

Re: [openstack-dev] [oslo] ordering of notification 'events' in oslo.messaging

2014-03-31 Thread Sandy Walsh
On 03/31/2014 10:55 AM, Gordon Sim wrote: > I believe that ordering of notifications at different levels is not > guaranteed when receiving those notifications using a notification > listener in olso.messaging. > > I.e. with something like: > > notifier = notifier.Notifier(get_transport(CONF

[openstack-dev] [fuel-dev] [Fuel] Issues about OSTF tests

2014-03-31 Thread Timur Nurlygayanov
Hi Fuel team, I have a questions about the OSTF tests for next release 5.0. In this release we plan to include Murano 0.5, which will have significant architecture changes and it will require significant changes in OSTF tests for Murano. For example, we will not support all services, which Murano

Re: [openstack-dev] [RelMgt] PTL candidacy

2014-03-31 Thread Tristan Cacqueray
confirmed n 03/31/2014 12:19 PM, Thierry Carrez wrote: > Hi everyone, > > I'm writing to announce my candidacy for the Release management Program > Technical Lead position. > > The Release management program is composed of 3 subteams. > > On the release cycle management front, during the Icehou

Re: [openstack-dev] [Neutron] Problem plugging I/F into Neutron...

2014-03-31 Thread Paul Michali (pcm)
Hi Darragh, Yes (I should included more background), I have a VM started in KVM, and it has I/Fs associated with scripts for I/F up and down: IFNAME_ETH0=$NAME"__mgmt" IFNAME_ETH1=$NAME"__public" IFNAME_ETH2=$NAME"__private" kvm -m 8192 -name $NAME \ -smp 4 \ -serial telnet:$TELNET_ACCESS,serve

[openstack-dev] [oslo] ordering of notification 'events' in oslo.messaging

2014-03-31 Thread Gordon Sim
I believe that ordering of notifications at different levels is not guaranteed when receiving those notifications using a notification listener in olso.messaging. I.e. with something like: notifier = notifier.Notifier(get_transport(CONF), 'compute') notifier.info(ctxt, event_type, payl

Re: [openstack-dev] [Neutron] Problem plugging I/F into Neutron...

2014-03-31 Thread Darragh O'Reilly
Hi Paul, tbh I'm not exactly sure what you are trying to do overall. But from your script it seems to me that you are trying to create an OVS port so a libvirt instance outside of Nova control can use it. And you don't need the linux bridge for security group iptables. AFAIK the tap must be cr

Re: [openstack-dev] [OpenStack-Dev][Nova][VMWare] Enable live migration with one nova compute

2014-03-31 Thread John Garbutt
On 31 March 2014 10:11, Jay Lau wrote: > Hi, > > Currently with VMWare VCDriver, one nova compute can manage multiple > clusters/RPs, this caused cluster admin cannot do live migration between > clusters/PRs if those clusters/PRs managed by one nova compute as the > current live migration logic re

[openstack-dev] [oslo]: some functional tests for the olso.messaging API

2014-03-31 Thread Gordon Sim
I have recently been trying to get some API level functional tests for the olso.messaging library. The idea is that these tests could be run with any driver and configured 'backend' and would test the basic functional guarantees that the API makes. I have an initial set of such tests now. The

Re: [openstack-dev] [Ceilometer] PTL Candidacy

2014-03-31 Thread Julien Danjou
On Sat, Mar 29 2014, Eoghan Glynn wrote: > I would like to throw my hat into the ring for the upcoming ceilometer > PTL election. […] Thanks for your candidacy Eoghan, I really think you would be a great PTL as you have been a really good, dare I say, deputy these last months. :-) I'm sure you'l

Re: [openstack-dev] [TripleO] [Horizon] Searching for a new name for Tuskar UI

2014-03-31 Thread Jaromir Coufal
On 2014/27/03 19:04, Jiří Stránský wrote: On 27.3.2014 18:21, Dougal Matthews wrote: [snip] As a side, but related note, I think we should rename the Tuskar client to whatever name the Tuskar UI gets called. The client will eventually have feature parity with the UI and thus will have the sam

Re: [openstack-dev] Session suggestions for the Juno Design Summit now open

2014-03-31 Thread Thierry Carrez
Thierry Carrez wrote: > We have two *new* categories this time around: > > "Cross-project workshops" > Those will be used to discuss topics which affect all OpenStack > projects, and therefore increase convergence and collaboration across > program barriers. > > "Other projects" > Those will let

Re: [openstack-dev] [horizon] horizon PyPi distribution missing

2014-03-31 Thread Akihiro Motoki
According to the failure log, you seem to try to install 2012.2.4 (== Folsom). I don't think this is the intended version you want to use. Please check it. http://logs.openstack.org/25/68125/16/check/gate-murano-dashboard-python26/8ebc940/console.html.gz#_2014-03-24_11_08_50_917 2014-03-24 11:08:5

Re: [openstack-dev] [horizon] horizon PyPi distribution missing

2014-03-31 Thread Akihiro Motoki
Hi, I am not sure what is the root cause, but before I post my comment I checked the following (with Horizon Icehouse-3 and Havana update 3) and it worked as expected. $ virtualenv test $ cat requirements.txt pbr>=0.6,<1.0 http://tarballs.openstack.org/horizon/horizon-2014.1.b3.tar.gz $ source te

Re: [openstack-dev] [Neutron] Problem plugging I/F into Neutron...

2014-03-31 Thread Paul Michali (pcm)
Hi Darragh, Can you elaborate on what the “set interface” arguments do in OVS? Just trying to understand why it is not desired, when plugging into this interface (note I have a management interface on the br-int and it works fine…this one, which is also on br-int, but needs to tie to the existi

Re: [openstack-dev] [Neutron] Problem plugging I/F into Neutron...

2014-03-31 Thread Paul Michali (pcm)
Yeah I had noticed that change too… I’m guessing that, if I want to try to use the Nova call, that I’d want to set both the hybrid plug and port filter flags to false? For my devstack setup, I have Neutron security groups disabled (Q_USE_SECGROUP=False), and I setup Nova to allow ICMP and SSH.

Re: [openstack-dev] [Neutron] Problem plugging I/F into Neutron...

2014-03-31 Thread Paul Michali (pcm)
On Mar 29, 2014, at 2:02 PM, Gary Duan mailto:garyd...@gmail.com>> wrote: I guess you need bind the port you just create. PCM: Can you elaborate on what is needed for the binding? In the call to create the port in Neutron, the script passes in an additional dict item for binding (n bold): p_s

[openstack-dev] [depfreeze] Updating Pbr dependency to version 0.8

2014-03-31 Thread Alessandro Pilotti
Due to an issue in Pbr 0.7 that prevents the installation of any Pbr based package on Windows and due to the recent availability of Pbr 0.8 [1] which includes the fix for this issue, I suggest that we should upgrade the Pbr dependency in the global requirements [2] or at least exclude version 0.7

[openstack-dev] [Mistral] Engine overview and proposal

2014-03-31 Thread Kirill Izotov
I have an idea regarding engine design i want to share with you. But first, it seems like we need a small overview of the current implementations. I'm not sure how ML will react on a bunch of ASCII graphs, so here is an etherpad: https://etherpad.openstack.org/p/mistral-engine-overview-and-propo

[openstack-dev] [RelMgt] PTL candidacy

2014-03-31 Thread Thierry Carrez
Hi everyone, I'm writing to announce my candidacy for the Release management Program Technical Lead position. The Release management program is composed of 3 subteams. On the release cycle management front, during the Icehouse cycle we successfully handled the additional load by switching to a n

Re: [openstack-dev] [Swift] Request's Round trip time

2014-03-31 Thread Hua ZZ Zhang
Sumit, I'm working on profiling middleware and tools for Swift debugging on performance issue. This tool is powerful to get understanding how is code running at the function level by collecting metrics in statistical way. I think you maybe try this tool and see if you can get RTT at proxy server s

[openstack-dev] [OpenStack-Dev][Nova][VMWare] Enable live migration with one nova compute

2014-03-31 Thread Jay Lau
Hi, Currently with VMWare VCDriver, one nova compute can manage multiple clusters/RPs, this caused cluster admin cannot do live migration between clusters/PRs if those clusters/PRs managed by one nova compute as the current live migration logic request at least two nova computes. A bug [1] was al

Re: [openstack-dev] [horizon] horizon PyPi distribution missing

2014-03-31 Thread Timur Sufiev
Hello, Paul Thank you for the reply (and sorry for not timely response from my side)! Are you passing external sources to pip the way Akihiro described in this thread? Or are you using some custom install script that installs package dependencies in its own way? I'm asking because I've tried the s

Re: [openstack-dev] [nova] SR-IOV and IOMMU check

2014-03-31 Thread Daniel P. Berrange
On Fri, Mar 28, 2014 at 11:14:49PM -0400, Steve Gordon wrote: > - Original Message - > > This is the approach mentioned by linux-kvm.org > > > > http://www.linux-kvm.org/page/How_to_assign_devices_with_VT-d_in_KVM > > > > 3. reboot and verify that your system has IOMMU support > > > > AM

Re: [openstack-dev] [horizon] horizon PyPi distribution missing

2014-03-31 Thread Timur Sufiev
Hello, Akihiro Thanks for the advice (and sorry for not very timely response)! I've added last stable/havana release to the test-requirements, and received some new error from the Jenknins' side: [1]. At first I thought that the problem is caused by the reverse order of settings modules inclusion

[openstack-dev] Disaster Recovery for OpenStack - plan for Juno design summit - discussion reminder

2014-03-31 Thread Ronen Kat
For those who are interested we will discuss the disaster recovery use-cases and how to proceed toward the Juno summit on April 2 at 17:00 UTC (1PM ET) - invitation below. Agenda and previous discussion history in the Etherpad link below. Call-in: https://www.teleconference.att.com/servlet/glb

Re: [openstack-dev] PGP keysigning party for Juno summit in Atlanta?

2014-03-31 Thread Thierry Carrez
Jeremy Stanley wrote: > On 2014-03-29 19:00:33 -0700 (-0700), Mark Atwood wrote: >> Are there plans for a PGP keysigning party at the Juno Summit in >> Atlanta, similar to the one at the Icehouse summit in Hong Kong? > [...] > > Absolutely! > > Thierry, any ideas on how to best fit it into the sc

Re: [openstack-dev] PGP keysigning party for Juno summit in Atlanta?

2014-03-31 Thread Thierry Carrez
Mark Atwood wrote: > Are there plans for a PGP keysigning party at the Juno Summit in > Atlanta, similar to the one at the Icehouse summit in Hong Kong? > > Inspired by the URL at > https://wiki.openstack.org/wiki/OpenPGP_Web_of_Trust/Icehouse_Summit > I looked for > https://wiki.openstack.org/wi

Re: [openstack-dev] Dependency freeze exception for happybase (I would like version 0.8)

2014-03-31 Thread Thierry Carrez
Thomas Goirand wrote: > Anyway, since it seems there's a consensus on this: > > "happybase>=0.5,!=0.7" > > that's what I did here: > https://review.openstack.org/#/c/82438/ > > Please approve it. The currently-proposed patch has "happybase>=0.5,!=0.6,!=0.7", so now I'm confused. Since I think y

Re: [openstack-dev] [horizon] Cannot login to dashboard

2014-03-31 Thread Matthias Runge
On Mon, Mar 31, 2014 at 08:07:12AM +0400, Andrew Chul wrote: > Well, I've used this quickstart guide > http://docs.openstack.org/developer/horizon/quickstart.html > > Is it necessary to set up DevStack anyway? No, absolutely not. You can use your OpenStack installation, check out horizon from git

Re: [openstack-dev] [Neutron] Problem plugging I/F into Neutron...

2014-03-31 Thread Darragh O'Reilly
Hi Paul, the OVSInterfaceDriver creates interfaces with type internal so agents like DHCP/L3 etc can put IP addresses on them. But I don't think type internal will work for instances. You could try subclassing and overriding so it does not do this:   https://github.com/openstack/neutron/blob/2

<    1   2