[openstack-dev] [infra] Update for global requirements

2017-06-04 Thread Gary Kotton
Hi, The bot that runs for the requirements update sometimes does not update the vmware-nsx project. I am not sure if this happens with other projects. Does anyone know how we can trouble shoot this? Thanks Gary __ OpenStack

[openstack-dev] [neutron][l2gw] OVS code currently broken

2017-05-30 Thread Gary Kotton
Hi, Please note that the L2 GW code is currently broken due to the commit e6333593ae6005c4b0d73d9dfda5eb47f40dd8da If someone has the cycles can they please take a look. Thanks gary __ OpenStack Development Mailing List (not

Re: [openstack-dev] [Openstack][Neutron]Why we use secuirity group which only support dispatching whiltelist rules?

2017-04-25 Thread Gary Kotton
Hi, I would like us to think of considering enabling an API that would allow ‘deny’, for example an admin could overwrite a tenant’s security groups. For example, and admin may not want a specific source range to access the tenants VM’s. The guys working on FWaaS say that this may happen in V2,

Re: [Openstack] [gerrit] Co-authorship/ownership

2017-04-25 Thread Gary Kotton
Please see https://wiki.openstack.org/wiki/GitCommitMessages On 4/25/17, 4:34 PM, "Eric Fried" wrote: Howdy folks. What's the protocol when a change set has more than one (significant) contributor? I've seen this "Co-Authored-By" tag in commit messages -

Re: [openstack-dev] [neutron] Engine facade

2017-04-04 Thread Gary Kotton
happen on one of your changes - it is hard to guess. On Tue, Apr 4, 2017 at 11:16 AM Gary Kotton <gkot...@vmware.com<mailto:gkot...@vmware.com>> wrote: Hi, The problem that we have is that any foreign key usage under transactions is now broken. An example of an exception that is raised is:

Re: [openstack-dev] [neutron] Engine facade

2017-04-04 Thread Gary Kotton
concerned if we are the only folks that have affected by this. Thanks Gary From: Gary Kotton <gkot...@vmware.com> Reply-To: OpenStack List <openstack-dev@lists.openstack.org> Date: Monday, April 3, 2017 at 3:14 PM To: OpenStack List <openstack-dev@lists.openstack.org> Subject:

Re: [openstack-dev] [neutron] Engine facade

2017-04-03 Thread Gary Kotton
rg> Subject: Re: [openstack-dev] [neutron] Engine facade Hi! I'm a little confused change https://review.openstack.org/#/c/452539/ is about switching for new facade, does the master branch fails the same? On Mon, Apr 3, 2017 at 8:35 AM Gary Kotton <gkot...@vmware.com<mailto:gkot...@vmware.co

Re: [openstack-dev] [openstack] How does tag gets allocated to VM ports ?

2017-04-03 Thread Gary Kotton
Hi, This is done by the agents. For example please see https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L1639 Thanks Gary From: Vikash Kumar Reply-To: OpenStack List

Re: [openstack-dev] [neutron] Engine facade

2017-04-02 Thread Gary Kotton
stack-dev@lists.openstack.org> Date: Monday, April 3, 2017 at 12:56 AM To: OpenStack List <openstack-dev@lists.openstack.org> Subject: Re: [openstack-dev] [neutron] Engine facade Do you have a link to a traceback? On Apr 2, 2017 09:25, "Gary Kotton" <gkot...@vmware.com<mai

[openstack-dev] [neutron] Engine facade

2017-04-02 Thread Gary Kotton
Hi, The change https://review.openstack.org/#/c/402750/ has broken the vmware-nsx plugin. I am not sure if this has had effect on any other decomposed plugins. One of the issues that we have is when we create a PortDNS object under a transaction we get an exception: DBReferenceError:

Re: [openstack-dev] [neutron] - Adding Miguel Lavalle to neutron-drivers team

2017-04-02 Thread Gary Kotton
+1 On 3/31/17, 12:55 AM, "Ihar Hrachyshka" wrote: On Thu, Mar 30, 2017 at 2:11 PM, Kevin Benton wrote: > Hi, > > I would like to add Miguel Lavalle (mlavalle) to the Neutron drivers team > [1]. It's not completely clear if you

Re: [Openstack] running control plane on a vmware VM

2017-03-31 Thread Gary Kotton
Hi, You will need to set your switches to promiscuous mode. This is due to the fact that the traffic will be using MAC addresses from OpenStack and not the VMware ones. Thanks Gary From: Manuel Sopena Ballesteros Date: Friday, March 31, 2017 at 4:05 AM To:

[openstack-dev] [neutron][networking-l2gw] Project update

2017-03-28 Thread Gary Kotton
Hi, Please see below for a current update on the status of the project. 1. stable/ocata: a. a tag 10.0.0 has been created b. code has been updated to pass unit tests (there was a breakage as it was pulling master neutron) 2. master: a. Due to the tag above being

Re: [openstack-dev] [neutron][networking-l2gw] Unable to create release tag

2017-03-24 Thread Gary Kotton
to create release tag Hi, seems the ACL is not correctly applied. infra-root as looking at it Best Yolanda On Thu, Mar 23, 2017 at 5:18 PM, Gary Kotton <gkot...@vmware.com<mailto:gkot...@vmware.com>> wrote: Hi, I have tried updating my gpg key and still nothing works: gkotton@ubun

Re: [openstack-dev] [neutron][networking-l2gw] Unable to create release tag

2017-03-23 Thread Gary Kotton
dea here? This is blocking people who want to package… Thanks Gary On 3/21/17, 7:18 PM, "Gary Kotton" <gkot...@vmware.com> wrote: Hi, I am still unable to do this – this is after https://review.openstack.org/#/c/447279/ landed. Any ideas? Thanks Gary

Re: [openstack-dev] [neutron][networking-l2gw] Unable to create release tag

2017-03-21 Thread Gary Kotton
Hi, I am still unable to do this – this is after https://review.openstack.org/#/c/447279/ landed. Any ideas? Thanks Gary On 3/14/17, 3:04 PM, "Jeremy Stanley" <fu...@yuggoth.org> wrote: On 2017-03-14 05:39:35 +0000 (+0000), Gary Kotton wrote: > I was asked to c

[openstack-dev] [neutron][tap-as-a-service] neutron-lib breakage

2017-03-20 Thread Gary Kotton
Hi, Can the tap guys please look at https://review.openstack.org/447277. All projects using the tap project are currently stuck Thanks Gary __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

[openstack-dev] [neutron][networking-l2gw] Unable to create release tag

2017-03-13 Thread Gary Kotton
Hi, I was asked to create a release tag for stable/ocata. This fails with: gkotton@ubuntu:~/networking-l2gw$ git push gerrit tag 10.0.0 Enter passphrase for key '/home/gkotton/.ssh/id_rsa': Counting objects: 1, done. Writing objects: 100% (1/1), 533 bytes | 0 bytes/s, done. Total 1 (delta 0),

Re: [openstack-dev] [neutron][infra] Any idea why patch is not gating

2017-03-06 Thread Gary Kotton
Thanks! 439565 was abandoned. Sorry for the trouble On 3/6/17, 5:32 PM, "Paul Belanger" <pabelan...@redhat.com> wrote: On Mon, Mar 06, 2017 at 03:44:59PM +0000, Gary Kotton wrote: > Hi, > When we recheck https://review.openstack.org/#/c/388157/ or any patch th

Re: [openstack-dev] [neutron][sfc][release] stable/ocata version

2017-03-06 Thread Gary Kotton
t release schedule( like Kolla will not > be > released until sfc release ocata branch and tag ). > > I hope sfc team could follow the OpenStack release schedule, even though it > may > cause some cherry-pick, but it is safer and how OpenStack project live. > > >

[openstack-dev] [neutron][infra] Any idea why patch is not gating

2017-03-06 Thread Gary Kotton
Hi, When we recheck https://review.openstack.org/#/c/388157/ or any patch that depends on this one, they just hang. Any idea why? Thanks Gary __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

Re: [openstack-dev] [neutron][sfc] stable/ocata version

2017-03-04 Thread Gary Kotton
> we will pull a stable/ocata branch around end of Feb or early March the latest. [0] http://lists.openstack.org/pipermail/openstack-dev/2017-February/112580.html On Sun, Mar 5, 2017 at 3:01 PM, Gary Kotton <gkot...@vmware.com<mailto:gkot...@vmware.com>> wrote: Hi, We are pre

Re: [openstack-dev] [neutron][sfc] stable/ocata version

2017-03-04 Thread Gary Kotton
is is talked in [0]. sfc team said ​> we will pull a stable/ocata branch around end of Feb or early March the latest. [0] http://lists.openstack.org/pipermail/openstack-dev/2017-February/112580.html On Sun, Mar 5, 2017 at 3:01 PM, Gary Kotton <gkot...@vmware.com<mailto:gkot...@vmware.com

[openstack-dev] [neutron][sfc] stable/ocata version

2017-03-04 Thread Gary Kotton
Hi, We are pretty blocked at the moment with our gating on stable/ocata. This is due to the fact that there is no networking-sfc version tagged for ocata. Is there any ETA for this? Thanks Gary __ OpenStack Development

[Yahoo-eng-team] [Bug 1627106] Re: TimeoutException while executing tests adding bridge using OVSDB native

2017-02-27 Thread Gary Kotton
Moving to triaged as the issue has not been addressed. ** Changed in: neutron Status: Fix Released => Triaged -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1627106 Title:

Re: [openstack-dev] [neutron] - Neutron team social in Atlanta on Thursday

2017-02-19 Thread Gary Kotton
+1 On 2/20/17, 12:17 AM, "Daniel Alvarez" wrote: +1 Enviado desde mi iPhone > El 19 feb 2017, a las 11:45, Isaku Yamahata escribió: > > +1 > > On Fri, Feb 17, 2017 at 11:18:41AM -0800, > Kevin Benton

Re: [openstack-dev] [neutron] - Team photo

2017-02-19 Thread Gary Kotton
What is the dress code ☺ From: "Das, Anindita" Reply-To: OpenStack List Date: Monday, February 20, 2017 at 5:16 AM To: OpenStack List Subject: Re: [openstack-dev] [neutron] - Team photo +1 From:

[openstack-dev] [neutron][ovo] port bindings

2017-02-19 Thread Gary Kotton
Hi, We have encountered a few issues with the Port object. This makes use of the ml2 database model. Mono lithic plugins do not populate the information and this can lead to breakages. My understanding is that plugin specific objects should be in the directory: neutron/objects/plugins. I am

[openstack-dev] [networking-sfc] Stable/Ocata Version

2017-02-19 Thread Gary Kotton
Hi, When will this repo have a stable/ocata branch? Thanks Gary __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe

Re: [openstack-dev] [neutron] [stadium] subprojects on independent release cycle

2017-02-08 Thread Gary Kotton
Regarding vmware-nsx we are planning to cut a version in the coming days. Thanks Gary On 2/8/17, 8:51 PM, "Isaku Yamahata" wrote: Regarding to networking-odl, we're going to cut stable/ocata branch around Feb 11. After a while testing, the release will be

Re: [openstack-dev] [neutron][networking-l2gw] ocata release?

2017-02-05 Thread Gary Kotton
Done - https://review.openstack.org/gitweb?p=openstack/networking-l2gw.git;a=shortlog;h=refs/heads/stable/ocata A luta continua On 2/6/17, 8:51 AM, "Gary Kotton" <gkot...@vmware.com> wrote: Hi, Yes, I will go and do this. Thanks Gary On 2/6/17, 4

Re: [openstack-dev] [neutron][networking-l2gw] ocata release?

2017-02-05 Thread Gary Kotton
Hi, Yes, I will go and do this. Thanks Gary On 2/6/17, 4:05 AM, "Takashi Yamamoto" wrote: hi, is anyone going to cut ocata release/branch for networking-l2gw? __ OpenStack

[Openstack] Stable/ocata patches

2017-02-05 Thread Gary Kotton
Hi, Are we blocking patches for stable Ocata? It is really unclear why [i] is blocked. My understanding is that bugs can be backported? This was hit under load testing and caused neutron to break. Thanks Gary [i] https://review.openstack.org/429388 ___

[Yahoo-eng-team] [Bug 1661181] [NEW] IPv6 subnet update create s RPC client with each call

2017-02-02 Thread Gary Kotton
Public bug reported: Commit fc7cae844cb783887b8a8eb4d9c3286116d740e6 invokes the class once per call. We should do this only once like in the l3_db.py ** Affects: neutron Importance: High Assignee: Gary Kotton (garyk) Status: In Progress -- You received this bug notification

Re: [openstack-dev] [FFE][requirements] VMware nsxlib 0.7.0

2017-01-31 Thread Gary Kotton
Hi, At the moment we are the only consuming project. This is blocking us at the moment. How do you suggest moving this forwards? Could we remove the upper constraints? Thanks Gary On 1/31/17, 6:48 PM, "Matthew Thode" <prometheanf...@gentoo.org> wrote: On 01/31/2017 10:40

[openstack-dev] [FFE][requirements] VMware nsxlib 0.7.0

2017-01-31 Thread Gary Kotton
Hi, At the moment we have a number of bugs in the plugin that are addressed by the patches here. Could we please get this approved so that the Ocata version will be ina state that we can release it. This is blocking us for certain uses cases. Thanks Gary

[Yahoo-eng-team] [Bug 1656629] [NEW] Pagination exception from commit 175bfe048283ae930b60b1cea87874d1fa1d10d6

2017-01-15 Thread Gary Kotton
in func return f(self, *args, **kwargs) File "/tmp/openstack/neutron/neutron/tests/base.py", line 114, in func return f(self, *args, **kwargs) File "/tmp/openstack/neutron/neutron/tests/unit/extensions/test_l3.py", line 2713, in test_floatingip_list_with_pagination

[openstack-dev] [neutron] decomposed plugins broken

2017-01-13 Thread Gary Kotton
Hi, The l3 patch - https://review.openstack.org/#/c/417604/ has broken the decomposed plugins. We need to look at addressing this. We will fix the code, just a heads up to all other projects. Thanks Gary __ OpenStack

[openstack-dev] [Infra] Gerrit performance time

2017-01-11 Thread Gary Kotton
Hi, It takes forever to access gerrit. Anyone else hitting this issue? Thanks Gary __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe

Re: [openstack-dev] [Octavia] - LBaaS and IPv6

2017-01-08 Thread Gary Kotton
Hi, If the load balancer supports IPv6 then this should be supported. Thanks Gary From: Alex Stafeyev Reply-To: OpenStack List Date: Sunday, January 8, 2017 at 2:07 PM To: OpenStack List Subject:

[openstack-dev] [horizon] Timeout issue

2017-01-04 Thread Gary Kotton
Hi, Maybe someone can help or give me some pointers. On horizon I am trying to attach a network interface to a router. When I do this I get the following error on horizon: “Danger: There was an error submitting the form. Please try again.” When I refresh the page I see that the operation has

Re: [openstack-dev] [heat] project specific question for the next user survey

2017-01-02 Thread Gary Kotton
Hi, Are there any questions related to Terraform? Is this affecting Heat in some way or form? Or just an alternative? Thanks Gary From: Rabi Mishra Reply-To: OpenStack List Date: Monday, January 2, 2017 at 6:18 AM To: OpenStack List

[openstack-dev] [All] Python routes

2017-01-01 Thread Gary Kotton
Hi, It appears that the version 2.3.1 is no longer around. Any idea? Do we need to upgrade to 2.4.0? Thanks Gary __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

Re: [Openstack] [NEUTRON][DHCP] iptables chain rate limit dhcp connection

2016-12-30 Thread Gary Kotton
https://github.com/openstack/vmware-nsx On 12/30/16, 6:36 PM, "Davide Panarese" wrote: Hello everyone, anyone know where is the source code of neutron that create seguent CHAIN in iptables into dhcp namespaces? -A INPUT -p udp -m udp --dport 67 -m hashlimit

Re: [openstack-dev] [Neutron] Using neutron lib plugin constants

2016-12-27 Thread Gary Kotton
also please take a look at that. Happy holidays Gary From: Gary Kotton <gkot...@vmware.com> Reply-To: OpenStack List <openstack-dev@lists.openstack.org> Date: Monday, December 26, 2016 at 3:37 PM To: OpenStack List <openstack-dev@lists.openstack.org> Subject: [openstack-dev] [Neutron] Usin

[openstack-dev] [Neutron] Using neutron lib plugin constants

2016-12-26 Thread Gary Kotton
Hi, Please note the following two patches: 1. https://review.openstack.org/414902 - use CORE from neutron lib 2. https://review.openstack.org/394164 - use L3 (previous known as L3_ROUTER_NAT) Please note that the above will be removed from

Re: [openstack-dev] [neutron] proposing Ryan Tidwell and Nate Johnston as service LTs

2016-12-18 Thread Gary Kotton
+1 From: "Armando M." Reply-To: OpenStack List Date: Friday, December 16, 2016 at 1:58 AM To: OpenStack List Subject: [openstack-dev] [neutron] proposing Ryan Tidwell and Nate Johnston as service LTs Hi

Re: [openstack-dev] [neutron] proposing Miguel Lavalle as neutron core and Brian Haley as L3 Lt

2016-12-18 Thread Gary Kotton
+1 From: "Armando M." Reply-To: OpenStack List Date: Friday, December 16, 2016 at 1:14 AM To: OpenStack List Subject: [openstack-dev] [neutron] proposing Miguel Lavalle as neutron core and Brian Haley as

Re: [openstack-dev] [neutron] Proposing Abhishek Raut as neutronclient core

2016-12-14 Thread Gary Kotton
+1 From: Kevin Benton Reply-To: "OpenStack Development Mailing List (not for usage questions)" Date: Wednesday, December 14, 2016 at 4:56 AM To: "OpenStack Development Mailing List (not for usage questions)"

Re: [openstack-dev] New comer to Openstack.

2016-12-11 Thread Gary Kotton
Welcome aboard. Please see http://www.openstack.org/. A lot of the projects have developer guidelines. Maybe start there… From: akula nagaraj reddy Reply-To: OpenStack List Date: Sunday, December 11, 2016 at 8:36 AM To: OpenStack List

[openstack-dev] [all] stable/mitaka CI failures (ImportError: No module named vine.five)

2016-12-08 Thread Gary Kotton
Hi, Stable/mitaka is broken [1]. Any idea how to resolve this. Do the requiremets need to pin a specific oslo.messaging version? Thanks Gary [1] File "/home/jenkins/workspace/gate-vmware-nsx-python27-db-ubuntu-trusty/.tox/py27/local/lib/python2.7/site-packages/mock/mock.py", line 1305, in

[Yahoo-eng-team] [Bug 1648046] [NEW] AFTER_INIT callback not invoked when api_workers == 0

2016-12-07 Thread Gary Kotton
Importance: Undecided Assignee: Gary Kotton (garyk) Status: In Progress ** Tags: newton-backport-potential ** Tags added: newton-backport-potential -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https

Re: [openstack-dev] [neutron][lbaas] New extensions for HAProxy driver based LBaaSv2

2016-12-06 Thread Gary Kotton
Hi, I think that there is a move to Octavia. I suggest reaching out to that community and see how these changes can be added. Sounds like a nice addition Thanks Gary From: zhi Reply-To: OpenStack List Date: Tuesday, December 6, 2016 at

Re: [openstack-dev] [neutron][tap-as-a-service] Use ExtensionDescriptor from neutron-lib

2016-12-05 Thread Gary Kotton
735/console.html#_2016-12-06_03_43_02_555084> | The test run didn't actually run any tests 2016-12-06 03:43:02.844792<http://logs.openstack.org/76/406576/10/gate/gate-vmware-nsx-python27-db-ubuntu-xenial/754a735/console.html#_2016-12-06_03_43_02_844792> | Can someone from the team please take

[openstack-dev] [neutron][tap-as-a-service] Use ExtensionDescriptor from neutron-lib

2016-12-05 Thread Gary Kotton
Hi, Patch https://review.openstack.org/#/c/398113/ has landed. This plugins using tap-as-a-service. Can someone please approve https://review.openstack.org/#/c/398143 Thanks Gary __ OpenStack Development Mailing List (not

[openstack-dev] [neutron] Remove deprecated utility method - camelize

2016-12-01 Thread Gary Kotton
Hi, This method is now supported by neutron-lib. The patch [1] remove this from neutron. Thanks Gary [1] https://review.openstack.org/#/c/403690 __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

[Yahoo-eng-team] [Bug 1644739] Re: Rally scenario leaves a lot of error messages

2016-11-30 Thread Gary Kotton
** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1644739 Title: Rally scenario leaves a lot of error messages Status in

Re: [openstack-dev] [neutron] broken linuxbridge gate

2016-11-30 Thread Gary Kotton
Thanks for catching this. I have taken the liberty to approve the reverts and hopefully this will get the gate back to normal. Thanks Gary From: "Armando M." Reply-To: OpenStack List Date: Wednesday, November 30, 2016 at 1:46 AM To:

Re: [openstack-dev] [neutron] NeutronLibImpact: Adoption of db *_FIELD_SIZE constants from neutron-lib

2016-11-28 Thread Gary Kotton
Ok, makes sense. Lets continue as you proposed. On 11/27/16, 10:44 PM, "Henry Gessau" <hen...@gessau.net> wrote: Gary Kotton <gkot...@vmware.com> wrote: > Would it be worth considering have the three patches: > https://review.openstack.org/399891, https:/

Re: [openstack-dev] [neutron] NeutronLibImpact: Adoption of db *_FIELD_SIZE constants from neutron-lib

2016-11-26 Thread Gary Kotton
Hi, Would it be worth considering have the three patches: https://review.openstack.org/399891, https://review.openstack.org/398113 and https://review.openstack.org/398489 based one on top of the other. Then all sub projects could take the top of the commit and base on top of that. That may

[Yahoo-eng-team] [Bug 1644739] [NEW] Rally scenario leaves a lot of error messages

2016-11-25 Thread Gary Kotton
- eab3eb577ba1 c_rally_40934127_a0ehSH2m -] IPAM subnet referenced to Neutron subnet c4e49fbe-d34d-403e-8b7b-85f6a6950248 does not exist ** Affects: neutron Importance: Undecided Assignee: Gary Kotton (garyk) Status: In Progress -- You received this bug notification because you

