Re: [Openstack] quantum: two ips one vif

2012-10-23 Thread Jason Kölker
On Tue, 2012-10-23 at 15:14 -0700, Dan Wendlandt wrote: can you post your libvirt xml for the VM? It maybe well be libvirt filtering if you are using the OVS Hybrid vif driver: for example, a VM would have xml like: filterref filter='nova-instance-instance-0001-fa163e0569ba'

Re: [Openstack] Use of MAC addresses in Openstack VMs

2012-10-22 Thread Jason Kölker
On Tue, 2012-10-23 at 08:43 +0800, Shake Chen wrote: On Mon, Oct 22, 2012 at 8:08 PM, Gary Kotton gkot...@redhat.com wrote: # Base MAC address. The first 3 octets will remain unchanged. If the # 4h octet is not 00, it will also used. The others will be # randomly generated. # 3 octet #

[Openstack] Openstack-Common ZeroMQ

2012-07-10 Thread Jason Kölker
The zeromq tests are failing in jenkins. I created bug https://bugs.launchpad.net/openstack-common/+bug/1023060 for this. Anyone with an interest in ZeroMQ support, please help to resolve this bug. Happy Hacking! 7-11 ___ Mailing list:

Re: [Openstack] Openstack-Common ZeroMQ

2012-07-10 Thread Jason Kölker
On Tue, 2012-07-10 at 13:36 -0400, Eric Windisch wrote: The bigger issue is getting people to do the reviews... Here is the link for those that want to help: https://review.openstack.org/#/q/status:open+project:openstack/openstack-common+branch:master+topic:bug/1021459,n,z Cool

Re: [Openstack] Don't bypass code-review.

2012-07-10 Thread Jason Kölker
On Tue, 2012-07-10 at 13:52 -0400, Eric Windisch wrote: I've had code reviews sitting out for over a week, looking to fix issues with the ZeroMQ driver in openstack-common. I'd love to get it fixed, and nudged a couple of people to get the reviews in, but figured that it would get in

Re: [Openstack] Don't bypass code-review.

2012-07-10 Thread Jason Kölker
On Tue, 2012-07-10 at 15:32 -0400, Eric Windisch wrote: Jenkins was failing to merge *ANY* code reviews for openstack-common. The root of the dependency tree of your patch sets is insufficient to make the test suite pass. The set of patches needed to go in in one commit. I was ping'd on

Re: [Openstack] Passing parameters from Quantum manager to Nova compute

2012-06-06 Thread Jason Kölker
On Wed, 2012-06-06 at 21:35 +0300, Rami Cohen wrote: Hi, While Quantum manager may communicate with compute nodes using a quantum agent, in some cases when Quantum is integrated with Nova, the agent may not be needed (while it can be used for enhanced services). In this cases, when the

Re: [Openstack] running HA cluster of guests within openstack

2012-04-13 Thread Jason Kölker
On Fri, 2012-04-13 at 12:31 +0300, ikke wrote: 1. Private networks between guests - Doable now using Quantum 1.1. Defining VLANs visible to guest machines to separate clusters internal traffic, VLAN tags should not be stripped by host (QinQ) VLANs and Quantum private networks are

Re: [Openstack] Melange Unittests

2012-04-06 Thread Jason Kölker
On Fri, 2012-04-06 at 13:11 +, Vaze, Mandar wrote: I tried to run ./run_tests.sh (without virtualenv) I kept on getting error related to unable to find config file I ran the tests from /opt/stack/mélange Same errors when I run python run_tests.py

Re: [Openstack] Melange Unittests

