Re: [openstack-dev] [Neutron][IPv6] Three SLAAC and DHCPv6 related blueprints

2013-12-19 Thread Ian Wells
Xuhan, check the other thread - would 1500UTC suit? On 19 December 2013 01:09, Xuhan Peng pengxu...@gmail.com wrote: Shixiong and guys, The sub team meeting is too early for china IBM folks to join although we would like to participate the discussion very much. Any chance to rotate the

Re: [openstack-dev] [Neutron][IPv6] Blueprint Bind dnsmasq in qrouter- namespace

2013-12-19 Thread Ian Wells
Per the discussions this evening, we did identify a reason why you might need a dhcp namespace for v6 - because networks don't actually have to have routers. It's clear you need an agent in the router namespace for RAs and another one in the DHCP namespace for when the network's not connected to

[openstack-dev] [oslo][nova] oslo common.service vs. screen and devstack

2013-12-19 Thread Sean Dague
So a few people had been reporting recently that unstack no longer stops nova processes, which I only got around to looking at today. It turns out the new common.service stack from oslo takes SIGHUP and treats it as a restart. Which isn't wrong, but is new, and is incompatible with screen (the way

[openstack-dev] additional core review criteria - recent Jenkins pass - otherwise you break the gates

2013-12-19 Thread Sean Dague
https://review.openstack.org/#/c/51793/ is a good instance of a behavior I've seen a lot of recently, where someone approves a patch that last ran CI on it a month ago (the last Jenkins pass on this patch was Nov 19th). If you come across a patch like that, as a core reviewer, please recheck no

Re: [openstack-dev] [nova] [neutron] PCI pass-through network support

2013-12-19 Thread Ian Wells
On 19 December 2013 15:15, John Garbutt j...@johngarbutt.com wrote: Note, I don't see the person who boots the server ever seeing the pci-flavor, only understanding the server flavor. [IrenaB] I am not sure that elaborating PCI device request into server flavor is the right approach for

Re: [openstack-dev] [neutron] [third-party-testing] Reminder: Meeting tomorrow

2013-12-19 Thread Salvatore Orlando
Hi, I'm sorry I could not make it to meeting. However, I can see clearly see the progress being made from gerrit! One thing which might be worth mentioning is that some of the new jobs are already voting. However, in some cases the logs are either not accessible, and in other cases the job seem

Re: [openstack-dev] Horizon and Tuskar-UI codebase merge

2013-12-19 Thread Kieran Spear
Another +1 for separate repos. Horizon's core focus should remain on the integrated projects, but we also need to prepare better for when incubated projects graduate, so their inclusion is less disruptive. I also like Gabriel's suggestion of a non-gating CI job to catch any integration issues

Re: [openstack-dev] additional core review criteria - recent Jenkins pass - otherwise you break the gates

2013-12-19 Thread Julien Danjou
On Thu, Dec 19 2013, Sean Dague wrote: So please look for recent passes before +Aing anything. What about making that automatic? Same question for patchset that stays that for a month, finally got approved and fails right away because they cannot be merged. It would be cool to notify the

Re: [openstack-dev] additional core review criteria - recent Jenkins pass - otherwise you break the gates

2013-12-19 Thread Sean Dague
Jim and I have been talking about both of these ideas for months. We aren't lacking clever solutions to make this better. However they are lacking implementors. Volunteers welcomed. Until such time, this is completely solvable problem by people taking and extra 5 seconds before approving a

Re: [openstack-dev] [neutron][qa] test_network_basic_ops and the FloatingIPChecker control point

2013-12-19 Thread Salvatore Orlando
Before starting this post I confess I did not read with the required level of attention all this thread, so I apologise for any repetition. I just wanted to point out that floating IPs in neutron are created asynchronously when using the l3 agent, and I think this is clear to everybody. So when

Re: [openstack-dev] [Neutron][IPv6] Blueprint Bind dnsmasq in qrouter- namespace