Re: [openstack-dev] [neutron] stable/newton 'broken'

2016-11-24 Thread Gary Kotton
utron] stable/newton 'broken' On 24 November 2016 at 11:12, Gary Kotton <gkot...@vmware.com<mailto:gkot...@vmware.com>> wrote: The breakage is due to the fact that the projects do not have stable/newton branches cut. This is something that I would have expected the neutron team

Re: [openstack-dev] [neutron] stable/newton 'broken'

2016-11-24 Thread Gary Kotton
Sukdev has updated the group ☺ Happy holidays From: Gary Kotton <gkot...@vmware.com> Reply-To: OpenStack List <openstack-dev@lists.openstack.org> Date: Thursday, November 24, 2016 at 9:12 PM To: OpenStack List <openstack-dev@lists.openstack.org> Subject: Re: [openstack-dev

Re: [openstack-dev] [neutron] stable/newton 'broken'

2016-11-24 Thread Gary Kotton
er 24, 2016 at 7:03 PM To: OpenStack List <openstack-dev@lists.openstack.org> Subject: Re: [openstack-dev] [neutron] stable/newton 'broken' On 24 November 2016 at 02:38, Thierry Carrez <thie...@openstack.org<mailto:thie...@openstack.org>> wrote: Gary Kotton wrote: > Please see

Re: [openstack-dev] [neutron] stable/newton 'broken'

2016-11-24 Thread Gary Kotton
I have worked around the issue by pegging the l2gw and tap-aas to specific commits. This is a hack at the moment and will update as soon as the branches are cut. Thanks and happy holidays On 11/24/16, 4:11 PM, "Gary Kotton" <gkot...@vmware.com> wrote: On 11

Re: [openstack-dev] [openstack][neutron] DHCP agent: advertise SLAAC prefixes Exceptions

2016-11-24 Thread Gary Kotton
+1 – we need to figure out if this flag is supported by specific dnsmasq versions On 11/24/16, 4:15 PM, "Ihar Hrachyshka" wrote: > On 24 Nov 2016, at 15:08, Lenny Verkhovsky wrote: > > Hi, > The DHCP Agent commit[1] added a lot

Re: [openstack-dev] [neutron] stable/newton 'broken'

2016-11-24 Thread Gary Kotton
On 11/24/16, 12:38 PM, "Thierry Carrez" <thie...@openstack.org> wrote: Gary Kotton wrote: > Please see - http://logs.openstack.org/82/401882/1/check/gate-vmware-nsx-python27-db-ubuntu-xenial/1ac0686/console.html#_2016-11-24_06_58_38_520273 > Her

Re: [openstack-dev] [neutron] [tap-as-a-service] stable/newton 'broken'

2016-11-24 Thread Gary Kotton
atever. > how do you think? It sounds nice idea. +1 (maybe "tech-preview") Regards, Soichi > hi, > > On Thu, Nov 24, 2016 at 6:00 PM, Gary Kotton <gkot...@vmware.com> wrote: >> Please see - http://logs.o

Re: [openstack-dev] [neutron] stable/newton 'broken'

2016-11-24 Thread Gary Kotton
te: can you give me an example of breakage? On Thu, Nov 24, 2016 at 4:19 PM, Gary Kotton <gkot...@vmware.com> wrote: > Hi, > > The change https://review.openstack.org/#/c/386845/ that landed yesterday > has caused a breakage in stab

[openstack-dev] [neutron] stable/newton 'broken'

2016-11-23 Thread Gary Kotton
Hi, The change https://review.openstack.org/#/c/386845/ that landed yesterday has caused a breakage in stable/newton. This is due to the fact that the following projects do not have stable/newton tags: - https://github.com/openstack/tap-as-a-service -

Re: [openstack-dev] [neutron] neutron-lib impact

2016-11-16 Thread Gary Kotton
List <openstack-dev@lists.openstack.org> Date: Wednesday, November 16, 2016 at 6:16 PM To: OpenStack List <openstack-dev@lists.openstack.org> Subject: Re: [openstack-dev] [neutron] neutron-lib impact On 16 November 2016 at 00:55, Gary Kotton <gkot...@vmware.com<mai

Re: [openstack-dev] [neutron] neutron-lib impact

2016-11-16 Thread Gary Kotton
Hi, The directory integration will break all of the plugins and neutron projects. I do not think that this is something that we should do. It breaks the neutron API contract. I think that we should only unblock the patch https://review.openstack.org/#/c/386845. I think that due to the fact that

[openstack-dev] [neutron] OVO support

2016-11-15 Thread Gary Kotton
Hi, It seems like a lot of the object work is being done under database transactions. My understanding is that the objects should take care of this internally. Any thoughts? Thanks Gary __ OpenStack Development Mailing List

Re: [openstack-dev] openstack/vmware-nsx installation instructions

2016-11-14 Thread Gary Kotton
Hi, Which driver do you plan to use? You can see the relevant configuration settings via https://github.com/openstack/vmware-nsx/tree/master/devstack/lib Thanks Gary From: Micheal B Reply-To: OpenStack List Date: Saturday, November 12, 2016

Re: [Openstack] Neutron Service Chains with Linux Bridge?

2016-11-13 Thread Gary Kotton
Hi, As far as I am aware this is only supported with theOVS. Thanks Gary From: Michael Gale Date: Monday, November 14, 2016 at 7:54 AM To: "openstack@lists.openstack.org" Subject: [Openstack] Neutron Service Chains with Linux Bridge?

Re: [openstack-dev] [neutron][dvr][fip] router support two external network

2016-11-13 Thread Gary Kotton
Hi, Today the mapping is 1:1. So if you want additional mappinsg to internal networks then you can define more than one interface on your instance. Then map each interface to the relevant network. Thanks Gary From: huangdenghui Reply-To: OpenStack List

Re: [openstack-dev] [nettworking-ovn [patch-update b8af082

2016-11-13 Thread Gary Kotton
Hi, No, you do not need to do a DB sync. This is just updating a constants – that is the same constant definition was moved from one please to another. So it should be backwards compatibale. Thanks Gary From: Murali R Reply-To: OpenStack List

Re: [openstack-dev] [neutron] [lbaas] [octavia] Ocata LBaaS retrospective and next steps recap

2016-11-09 Thread Gary Kotton
enstack-dev] [neutron] [lbaas] [octavia] Ocata LBaaS retrospective and next steps recap On 9 November 2016 at 05:50, Gary Kotton <gkot...@vmware.com<mailto:gkot...@vmware.com>> wrote: Hi, What about neutron-lbaas project? Is this project still alive and kicking to the merge is done

Re: [openstack-dev] [neutron] [lbaas] [octavia] Ocata LBaaS retrospective and next steps recap

2016-11-09 Thread Gary Kotton
Hi, What about neutron-lbaas project? Is this project still alive and kicking to the merge is done or are we going to continue to maintain it? I feel like we are between a rock and a hard place here. LBaaS is in production and it is not clear the migration process. Will Octavia have the same DB

[openstack-dev] [neutron] neutron-lib

2016-11-01 Thread Gary Kotton
Hi, Would it be possible to cut a new version of neutron-lib. This will enable us to proceed with the integration into the various projects? Thanks Gary __ OpenStack Development Mailing List (not for usage questions)

Re: [openstack-dev] [neutron] Cloud Provider Security Groups

2016-11-01 Thread Gary Kotton
Hi, This is actually something that we have implemented within the VMware NSX plugins(s). We actually called it provider rules. This was done as an extension to the plugin. We have seen a large number of people ask for this functionality. It basically gives an admin the option of having ‘deny’

Re: [openstack-dev] Openstack Mitaka + neutron openVswitch + VMware-NSX plugin

2016-10-31 Thread Gary Kotton
Hi, There are a number of different Neutron VMware plugins. These are as follows: - NSXv – this is a NSX plugin for vSphere only. This requires the NSX to be installed. - NSXv3 – this is a NSX plugin for a multi hypervisor environment. The following hypervisors are supported:

Re: [openstack-dev] [openstack-infra] gerrit branch

2016-10-10 Thread Gary Kotton
Thanks! That worked. Much appreciated On 10/10/16, 3:39 PM, "Doug Hellmann" wrote: Excerpts from Gary Kotton's message of 2016-10-10 12:26:24 +: > Hi, > Maybe someone can help out here. We are trying to create an initial release for vmware-nsxlib. I am

[openstack-dev] [openstack-infra] gerrit branch

2016-10-10 Thread Gary Kotton
Hi, Maybe someone can help out here. We are trying to create an initial release for vmware-nsxlib. I am following the instructions on http://docs.openstack.org/infra/manual/creators.html When I try and push the tag I get: gkotton@ubuntu:~/vmware-nsxlib$ git push gerrit 0.1.0 fatal: 'gerrit'

[Yahoo-eng-team] [Bug 1630918] [NEW] stable/new: resource tracker exception

2016-10-06 Thread Gary Kotton
Public bug reported: 2016-10-06 20:20:30.611 8718 WARNING nova.compute.monitors [req-6606069f-7dd1-41ad-997e-3b4b8ca276e4 - -] Excluding nova.compute.monitors.cpu monitor virt_driver. Not in the list of enabled monitors (CONF.compute_monitors). 2016-10-06 20:20:30.612 8718 INFO

[Yahoo-eng-team] [Bug 1630912] [NEW] stable/newton: unable to spin up a kvm instance

2016-10-06 Thread Gary Kotton
Public bug reported: Happens randowmly: 2016-10-06 20:22:18.100 1931 ERROR nova.compute.manager [req-50d2dc6d-072e-423e-9de0-096ba307411f admin demo] [instance: 04709c94-0ba3-4312-ad1c-5739e5600bf4] Instance failed to spawn 2016-10-06 20:22:18.100 1931 ERROR nova.compute.manager [instance:

[openstack-dev] [neutron][ipam] Pluggable API change

2016-10-06 Thread Gary Kotton
Hi, The patch https://review.openstack.org/#/c/363206 is proposing to change the API’s. This may break pluggable drivers. What is the suggested approach here? Thanks Gary __ OpenStack Development Mailing List (not for usage

[openstack-dev] [neutron][l2gw] stable/newton

2016-10-05 Thread Gary Kotton
Hi, Are there any plans to cut a stable/newton branch here? Thanks Gary __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe

[openstack-dev] [Neutron] Security groups - API signature breakage

2016-09-20 Thread Gary Kotton
Hi, The patch https://review.openstack.org/373108 has broken the API signature. I have posted a revert for this. Can we do something like this? I do not think so. This breaks all plugins. Thanks Gary __ OpenStack Development

Re: [Openstack] [openstack][neutron][VMware] Do we have an option to select the port group from vcenter server?

2016-09-20 Thread Gary Kotton
That code is currently not in MItaka. It was only added in Newton. Thanks Gary From: Vaidyanath Manogaran <vaidyanat...@gmail.com> Date: Tuesday, September 20, 2016 at 8:57 AM To: Gary Kotton <gkot...@vmware.com> Cc: "commun...@lists.openstack.org" <commun...@lists.op

Re: [Openstack] [openstack][neutron][VMware] Do we have an option to select the port group from vcenter server?

2016-09-19 Thread Gary Kotton
Are you using the latest master upstream? From: Vaidyanath Manogaran <vaidyanat...@gmail.com> Date: Tuesday, September 20, 2016 at 7:23 AM To: Gary Kotton <gkot...@vmware.com> Cc: "commun...@lists.openstack.org" <commun...@lists.openstack.org>, "openstac

Re: [Openstack] [openstack][neutron][VMware] Do we have an option to select the port group from vcenter server?

2016-09-19 Thread Gary Kotton
Hi, You can create a provider network that uses an existing port-group. Please note that nova requires this patch - https://review.openstack.org/358425 Thanks Gary From: Vaidyanath Manogaran Date: Monday, September 19, 2016 at 2:20 PM To: "commun...@lists.openstack.org"

[Yahoo-eng-team] [Bug 1625140] [NEW] Deprecation warning for unused code

2016-09-19 Thread Gary Kotton
in version 'newton' and will be removed in version 'ocata' 2016-09-18 03:20:37.404051 | self.controller = FakeController(None) 2016-09-18 03:20:37.404091 | ** Affects: neutron Importance: Undecided Assignee: Gary Kotton (garyk) Status: In Progress -- You received

[openstack-dev] [neutron] PTL Candidacy

2016-09-18 Thread Gary Kotton
Hi, I saw that Armando has put himself up for reelection. I would like to endorse him and vote a big +1 for him doing the job in the next cycle. One of the hard things about working in this environment is that it is very hard to get any feedback. I think that over the last cycle you have grown

[openstack-dev] [neutron] Newton release, neutron-lib and decomposed projects

2016-09-17 Thread Gary Kotton
Hi, At the moment I am a little confused and need some help please: 1. Will we be creating release candidates for Networking-l2gw, Networking-sfc and Tap-as-a-service. These projects have tons of deprecation warnings (dealt with by: https://review.openstack.org/368392,

[Yahoo-eng-team] [Bug 1619554] Re: [KVM] VM console throwing error atkbd serio0: Unknown key pressed

2016-09-11 Thread Gary Kotton
| e63f91c4-3326-4a88-ad3a-aea819d64df9 | cirros-0.3.4-x86_64-uec | root@runner:~/tools# stack@controller:~/nsbu_cqe_openstack/devstack$ git log -2 commit e6b7e7ff3f5c1b1afdae1c3f9c35754d11c0a6aa Author: Gary Kotton <gkot...@vmware.com> Date: Sun Aug 14

[Yahoo-eng-team] [Bug 1622294] Re: L2GW: depraction warnings for model_base

2016-09-11 Thread Gary Kotton
https://review.openstack.org/368392 ** Changed in: neutron Assignee: (unassigned) => Gary Kotton (garyk) ** Also affects: networking-l2gw Importance: Undecided Status: New ** No longer affects: neutron -- You received this bug notification because you are a member of Ya

[Yahoo-eng-team] [Bug 1622294] [NEW] L2GW: depraction warnings for model_base

2016-09-11 Thread Gary Kotton
Public bug reported: 2016-09-10 19:41:19.693103 | /home/jenkins/workspace/gate-vmware-nsx- python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site- packages/networking_l2gw/db/l2gateway/l2gateway_models.py:22: DeprecationWarning: neutron.db.model_base.BASEV2: moved to

[Yahoo-eng-team] [Bug 1620279] Re: Allow metadata agent to make calls to more than one nova_metadata_ip

2016-09-11 Thread Gary Kotton
I do not think that this is a bug. The nova_api IP configured in can be an IP address of a VIP of nova-api's. We do not need to invent the wheel here ** Changed in: neutron Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1621043] [NEW] VMware-NSX: unable to get a DHCP address when using the simple-dvs plugin

2016-09-07 Thread Gary Kotton
and running in an existing vsphere env. ** Affects: neutron Importance: Undecided Assignee: Gary Kotton (garyk) Status: In Progress ** Tags: rfe ** Changed in: neutron Milestone: None => newton-rc1 ** Tags added: rfe -- You received this bug notification because

<    1   2   3   4   5   6   7   8   9   10   >