[Yahoo-eng-team] [Bug 1833589] [NEW] neutron-dynamic-routing broken by introduction of agent_timestamp to _log_heartbeat()

2019-06-20 Thread Ryan Tidwell
Public bug reported: neutron-dynamic-routing is broken due to merging https://review.opendev.org/#/c/665426/, which adds the argument 'agent_timestamp' to _log_heartbeat(). All neutron-dynamic-routing jobs are failing with errors like these http://paste.openstack.org/show/753229/. ** Affects: neu

[Yahoo-eng-team] [Bug 1832636] [NEW] Error creating IPv6 subnet on routed network segment

2019-06-12 Thread Ryan Tidwell
Public bug reported: I have a routed provider network with 2 segments. Prior to creating an IPv6 subnet on a segment, I have created IPv4 subnets and attached a router to the external network without issue. When I attempt to create an IPv6 subnet on a segment, the following occurs: > openstack su

[Yahoo-eng-team] [Bug 1830240] [NEW] [RFE] Allow subnets from different subnet pools on the same network when using address scopes

2019-05-23 Thread Ryan Tidwell
Public bug reported: Currently, neutron enforces that on any given network, all subnets of the same address family (IPv4/6) must be all allocated from the same subnet pool. This restriction was put in place before the concept of address scopes existed, and was meant to help enforce the uniqueness

[Yahoo-eng-team] [Bug 1828607] [NEW] [RFE] DVR Enhancements

2019-05-10 Thread Ryan Tidwell
Public bug reported: This involves the following items: - Support for distributed ingress and egress for IPv6 - Support for running without network nodes. This implies * Support for distributed DHCP * Support for distributed SNAT - Ensuring an OpenFlow-based DVR implementation is written in a

[Yahoo-eng-team] [Bug 1775250] Re: Implement DVR-aware announcement of fixed IP's in neutron-dynamic-routing

2019-04-03 Thread Ryan Tidwell
** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1775250 Title: Implement DVR-aware announcement of fixed IP's in neutron-

[Yahoo-eng-team] [Bug 1820297] [NEW] os-ken error when BGP peer goes down

2019-03-15 Thread Ryan Tidwell
Public bug reported: I'm observing backtraces in neutron-dynamic-routing scenario job logs. The neutron dynamic routing agent is logging the following, seemingly after a BGP peer goes idle Feb 26 13:07:55.571869 ubuntu-xenial-inap-mtl01-0003035225 neutron-bgp-dragent[21925]: INFO neutron_dynami

[Yahoo-eng-team] [Bug 1820293] [NEW] Error disassociating bgpspeaker from BGP dr-agent

2019-03-15 Thread Ryan Tidwell
Public bug reported: I've been noticing the scenario jobs in neutron-dynamic-routing (non- voting) failing intermittently. Upon further investigation, it appears these failures are happening when attempting to disassociate a bgpspeaker from an agent. 2019-02-26 13:08:57.781145 | primary | ===

[Yahoo-eng-team] [Bug 1813817] [NEW] Max retries exceeded with StaleDataError in standardattributes during live migration

2019-01-29 Thread Ryan Tidwell
Public bug reported: I am observing StaleDataError on stable/pike during live migration, causing live migration to fail. It occurs when attempting to live- migrate a handful of VM's (5-6 VM's is all it takes) in rapid succession from the same source to the same target. This quick and dirty script

[Yahoo-eng-team] [Bug 1775250] [NEW] Implement DVR-aware announcement of fixed IP's in neutron-dynamic-routing

2018-06-05 Thread Ryan Tidwell
Public bug reported: The current implementation of neutron-dynamic-routing is compatible with DVR, but is not optimized for DVR. It currently announces next-hops for all tenant subnets through the central router on the network node. Announcing next-hops via the FIP gateway on the compute node was

[Yahoo-eng-team] [Bug 1693335] [NEW] UUID case sensitivity causing unfriendly and unexpected API errors

2017-05-24 Thread Ryan Tidwell
Public bug reported: I was seeing a user pass an uppercase UUID from their app to the Nova API's. Their calls failed with a 500 error and the following exception in the nova-api log: 017-05-24 11:20:27.176 68631 ERROR nova.api.openstack [req-674b4fd1-9a22-488e-97d2-29fca9ca3b7c 98afbc5675e059f7