2013-12-19 Thread Shixiong Shang
Hi, Ian: The use case brought by Comcast team today during the ipv6 sub-team meeting actually proved the point I made here, instead of against it. If I didn’t explain it clearly in my previous email, here it is. I was questioning the design with two namespaces and I believe we can use a

Re: [openstack-dev] [Neutron][IPv6] Blueprint Bind dnsmasq in qrouter- namespace

2013-12-19 Thread Randy Tuttle
Shixiong, I know you must have a typo in the 3rd paragraph. I think maybe you mean to include the ns- interface in that list. So why not have qg- qr- and ns- interfaces in the same namespace. Am I right? Rnady On Thu, Dec 19, 2013 at 8:31 PM, Shixiong Shang sparkofwisdom.cl...@gmail.com

Re: [openstack-dev] [Nova][VMware] Deploy from vCenter template

2013-12-19 Thread Zhu Zhu
Hi Arnaud, It's really good to know that your team are proposing the vcenter driver with OVA+glance datastore backend support. Thanks for sharing the information. OVA would be a good choice which will benefit users by avoiding only use flat image limited from current driver. But in my

Re: [openstack-dev] [Openstack] Today - Doc Bug Day

2013-12-19 Thread Tom Fifield
Reminder: Doc Bug Day is today. On 13/12/13 08:16, Tom Fifield wrote: Reminder: Friday next week - Doc Bug Day. Current number of doc bugs: 505 On 22/11/13 11:27, Tom Fifield wrote: All, This month, docs reaches 500 bugs, making it the 2nd-largest project by bug count in all of

Re: [openstack-dev] [Neutron][IPv6] Blueprint Bind dnsmasq in qrouter- namespace

