Re: [openstack-dev] [gantt] How to include nova modules in unit tests

2014-01-21 Thread Dugger, Donald D
Well, the first goal is to get the scheduler code into a separate tree, even though that code is still utilizing common code from nova. Right now just about every scheduler file includes some nova modules. Ultimately yes, we want to remove the depency on nova but that is a future effort and wo

Re: [openstack-dev] [gantt] How to include nova modules in unit tests

2014-01-21 Thread Dugger, Donald D
Sylvain- Tnx, that worked great. (Now if I can just find a way to get the affinity tests working, all the other tests pass. I only have 17 tests failing out of 254.) -- Don Dugger "Censeo Toto nos in Kansa esse decisse." - D. Gale Ph: 303/443-3786 From: Sylvain Bauza [mailto:sylvain.ba...@gma

[openstack-dev] [fuel-dev] monitoring openstack services with nagios

2014-01-21 Thread Federico Michele Facca
Hi, for whoever may be interested for the version 3.2.1 of Fuel we documented a process to extend the set-up of fuel and related puppet scripts to deploy nagios services and use nagios to monitor “openstack” infrastructure status. We are working out also and iso (but will include also other inte

Re: [openstack-dev] [neutron] Neutron should disallow /32 CIDR

2014-01-21 Thread Paul Ward
Possibly, though I don't see code that checks the actual CIDR length. It seems to check CIDR correctness via IP correctness. ie, things like the ending IP not being smaller than the starting IP, etc. One change to my original message on what the fix is, we'd have to compare subnet_first_ip and

Re: [openstack-dev] [neutron] Neutron should disallow /32 CIDR

2014-01-21 Thread Paul Ward
You beat me to it. :) I just responded about not checking the allocation pool start and end but rather, checking subnet_first_ip and subnet_last_ip, which is set as follows: subnet = netaddr.IPNetwork(subnet_cidr) subnet_first_ip = netaddr.IPAddress(subnet.first + 1) subn

Re: [openstack-dev] Havana Release V3 Extensions and new features to quota

2014-01-21 Thread Christopher Yeoh
Hi Vinod, On Mon, Jan 20, 2014 at 9:47 PM, Vinod Kumar Boppanna < vinod.kumar.boppa...@cern.ch> wrote: > Hi, > > My name is "Vinod Kumar Boppanna" and I was testing the quota part in the > OpenStack Havana Release. I had installed the Havana Release in a single > VM through RDO process. During

[openstack-dev] Neutron - run_tests.sh fails while creating a Virtual environment

2014-01-21 Thread Vasudevan, Swaminathan (PNB Roseville)
Hi folks, Does anyone have an idea why the "run_tests.sh" script fails when I run it with a "run_tests.sh -v" in Ubuntu. I have provided the output of the "run_tests.sh -V". It tries to install "python-mimeparse" and then it raises an exception. See the exception below: Console log: Requirement

Re: [openstack-dev] [Neutron][IPv6] A pair of mode keywords

2014-01-21 Thread Shixiong Shang
I created a new PDF file to show two parameters (i.e. not referring “enable_dhcp”). Here is the link. I also updated BP too. https://www.dropbox.com/s/rq8xmbruqthef38/IPv6%20Two%20Modes%20v2.0.pdf Shixiong On Jan 21, 2014, at 6:31 PM, Shixiong Shang wrote: > Hi, Anthony: > > I think we ar

Re: [openstack-dev] Next steps for Whole Host allocation / Pclouds

2014-01-21 Thread Jay Pipes
On Tue, 2014-01-21 at 11:57 +, Day, Phil wrote: > > > > So, I actually don't think the two concepts (reservations and > > > > "isolated instances") are competing ideas. Isolated instances are > > > > actually not reserved. They are simply instances that have a > > > > condition placed on their

Re: [openstack-dev] Next steps for Whole Host allocation / Pclouds

2014-01-21 Thread Jay Pipes
On Tue, 2014-01-21 at 14:28 +, Day, Phil wrote: > > > > > > I think there is clear water between this and the existing aggregate based > > isolation. I also think this is a different use case from reservations. > > It's > > *mostly* like a new scheduler hint, but because it has billing impa

Re: [openstack-dev] Next steps for Whole Host allocation / Pclouds

2014-01-21 Thread Jay Pipes
On Tue, 2014-01-21 at 14:21 +, Khanh-Toan Tran wrote: > > Exactly - that's why I wanted to start this debate about the way forward > > for the > > Pcloud Blueprint, which was heading into some kind of middle ground. As > > per > > my original post, and it sounds like the three of us are at l

Re: [openstack-dev] [fuel-dev] monitoring openstack services with nagios

2014-01-21 Thread David Easter
Thanks for sharing this, Federico. Nagios was removed from the Fuel project in an earlier release so nice to see it back as an option. - David J. Easter Product Line Manager On 1/21/14, 4:43 PM, "Federico Michele Facca" wrote: >Hi, >for whoever may be interested for the version 3.2.1 of Fu

[openstack-dev] [nova][ec2-api]cmd "euca-describle-address" will return error. someone can help me?

2014-01-21 Thread li zheming
hi all: I used euca2tool3.1.10 to test ec2 api.but when I do cmd "euca-describle-address", it return error, like this: error(notImplementedError):unknown error occured my environment: two float IPs: 200.200.130.3-> bingding a instance 200.200.130.4->no bingding if I do cm

Re: [openstack-dev] [OpenStack][Nova][cold migration] Why we need confirm resize after cold migration

2014-01-21 Thread Christopher Yeoh
On Mon, Jan 20, 2014 at 6:10 PM, Jay Lau wrote: > Hey, > > I have to bring up this topic again. A patch > https://review.openstack.org/#/c/66101/ has been uploaded for review to > resolve the cold migration auto confirm issue. > > One question want to get some input from you guys: Do we need to >

Re: [openstack-dev] [OpenStack][Nova][cold migration] Why we need confirm resize after cold migration

2014-01-21 Thread Jay Lau
2014/1/22 Christopher Yeoh > On Mon, Jan 20, 2014 at 6:10 PM, Jay Lau wrote: > >> Hey, >> >> I have to bring up this topic again. A patch >> https://review.openstack.org/#/c/66101/ has been uploaded for review to >> resolve the cold migration auto confirm issue. >> >> One question want to get so

Re: [openstack-dev] [neutron] Neutron should disallow /32 CIDR

2014-01-21 Thread Carl Baldwin
The bottom line is that the method you mentioned shouldn't validate the subnet. It should assume the subnet has been validated and validate the pool. It seems to do a adequate job of that. Perhaps there is a _validate_subnet method that you should be focused on? (I'd check but I don't have conven

Re: [openstack-dev] [OpenStack][Nova][cold migration] Why we need confirm resize after cold migration

2014-01-21 Thread Christopher Yeoh
On Wed, Jan 22, 2014 at 1:05 PM, Jay Lau wrote: > > > > 2014/1/22 Christopher Yeoh > >> On Mon, Jan 20, 2014 at 6:10 PM, Jay Lau wrote: >> >>> Hey, >>> >>> I have to bring up this topic again. A patch >>> https://review.openstack.org/#/c/66101/ has been uploaded for review to >>> resolve the co

Re: [openstack-dev] writing comments as complete sentences

2014-01-21 Thread Christopher Yeoh
On Thu, Jan 16, 2014 at 5:35 AM, Renat Akhmerov wrote: > I absolutely agree with that. Honestly, I don’t even understand why it can > be different (not compliant with regular grammar rules). Comments are > supposed to clarify things so they should be worded very clearly and read > as normal Englis

Re: [openstack-dev] [OpenStack][Nova][cold migration] Why we need confirm resize after cold migration

2014-01-21 Thread Alex Xu
On 2014?01?08? 23:12, Jay Lau wrote: Thanks Russell, OK, will file a bug for first issue. For second question, I want to show some of my comments here. I think that we should disable cold migration for an ACTIVE VM as cold migrating will first destroy the VM then re-create the VM when using K

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

2014-01-21 Thread Irena Berezovsky
Hi Robert, all, I would suggest not to delay the SR-IOV discussion to the next week. Let's try to cover the SRIOV side and especially the nova-neutron interaction points and interfaces this Thursday. Once we have the interaction points well defined, we can run parallel patches to cover the full s

Re: [openstack-dev] [Glance] Property protections not being enforced?

2014-01-21 Thread Mark Washenberger
I found the cause. When using role-based protections, instead of stopping after the first rule that matches, it keeps going. So in your example, the .* property rule is being applied after the ^foo_property$ rule says "no". I've determined that we can completely avoid the bug in current deployments

Re: [openstack-dev] [OpenStack][Nova][cold migration] Why we need confirm resize after cold migration

2014-01-21 Thread Jay Lau
Thanks Chris and Alex :-) @Chris, OK, I will update patch then. @Alex, yes, John also give some explanation as following: = If a disk is failing, people like to turn off the VMs to reduce load on that host while performing the migrations. And live-mig

Re: [openstack-dev] [fuel-dev] monitoring openstack services with nagios

2014-01-21 Thread FERNANDO LOPEZ AGUILAR
Hello David, Are you planning to use others, like zabbix, collectd or whatever? Enviado de Samsung Mobile Original message Subject: Re: [openstack-dev] [fuel-dev] monitoring openstack services with nagios From: David Easter To: "OpenStack Development Mailing List (not for

<    1   2