[Yahoo-eng-team] [Bug 1597979] Re: Can not get the advertised routes without using subnet pool

2016-06-30 Thread Ryan Tidwell
This is actually correct behavior. For a subnet to be advertised, we require it to be allocated from a subnet pool that is in the same address scope as the gateway network. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yaho

[Yahoo-eng-team] [Bug 1588502] [NEW] Bump hacking version in neutron-dynamic-routing

2016-06-02 Thread Ryan Tidwell
of hacking specified in the test-requirements.txt. ** Affects: neutron Importance: Undecided Assignee: Ryan Tidwell (ryan-tidwell) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron

[Yahoo-eng-team] [Bug 1585770] [NEW] [RFE] DVR-aware fixed IP announcements for with BGP

2016-05-25 Thread Ryan Tidwell
Public bug reported: Enable BGP to announce the next-hop for fixed IP host route when using DVR. The next-hop when using DVR is the IP address of the FIP agent gateway. This would allow an operator to toggle whether to enable announcement of host routes for each fixed IP or just rely on the prefix

[Yahoo-eng-team] [Bug 1583011] [NEW] Ryu 4.2 appears broken with python 3, lock Ryu version at 4.0

2016-05-17 Thread Ryan Tidwell
Public bug reported: Just saw a gate failure in neutron-dynamic-routing where the python34 check job fails with the following error http://paste.openstack.org/show/497444/. The gate job ran against Ryu 4.2 and failed, but the check job ran against Ryu 4.0. It appears a recent change in Ryu (https

[Yahoo-eng-team] [Bug 1577572] [NEW] [RFE] Routing providers framework

2016-05-02 Thread Ryan Tidwell
Public bug reported: It would extremely helpful if Neutron were able to determine whether there is a mechanism operating on an external network that can handle advertising next-hops to upstream routers. "Fast-exit" DVR (https://bugs.launchpad.net/neutron/+bug/1577488) is an example of a use case w

[Yahoo-eng-team] [Bug 1577488] [NEW] [RFE]"Fast exit" for compute node egress flows when using DVR

2016-05-02 Thread Ryan Tidwell
Public bug reported: In its current state, distributed north-south flows with DVR can only be acheived when a floating IP is bound to a fixed IP. Without a floating IP associated, the north-south flows are steered through the centralized SNAT node, even if you are directly routing the tenant netwo

[Yahoo-eng-team] [Bug 1558812] [NEW] Enable adoption of an existing subnet into a subnetpool

2016-03-19 Thread Ryan Tidwell
Public bug reported: It is currently not possible to take an existing subnet and move it into a subnetpool or address scope. The subnetpool_id attribute on subnets is not updateable, meaning that once a subnet is created it cannot be moved between subnetpools or address scopes. If a subnet was c

[Yahoo-eng-team] [Bug 1557290] [NEW] DVR FIP agent gateway does not pass traffic directed at fixed IP

2016-03-14 Thread Ryan Tidwell
Public bug reported: When using DVR, if traffic is sent to the fixed IP of an instance using the FIP gateway as the next-hop it is dropped by the FIP gateway. The FIP gateway should act as a generic gateway to both fixed IP's and floating IP's. This is an enabler for north-south DVR without usin

[Yahoo-eng-team] [Bug 1553374] [NEW] Intermittent failure in BGP API tests

2016-03-04 Thread Ryan Tidwell
s: neutron Importance: High Assignee: Ryan Tidwell (ryan-tidwell) Status: Confirmed ** Tags: gate-failure ** Changed in: neutron Assignee: (unassigned) => Ryan Tidwell (ryan-tidwell) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1438320] [NEW] Subnet pool created should be blocked when allow_overlapping_ips=False

2015-03-30 Thread Ryan Tidwell
pools incompatible with allow_overlapping_ips=False and block creation of subnet pools. ** Affects: neutron Importance: Undecided Assignee: Ryan Tidwell (ryan-tidwell) Status: New ** Changed in: neutron Assignee: (unassigned) => Ryan Tidwell (ryan-tidwell) -- You recei