2013-12-19 Thread Shixiong Shang
Hi, Randy: Thanks a bunch for pointing it out! Yup, you are absolutely right. What I wanted to say is why not put qg-, qr-, and ns- interfaces in the single namespace. I typed it on my small keyboard on iPhone. Sorry for the confusion. :( Shixiong On Dec 19, 2013, at 8:44 PM, Randy

Re: [openstack-dev] [Nova] Default ephemeral filesystem

2013-12-19 Thread Andrew Woodward
From my some testing I did a couple of months ago, we decided to move to XFS to avoid the issue I was poking around with after my file system inadvertently filled and found that in ex3/4 all of the inodes in the file system have to be zeroed prior to mkfs completing (unless the kernel is above

[openstack-dev] [keystone] role of Domain in VPC definition

2013-12-19 Thread Ravi Chunduru
Hi, We had some internal discussions on role of Domain and VPCs. I would like to expand and understand community thinking of Keystone domain and VPCs. Is VPC equivalent to Keystone Domain? If so, as a public cloud provider - I create a Keystone domain and give it to an organization which wants

Re: [openstack-dev] [Neutron][IPv6] Blueprint Bind dnsmasq in qrouter- namespace

2013-12-19 Thread Ian Wells
Interesting. So you're suggesting we provision a single namespace (per network, rather than subnet?) proactively, and use it for both routing and DHCP. Not unreasonable. Also workable for v4, I think? -- Ian. On 20 December 2013 02:31, Shixiong Shang sparkofwisdom.cl...@gmail.comwrote: Hi,

Re: [openstack-dev] [trove] datastore migration issues

2013-12-19 Thread Tim Simpson
I second Rob and Greg- we need to not allow the instance table to have nulls for the datastore version ID. I can't imagine that as Trove grows and evolves, that edge case is something we'll always remember to code and test for, so let's cauterize things now by no longer allowing it at all. The

Re: [openstack-dev] [Nova] [Ironic] Get power and temperature via IPMI

2013-12-19 Thread Gao, Fengqian
Hi, Devananda, Thanks for your reply. I totally agree with your thought, nova-compute could gathering such information locally. And I think IPMI, using in-band connection, might be more suitable to be used to collect these sensor data. At the beginning, I thought it would better to put all IPMI

Re: [openstack-dev] [neutron] [third-party-testing] Reminder: Meeting tomorrow

2013-12-19 Thread Shiv Haris
Salvatore, Agreed that a visible job-log should be a requirement, otherwise who knows what was actually run. -Shiv From: Salvatore Orlando [mailto:sorla...@nicira.com] Sent: Thursday, December 19, 2013 4:50 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re:

Re: [openstack-dev] [Neutron][IPv6] Meeting time - change to 1300 UTC or 1500 UTC?

2013-12-19 Thread Xuhan Peng
15UTC is 23PM in China, not ideal, but I am OK with that :-) On Fri, Dec 20, 2013 at 8:20 AM, Ian Wells ijw.ubu...@cack.org.uk wrote: I'm easy. On 20 December 2013 00:47, Randy Tuttle randy.m.tut...@gmail.com wrote: Any of those times suit me. Sent from my iPhone On Dec 19, 2013, at

[openstack-dev] [Nova]I want to add a hypervisor driver for Nova in icehouse

2013-12-19 Thread wu jiang
Hi all, I'm planing to commit a new hypervisor Driver for Huawei-FusionCompute in Icehouse. And I've already submitted a bp wiki to OpenStack. BP: https://blueprints.launchpad.net/nova/+spec/driver-for-huawei-fusioncompute Wiki: https://wiki.openstack.org/wiki/FusionCompute Now I'm not sure

Re: [openstack-dev] [Neutron][IPv6] Three SLAAC and DHCPv6 related blueprints

2013-12-19 Thread Xuhan Peng
Ian, thanks for asking! I replied in the other thread. It works for me! On Fri, Dec 20, 2013 at 8:23 AM, Ian Wells ijw.ubu...@cack.org.uk wrote: Xuhan, check the other thread - would 1500UTC suit? On 19 December 2013 01:09, Xuhan Peng pengxu...@gmail.com wrote: Shixiong and guys, The

Re: [openstack-dev] [Nova] [Ironic] Get power and temperature via IPMI

2013-12-19 Thread Alan Kavanagh
Cheers Gao It definitely makes sense to collect additional metrics such as power and temperature, and make that available for selective decisions you would want to take. However, I am just wondering if you could realistically feed those metrics as variables for scheduling, this is the main

Re: [openstack-dev] [Nova] [Ironic] Get power and temperature via IPMI

2013-12-19 Thread Gao, Fengqian
Yes, Alan, you got me. Providing power/temperature to scheduler, set threshold or different weight, then the scheduler can boot VM on the most suitable node. Thanks --fengqian From: Alan Kavanagh [mailto:alan.kavan...@ericsson.com] Sent: Friday, December 20, 2013 11:58 AM To: OpenStack

Re: [openstack-dev] [Climate] Next two weekly meetings cancelled ?

2013-12-19 Thread Nikolay Starodubtsev
I'm on holidays till 9th January. And I don't think I'll have an internet access all the time on holidays. p.s. By the way, I'll prefer Friday's evenings as new meeting time if it is available - it only one day when I don't do my BJJ classes. Or we can move to 1900-2000UTC. it looks fine for me.

Re: [openstack-dev] [swift] Blocking issue with ring rebalancing

2013-12-19 Thread Yuriy Taraday
On Thu, Dec 19, 2013 at 8:22 PM, Nikolay Markov nmar...@mirantis.comwrote: I created a bug on launchpad regarding this: https://bugs.launchpad.net/swift/+bug/1262166 Could anybody please participate in discussion on how to overcome it? Hello. I know you've decided to dig a bit deeper on

[openstack-dev] Add no HPET option for resolving windows vm time drifting

2013-12-19 Thread 한승진
Hi all, When we tested windows guest OS, the time drift case was occured. It meant the clock of windows mv gredually lost a few seconds per minute. It occured especailly the CPUs are working hard. For syncing between Hypervisor and windows vm, we need to other option into libvirt template. I

[openstack-dev] [Nova][VMware] Deploy from vCenter template

2013-12-19 Thread Qing Xin Meng
I don't think these patches are conflicting. I will continue to work on this patch. https://review.openstack.org/#/c/34903/ Thanks! Best Regards --- Hi Arnaud, It's really good to know

<    1   2