2012-04-05 Thread Jason Kölker
On Fri, 2012-04-06 at 00:04 +, Brian Lamar wrote: Can anyone enlighten me as to why the gate-melange-unittests-python26 job is only running a single test? The first time it ran it correctly found all 500+ tests but now it seems to be just running one. :( This is happening locally for

Re: [Openstack] melange_ipam : get_tenant_id_by_net_id - possible bug (and fix)

2012-03-28 Thread Jason Kölker
Hi Mandar, Thanks for taking the time to look into Melange! Currently Nova + Quantum + Melange is in a huge state of development flux. The current code gets us enough to play with some features and be backwards compatible with all the features in the legacy network managers. In the Folsom

[Openstack-poc] [Bug 951197] [NEW] openstack namespace does not play nicely with checkedout repos

2012-03-09 Thread Jason Kölker
for incubation we *could* hack it to inject ./openstack/common into the openstack namespace, but there might be a better way. Need to research. ** Affects: openstack-common Importance: Undecided Assignee: Jason Kölker (jason-koelker) Status: Confirmed ** Changed in: openstack-common

Re: [Openstack] Bug launching instance in Essex packages on Precise - for nw, info in nw_info: too many values to unpack (network/manager.py)

2012-02-16 Thread Jason Kölker
On Thu, 2012-02-16 at 14:56 +, Kevin Jackson wrote: Hi Jason, This has worked - but introduced some further bugs. The instance spawns, but there is no float_ip information presented to my client tools. $ nova list

Re: [Openstack] Bug launching instance in Essex packages on Precise - for nw, info in nw_info: too many values to unpack (network/manager.py)

2012-02-14 Thread Jason Kölker
On Tue, 2012-02-14 at 20:43 +, Kevin Jackson wrote: Dear cloud folk, I raised https://bugs.launchpad.net/nova/+bug/928819 last week that's not getting any love so was wondering if it was user error rather than a bug (as its a show stopper for my setup that I previously didn't have). I

Re: [Openstack] Remove Zones code - FFE

2012-02-14 Thread Jason Kölker
On Wed, 2012-02-15 at 00:00 +, Monsyne Dragon wrote: On Feb 14, 2012, at 1:25 PM, Jay Pipes wrote: -1 on shard b/c of database terminology. -1 on cluster because of HPC and database terminology. Zone was originally used because it is general -- referring to merely a collection

[Openstack-poc] [Bug 925775] [NEW] utils.import_object sometimes masks the failed import

2012-02-02 Thread Jason Kölker
Public bug reported: 146 def import_class(import_str): 147 Returns a class from a string including module and class 148 mod_str, _sep, class_str = import_str.rpartition('.') 149 try: 150 __import__(mod_str) 151 return getattr(sys.modules[mod_str], class_str) 152

[Openstack-poc] [Bug 925775] Re: utils.import_object sometimes masks the failed import

2012-02-02 Thread Jason Kölker
** Changed in: openstack-common Status: New = Confirmed -- You received this bug notification because you are a member of OpenStack Common Drivers, which is the registrant for openstack-common. https://bugs.launchpad.net/bugs/925775 Title: utils.import_object sometimes masks the failed

Re: [Openstack] openstack-common

2012-01-03 Thread Jason Kölker
On Tue, 2012-01-03 at 21:38 +, Mark McLoughlin wrote: As a related note, I'm going to get the current repo moved in to gerrit today or tomorrow. It's more Jason's call, but I think we're basically asking you to hold off on that for a little while. We may decide to start a new repo.

Re: [Openstack] openstack-common

2012-01-03 Thread Jason Kölker
On Tue, 2012-01-03 at 13:49 -0800, Monty Taylor wrote: It's more Jason's call, but I think we're basically asking you to hold off on that for a little while. We may decide to start a new repo. Oh - ok. My bad - I'll learn to read entire threads next time... Let let me know when it's

Re: [Openstack] Database stuff

2011-11-29 Thread Jason Kölker
On Tue, 2011-11-29 at 16:20 +0100, Soren Hansen wrote: It seems I've talked myself into preferring option e). It's too much work to do on my own, though, and it's going to be disruptive, so we need to do it real soon. I think it'll be worth it, though. I agree. This will also make it easier

[Openstack] openstack.common module (was: Re: [RFC] Common config options module)

2011-11-29 Thread Jason Kölker
On Mon, 2011-11-28 at 20:57 +, Mark McLoughlin wrote: Hi Jason, On Mon, 2011-11-28 at 10:24 -0600, Jason Kölker wrote: On Mon, 2011-11-28 at 08:06 -0800, Monty Taylor wrote: The idea is to unify option handling across projects with this new API. The module would eventually (soon

Re: [Openstack] [RFC] Common config options module

2011-11-28 Thread Jason Kölker
On Mon, 2011-11-28 at 08:06 -0800, Monty Taylor wrote: The idea is to unify option handling across projects with this new API. The module would eventually (soon?) live in openstack-common. Awesome. So - whaddya think about making openstack-common an installable/consumable module? I've

Re: [Openstack] New git-review tool ready for people to try

2011-10-14 Thread Jason Kölker
On Thu, 2011-10-13 at 13:03 -0400, Monty Taylor wrote: Amongst things git-review does: Rebases against the branch you're submitting to, rather than against the place you cloned from Allows you to skip rebasing if you want Submit against a named branch Explicitly set the topic

Re: [Openstack] dns issue?

2011-10-10 Thread Jason Kölker
On Mon, 2011-10-10 at 16:07 -0400, Sharif Islam wrote: I am still stuck with this problem: my instances can ping only with ip addresses. I deleted nova-network and created it again and then fired up an instance. But still resolv.conf shows nameserver 10.0.1.1. I only have one instance running

Re: [Openstack] nova-manage network modifications feedback request

2011-07-12 Thread Jason Kölker
On Mon, 2011-07-11 at 19:33 -0700, Dan Wendlandt wrote: Given that we're reworking the commands (and potentially breaking peoples' scripts), it might make sense to add a type field to the network create command to provide future flexibility to introducing different types of networks that can

[Openstack] nova-manage network modifications feedback request

2011-07-07 Thread Jason Kölker
Hi all, I am work on being able to use ipv6 without the ipv4 requirement. To do this I am generalizing the concept of subnets so that any data link (bridge) can be assigned more than one subnet of which any number of them may be an ipv4 or an ipv6 subnet. I've seen some bugs popping up with the