[Yahoo-eng-team] [Bug 1512636] [NEW] VLAN tag information is added to "port" after calling the agent setup port function

2015-11-03 Thread Rodolfo Alonso
e: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.

[Yahoo-eng-team] [Bug 1531930] [NEW] SQLalchemy API crashes executing migration_get_unconfirmed_by_dest_compute

2016-01-07 Thread Rodolfo Alonso
Public bug reported: The function migration_get_unconfirmed_by_dest_compute has an error in the decorator function: Traceback (most recent call last): File "/usr/share/java/pycharm-community/helpers/pycharm/utrunner.py", line 120, in modules = [loadSource(a[0])] File

[Yahoo-eng-team] [Bug 1535570] [NEW] Unexpected API Error in XenServer CI, test_get_console_output_with_unlimited_size

2016-01-19 Thread Rodolfo Alonso
Public bug reported: There is an error in the XenServer CI tempest test execution: 2016-01-18 18:48:34.398 | Response - Headers: {'x-compute-request-id': 'req-7e306838-35ba-4cb5-b4f5-6e415005f4b9', 'vary': 'X-OpenStack-Nova-API-Version', 'status': '200', 'content-length': '1578',

[Yahoo-eng-team] [Bug 1559920] [NEW] Flows per in_port are deleted after SG rules are applied

2016-03-21 Thread Rodolfo Alonso
_info", in order to avoid any firewall rule deletion and maintaining the same security level during the port creation; that means the ports doesn't allow any kind of traffic until the firewall rules are applied. ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodo

[Yahoo-eng-team] [Bug 1603443] [NEW] [QoS][DSCP] 'delete_dscp_marking' function raises exception, 'vif_port' not present

2016-07-15 Thread Rodolfo Alonso
Public bug reported: DESCRIPTION. During the deletion of a port with a QoS policy and a DSCP rule, an exception is trown. That happens because the port information passed to the function doesn't have the "vif_port" information; this port was already deleted before. HOW TO REPRODUCE. - Create a

[Yahoo-eng-team] [Bug 1639220] Re: [RFE] Introduce Network QoS policy "is_default" behaviour

2017-02-01 Thread Rodolfo Alonso
** Also affects: python-openstacksdk Importance: Undecided Status: New ** Also affects: python-openstackclient Importance: Undecided Status: New ** Changed in: python-openstackclient Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) ** Chan

[Yahoo-eng-team] [Bug 1659312] [NEW] Enforce QoS policies applied on router interfaces

2017-01-25 Thread Rodolfo Alonso
Public bug reported: Currently no QoS policies are applied on network owned elements, e.g. routers. That means a system admin can't apply a QoS policy, neither a network policy nor a port policy. This bug porposes to enforce the port QoS policies applied on router interfaces, defined in

[Yahoo-eng-team] [Bug 1665282] [NEW] To prioritize port QoS policies over network QoS policies

2017-02-16 Thread Rodolfo Alonso
://docs.openstack.org/mitaka/networking-guide/config-qos.html ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress ** Tags: qos ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernan

[Yahoo-eng-team] [Bug 1613699] [NEW] Update devref/quality_of_service qith QoS DSCP rule

2016-08-16 Thread Rodolfo Alonso
Public bug reported: Add a reference to QosDscpMarkingRule in section "Database models" ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Al

[Yahoo-eng-team] [Bug 1621461] [NEW] SR-IOV qos driver calls wrong clear_rate functions

2016-09-08 Thread Rodolfo Alonso
Public bug reported: In neutron/plugins/ml2/drivers/mech_sriov/agent/extension_drivers/qos_driver: - "delete_minimum_bandwidth" is calling ESwitchManager().clear_min_tx_rate - "delete_bandwidth_limit" is calling ESwitchManager().clear_max_rate Both functions don't exist. ** Affects: neutron

[Yahoo-eng-team] [Bug 1644878] [NEW] "get_local_port_mac" in ovs_lib uses an only Linux command, brakes Windows compatibility

2016-11-25 Thread Rodolfo Alonso
Public bug reported: neutron/agent/common/ovs_lib:OVSBridge is mented to be compatible both for Linux and Windows. In function "get_local_port_mac", the IP Linux lib is called, instead of the ip_lib wrapper in neutron/agent/common. The solution to this problem is: - To call the ip_lib in

[Yahoo-eng-team] [Bug 1643532] Re: 'other_config' information is not written in ovs agent

2016-11-21 Thread Rodolfo Alonso
Filled by Iafa6be3749b1ee863f5fa71150c708fc46951510 ** Changed in: neutron Status: New => 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/1643532 Title: 'other_config'

[Yahoo-eng-team] [Bug 1643532] [NEW] 'other_config' information is not written in ovs agent

2016-11-21 Thread Rodolfo Alonso
as an integer; however values in 'other_config' dict must be strings. Info: http://openvswitch.org/ovs-vswitchd.conf.db.5.pdf, pages 1 and 14-15. ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron

[Yahoo-eng-team] [Bug 1676877] [NEW] Increase "TestQosPlugin.test_update_policy_rule" coverage

2017-03-28 Thread Rodolfo Alonso
Public bug reported: Test "test_update_policy_rule" [1] is not fully testing the functionality of the function under test, for several reasons: - The test is not testing the QoS policy object has the rule updated. In [2], the QoS policy reload the rules by requesting from the DB the new rule

[Yahoo-eng-team] [Bug 1669430] Re: Deprecation warning in Neutron QoSDSCPMarkingRule functional tests

2017-03-28 Thread Rodolfo Alonso
This change was addressed by this patch: https://review.openstack.org/#/c/438148 This bug should be closed. ** 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

[Yahoo-eng-team] [Bug 1676952] [NEW] Add "_obj_make_compatible" testing for objects InstancePCIRequests and InstancePCIRequest

2017-03-28 Thread Rodolfo Alonso
Public bug reported: There are no tests for objects: - InstancePCIRequest - InstancePCIRequests Those tests should be added to the unit test inventory. ** Affects: nova Importance: Undecided Status: Invalid ** Changed in: nova Status: New => Invalid -- You received this

[Yahoo-eng-team] [Bug 1677676] [NEW] TestTrackedResource unit tests failing, plugin not initialized

2017-03-30 Thread Rodolfo Alonso
-python35/023b962/console.html ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https

[Yahoo-eng-team] [Bug 1589969] Re: [qos][postgresql] neutron qos-bandwidth-limit-rule-create failed

2017-04-03 Thread Rodolfo Alonso
** Changed in: neutron Status: Fix Committed => 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/1589969 Title: [qos][postgresql] neutron

[Yahoo-eng-team] [Bug 1640762] Re: when I update a Qos policy, value of shared can not be changed to false from true

2017-04-03 Thread Rodolfo Alonso
Hello: I'm using lastest master branch in SDK, OSclient and Neutron. I can't reproduce this problem. LOGS: [stack@silpixa00394062 ~]$openstack network qos policy create qos1 +-+--+ | Field | Value|

[Yahoo-eng-team] [Bug 1681728] [NEW] QoS rule object should be manage in QosRule metaclass

2017-04-11 Thread Rodolfo Alonso
Public bug reported: All QoS rule type classes inherit from abstract class QosRule [1]. Those rules are always dependent on a QoS rule, through a coerced relationship on the abstract class. QosPolicy: rules: obj_fields.ListOfObjectsField(QosRule.obj_name(), subclasses=True) Versions in QoS

[Yahoo-eng-team] [Bug 1681728] Re: QoS rule object should be manage in QosRule metaclass

2017-04-13 Thread Rodolfo Alonso
** 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/1681728 Title: QoS rule object should be manage in QosRule metaclass Status

[Yahoo-eng-team] [Bug 1677303] Re: QoS policy object should not raise an exception for version degradation < 1.3

2017-04-13 Thread Rodolfo Alonso
** 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/1677303 Title: QoS policy object should not raise an exception for version

[Yahoo-eng-team] [Bug 1666927] Re: introduce os-vif VIF object for patch port pairs

2017-07-24 Thread Rodolfo Alonso
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. ht

[Yahoo-eng-team] [Bug 1666926] Re: introduce os-vif VIF object for veth pairs

2017-07-24 Thread Rodolfo Alonso
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. ht

[Yahoo-eng-team] [Bug 1666926] Re: introduce os-vif VIF object for veth pairs

2017-07-28 Thread Rodolfo Alonso
** Changed in: neutron Status: Incomplete => Invalid ** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1666926 Title: introduce os-vif VIF object for

[Yahoo-eng-team] [Bug 1666927] Re: introduce os-vif VIF object for patch port pairs

2017-07-28 Thread Rodolfo Alonso
** Changed in: neutron Status: Incomplete => Invalid ** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1666927 Title: introduce os-vif VIF object for

[Yahoo-eng-team] [Bug 1707156] [NEW] [RFE] Adoption of "os-vif" in Neutron

2017-07-28 Thread Rodolfo Alonso
Public bug reported: [Existing problem] >From `os-vif Nova SPEC`_, whenever a new Neutron mechanism driver is created, >this results in the definition of a new VIF type. This situation generates two >problems: * Nova developers need to maintain the plug/unplug code in the VIF drivers, which

[Yahoo-eng-team] [Bug 1686328] [NEW] Check QoS policy during net/port binding, to avoid incompatible rules

2017-04-26 Thread Rodolfo Alonso
will be totally compatible with this port/net, the check made in https://github.com/openstack/neutron/blob/master/neutron/agent/l2/extensions/qos.py#L98 is not necesary. ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Tags

[Yahoo-eng-team] [Bug 1686328] Re: Check QoS policy during net/port binding, to avoid incompatible rules

2017-04-26 Thread Rodolfo Alonso
Implemented in https://review.openstack.org/#/c/426946/ ** Changed in: neutron Status: New => 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/1686328 Title: Check

[Yahoo-eng-team] [Bug 1686627] [NEW] Remove QoS rule check in agent

2017-04-27 Thread Rodolfo Alonso
/master/neutron/agent/l2/extensions/qos.py#L114 ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Tags: qos ** Tags added: qos ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alo

[Yahoo-eng-team] [Bug 1701202] Re: Create QoS rule fails on python 3.5

2017-08-01 Thread Rodolfo Alonso
** Changed in: neutron Status: New => 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/1701202 Title: Create QoS rule fails on python 3.5 Status in neutron: Fix

[Yahoo-eng-team] [Bug 1679703] Re: Unable to boot instance with VF( direct-port ) because the PF is not online

2017-05-12 Thread Rodolfo Alonso
** Also affects: nova Importance: Undecided Status: New ** Changed in: neutron Status: New => Invalid ** Changed in: nova Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1687392] Re: Add QoS bandwidth limit for instance ingress traffic

2017-05-15 Thread Rodolfo Alonso
** Also affects: openstack-manuals Importance: Undecided Status: New ** Changed in: openstack-manuals Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1560961] Re: [RFE] Allow instance-ingress bandwidth limiting

2017-05-23 Thread Rodolfo Alonso
** Changed in: neutron Status: In Progress => Fix Committed ** Changed in: neutron Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1697937] [NEW] TC shouldn't raise an exception when deleting qdisc if device doesn't exist

2017-06-14 Thread Rodolfo Alonso
el=WARNING#_Jun_13_07_36_14_943304 In this case, TC should catch silently this exception. ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Tags: qos ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (r

[Yahoo-eng-team] [Bug 1686627] Re: Remove QoS rule check in agent

2017-05-05 Thread Rodolfo Alonso
There could be older systems with qos policies and incompatible rules. This check must remain there. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1627749] Re: qos driver api can have better error handling

2017-10-10 Thread Rodolfo Alonso
** Changed in: neutron Status: Confirmed => 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/1627749 Title: qos driver api can have better error handling Status in

[Yahoo-eng-team] [Bug 1723452] [NEW] Move placement API to neutron-lib

2017-10-13 Thread Rodolfo Alonso
Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Tags: placement ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) ** Tags added: placement -- You received this bug notification because

[Yahoo-eng-team] [Bug 1708460] Re: [RFE] Reaction to network congestion for qos

2017-09-26 Thread Rodolfo Alonso
** Changed in: neutron Status: Invalid => New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1708460 Title: [RFE] Reaction to network congestion for qos Status in neutron:

[Yahoo-eng-team] [Bug 1719275] [NEW] Linux Bridge bridge_mappings, remove unnecessary logic to retrieve bridge name

2017-09-25 Thread Rodolfo Alonso
stack/neutron/blob/11.0.0.0rc3/neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py#L155 ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1799748] [NEW] OVSNeutronAgent.rpc_loop is always called with "polling_manager"

2018-10-24 Thread Rodolfo Alonso
hub.com/openstack/neutron/blob/e5726c7bdace306e28005abb899162225306d09f/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L2074-L2076 ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress ** Summary change

[Yahoo-eng-team] [Bug 1800884] [NEW] iptables-restore wait period cannot be zero

2018-10-31 Thread Rodolfo Alonso
: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Ya

[Yahoo-eng-team] [Bug 1783306] Re: Invalid auth url

2018-10-26 Thread Rodolfo Alonso
The bug fix is in Queens, Rocky and master. We can close this bug. ** 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/1783306

[Yahoo-eng-team] [Bug 1794545] [NEW] PlacementAPIClient.update_resource_class wrong client call, missing argument

2018-09-26 Thread Rodolfo Alonso
.com/openstack/nova/blob/master/nova/api/openstack/placement/microversion.py#L41 ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernand

[Yahoo-eng-team] [Bug 1807128] [NEW] Table name in "add_ip_rule" can be a string

2018-12-06 Thread Rodolfo Alonso
Public bug reported: In neutron.agent.linux.ip_lib.add_ip_rule, the "table" argument can be an integer or a string ("default", "main", "local"). This parameter is incorrectly treated in "_make_pyroute2_args". ** Affects: neutron Importance: Undecided Status: New -- You received

[Yahoo-eng-team] [Bug 1805844] [NEW] When debugging fullstack tests, "cmd" module is incorrectly imported

2018-11-29 Thread Rodolfo Alonso
tempfile   File "/usr/lib/python2.7/pdb.py", line 59, in class Pdb(bdb.Bdb, cmd.Cmd): AttributeError: 'module' object has no attribute 'Cmd' [1] https://docs.python.org/3/library/cmd.html ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-

[Yahoo-eng-team] [Bug 1823059] [NEW] Specify FROM clause to join from in test_floatingip_via_router_interface_returns_201

2019-04-03 Thread Rodolfo Alonso
[1] https://review.openstack.org/#/c/649508 [2] http://paste.openstack.org/show/748825/ ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alo

[Yahoo-eng-team] [Bug 1822649] [NEW] Error in os_kenbgp import in tests

2019-04-01 Thread Rodolfo Alonso
Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1822649 Title: Error

[Yahoo-eng-team] [Bug 1817541] [NEW] Bump pbr minimum version

2019-02-25 Thread Rodolfo Alonso
straints/72b133e/job-output.txt.gz [1] https://github.com/openstack- dev/pbr/commit/32c90ba598d7740e52bf21bc5e920fb5df08645a ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress ** Description changed: "tox-lowe

[Yahoo-eng-team] [Bug 1818693] [NEW] Make "phys_brs" parameter variable in OVSAgentExtensionAPI

2019-03-05 Thread Rodolfo Alonso
/#/c/406841/22/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_agent_extension_api.py@43 ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1821058] [NEW] [RFE] Port binding event extended information for Nova

2019-03-20 Thread Rodolfo Alonso
Public bug reported: The information provided in this RFE will be submitted in a spec. There are several cases in the Nova/Neutron/os-vif interaction where the knowledge of the neutron core plugin or ML2 driver would be useful to facilitate a more robust handling of guest networking. For

[Yahoo-eng-team] [Bug 1819477] [NEW] [OVS] When cleaning min QoS, queue could be already deleted

2019-03-11 Thread Rodolfo Alonso
/26d552e/logs/dsvm-fullstack-logs/TestDscpMarkingQoSOvs.test_dscp_marking_packets_openflow-cli_/neutron-openvswitch-agent--2019-03-11--12-30-51-339462.txt.gz#_2019-03-11_12_30_57_450 ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez)

[Yahoo-eng-team] [Bug 1819740] [NEW] "test_port_ip_update_revises" fails in py37 intermittently

2019-03-12 Thread Rodolfo Alonso
gz ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! En

[Yahoo-eng-team] [Bug 1815758] [NEW] Error in ip_lib.get_devices_info() retrieving veth interface info

2019-02-13 Thread Rodolfo Alonso
of this, is not possible to assign the "parent_name" information in the returned dict. By default, if the interface is a veth pair, this key shouldn't be populated. ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New

[Yahoo-eng-team] [Bug 1815797] [NEW] "rpc_response_max_timeout" configuration variable not present in fullstack tests

2019-02-13 Thread Rodolfo Alonso
_OVS,VLANs ,openflow-cli_/neutron-openvswitch-agent--2019-02-13-- 15-54-07-617752.txt.gz ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alo

[Yahoo-eng-team] [Bug 1815912] [NEW] [OVS] exception message when retrieving bridge-id is not present

2019-02-14 Thread Rodolfo Alonso
debugging time. ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because

[Yahoo-eng-team] [Bug 1815498] [NEW] Use pyroute2 to check vlan/vxlan in use

2019-02-11 Thread Rodolfo Alonso
Public bug reported: Now ip_lib.get_devices_info function is implemented using pyroute2, "vlan_in_use" and "vxlan_in_use" can make use of it. ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New **

[Yahoo-eng-team] [Bug 1814143] [NEW] Bump pyroute2 version to 0.5.3

2019-01-31 Thread Rodolfo Alonso
of error using version 0.5.3 structure with lowest accepted version 0.4.21: http://logs.openstack.org/85/625685/7/check/openstack- tox-lower-constraints/55bfeb0/job-output.txt.gz ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status

[Yahoo-eng-team] [Bug 1824138] [NEW] Fullstack QoS tests should not handle other tests port events

2019-04-10 Thread Rodolfo Alonso
Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Tags: qos stein-backport-potential ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) ** Tags added: stein-backport-potential ** Tags added: qos --

[Yahoo-eng-team] [Bug 1824346] [NEW] Check in "_update_segmentation_id" that the mech_driver has an agent

2019-04-11 Thread Rodolfo Alonso
Public bug reported: In [1] it is assumed that all mechanism drivers have an agent, but the mech driver API [2] doesn't enforce it. An additional check must be done in order to retrieve the "agent_type" instance variable. [1]

[Yahoo-eng-team] [Bug 1830895] [NEW] Debug test_assert_br_int_patch_port_ofports_dont_change errors

2019-05-29 Thread Rodolfo Alonso
Public bug reported: This functional test, "test_assert_br_int_patch_port_ofports_dont_change", has been reported as unstable. Logs: * http://logs.openstack.org/36/660936/1/check/neutron-functional/624aa7c/testr_results.html.gz Error: ft1.20:

[Yahoo-eng-team] [Bug 1832925] [NEW] Class neutron.common.utils.Timer is not thread safe

2019-06-15 Thread Rodolfo Alonso
Public bug reported: In "Timer" the method used to control the timeout of the class context is not thread safe. If two different threads running in the same process set signal.signal, the last one will prevail in favor of the first one: signal.signal(signal.SIGALRM, self._timeout_handler)

[Yahoo-eng-team] [Bug 1833279] [NEW] test_restart_rpc_on_sighup_multiple_workers: start file not initialized

2019-06-18 Thread Rodolfo Alonso
Public bug reported: The temp file used to fake the service start, is not initialized. The test is failing in [1]. NOTE: there is an unknown error in the log report [2]. The signal SIG_UNBLOCK does not have a recognized sender. [1]

[Yahoo-eng-team] [Bug 1833717] [NEW] Functional tests: error during namespace creation

2019-06-21 Thread Rodolfo Alonso
Public bug reported: This error has happened several times during the last week: http://logstash.openstack.org/#/dashboard/file/logstash.json?query=message:%5C%22line%20977,%20in%20create_network_namespace%5C%22 Those are the functional tests affected (most of them, several times):

[Yahoo-eng-team] [Bug 1833721] [NEW] ip_lib synchronized decorator should wrap the privileged one

2019-06-21 Thread Rodolfo Alonso
the lock is released. Using the current decorator ordering, this active wait is done inside the privsep context. This can exhaust the number of execution threads reserved for the privsep daemon. ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernan

[Yahoo-eng-team] [Bug 1828437] [NEW] Remove unneeded compatibility conversions

2019-05-09 Thread Rodolfo Alonso
Public bug reported: In order to remove complexity and cleanup the code, those compatibility conversions present for more than two releases can be removed now. ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed

[Yahoo-eng-team] [Bug 1828363] [NEW] FdbInterfaceTestCase interface names should be randomly generated

2019-05-09 Thread Rodolfo Alonso
Public bug reported: "FdbInterfaceTestCase" interface names, in "no_namespace" case, should be generated randomly to avoid interference between test cases. ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Sta

[Yahoo-eng-team] [Bug 1828865] [NEW] Force random new IP in "test_port_ip_update_revises"

2019-05-13 Thread Rodolfo Alonso
ccurrence. [1] http://logs.openstack.org/69/650269/12/check/openstack-tox-lower- constraints/7adf36e/testr_results.html.gz ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress -- You received this bug notification beca

[Yahoo-eng-team] [Bug 1827089] [NEW] Remove deprecated SR-IOV devstack file

2019-04-30 Thread Rodolfo Alonso
Public bug reported: File [1] functionality is deprecated and not used anymore in devstack. Along with this file, the function "configure_ml2" [2] should be removed. This function is not used anymore [3].

[Yahoo-eng-team] [Bug 1828205] [NEW] "network-segment-ranges" doesn't return the project_id

2019-05-08 Thread Rodolfo Alonso
Public bug reported: The client call "GET /v2.0/network-segment-ranges" didn't return the project_id in the response [1]. This behavior was seen only in this test execution. Other tests [2] doesn't reproduce this error. I'm filling this bug just to track a possible error in the API/Client/SDK.

[Yahoo-eng-team] [Bug 1835448] [NEW] Add ipam.utils.check_gateway_invalid_in_subnet unit tests

2019-07-04 Thread Rodolfo Alonso
Public bug reported: Provide unit tests for ipam.utils.check_gateway_invalid_in_subnet with examples of how it should work. Related to: [1] https://bugs.launchpad.net/neutron/+bug/1716721 [2] https://review.opendev.org/#/c/669107/ ** Affects: neutron Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1836095] [NEW] Improve "OVSFirewallDriver.process_trusted_ports"

2019-07-10 Thread Rodolfo Alonso
06754907e241af76570f19301093c2abab97e627/neutron/agent/linux/openvswitch_firewall/firewall.py#L667 [2]https://github.com/openstack/neutron/blob/06754907e241af76570f19301093c2abab97e627/neutron/agent/linux/openvswitch_firewall/firewall.py#L747 ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso

[Yahoo-eng-team] [Bug 1834753] [NEW] TC filter priority parameter in Pyroute is "prio"

2019-06-29 Thread Rodolfo Alonso
cmsg/cls_u32.py#L28 ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1824178] [NEW] SQLAlchemy broke association proxy into a descriptor + per-class accessor

2019-04-10 Thread Rodolfo Alonso
mit/6446e0dfd3e3bb60754bad81c4d52345733d94e3 ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/b

[Yahoo-eng-team] [Bug 1826557] [NEW] Only TC class "htb" is supported

2019-04-26 Thread Rodolfo Alonso
Public bug reported: In tc_lib.add_tc_policy_class [1], only "htb" type is supported. [1] https://opendev.org/openstack/neutron/src/branch/stable/stein/neutron/agent/linux/tc_lib.py#L379 ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso

[Yahoo-eng-team] [Bug 1826570] [NEW] Error in "tc_lib._handle_from_hex_to_string" formatting

2019-04-26 Thread Rodolfo Alonso
Public bug reported: "tc_lib._handle_from_hex_to_string" should print major and minor values in hex format, not in decimal format: 0x -> "M:m" 0x123A456B -> "123A:456B" ** Affects: neutron Importance: Undecided Assignee: Rodo

[Yahoo-eng-team] [Bug 1826565] [NEW] "tc_lib.add_tc_policy_class" must always assign a default value to "min_kbps"

2019-04-26 Thread Rodolfo Alonso
Public bug reported: This method calls Pyroute2 library. This library needs always a defined value for "rate" (minimum bandwidth). The default value assigned should be 1 (kbps). ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso

[Yahoo-eng-team] [Bug 1834484] [NEW] [QoS] qos_plugin._extend_port_resource_request is killing port retrieval performance

2019-06-27 Thread Rodolfo Alonso
Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Tags: api qos stein-backport-potential ** Tags added: qos ** Tags added: stein-backport-potential ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) ** Description changed:

[Yahoo-eng-team] [Bug 1838793] [NEW] "KeepalivedManagerTestCase" tests failing during namespace deletion

2019-08-02 Thread Rodolfo Alonso
: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1842482] [NEW] "test_get_devices_info_veth_different_namespaces" fails because veth1_1 interface has a link device in the same namespace

2019-09-03 Thread Rodolfo Alonso
Public bug reported: "test_get_devices_info_veth_different_namespaces" fails because veth1_1 interface has a link device in the same namespace: ft1.2:

[Yahoo-eng-team] [Bug 1841753] [NEW] Pyroute2 netns.ns_pids() will fail if during the function loop, one namespace is deleted

2019-08-28 Thread Rodolfo Alonso
: FileNotFoundError: [Errno 2] No such file or directory [1] https://github.com/svinota/pyroute2/blob/b25a6ca6c91da45cb5b54e7caffa1644fed2330d/pyroute2/netns/__init__.py#L163 ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status

[Yahoo-eng-team] [Bug 1842327] [NEW] [RFE] Report in logs when FIP associate and disassociate

2019-09-02 Thread Rodolfo Alonso
Public bug reported: Related bug: https://bugs.launchpad.net/neutron/+bug/1593793 A floating IP (FIP) can be used to provide external access to a VM, associating a private IP with an external IP (the FIP). At this point, the VM user can access to Internet using the provider network. Could be

[Yahoo-eng-team] [Bug 1841183] [NEW] Concurrency error when executing "test_update_timpestamp"

2019-08-23 Thread Rodolfo Alonso
Public bug reported: Sometimes [1], the function patched in "test_update_timpestamp", "oslo_utils.timeutils.utcnow", is used while executing the test case. ft1.7: neutron.tests.unit.extensions.test_timestamp.TimeStampDBMixinTestCase.test_update_timpestamp_StringException: Traceback (most

[Yahoo-eng-team] [Bug 1841253] [NEW] "FdbInterfaceTestCase" fails if VXLAN interface is created (no-namespace cases)

2019-08-23 Thread Rodolfo Alonso
sult[2]) neutron.privileged.agent.linux.ip_lib.InterfaceAlreadyExists: Interface vxlan_bec4e81a- already exists. [1] https://storage.gra1.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/logs_34/674434/10/check/neutron-functional/474856f/testr_results.html.gz ** Affects: neutron Importance: Un

[Yahoo-eng-team] [Bug 1841636] [NEW] DHCP port information incomplete during the DHCP port setup

2019-08-27 Thread Rodolfo Alonso
Public bug reported: This bug is related to: - https://bugs.launchpad.net/neutron/+bug/1828755 - https://bugs.launchpad.net/neutron/+bug/1627480 BUG DESCRIPTION. We have a deployment where, during the DHCP agent restart, some DHCP namespace ports are synchronized without any reason. This bug is

[Yahoo-eng-team] [Bug 1842937] [NEW] Some ports assigned to routers don't have the correspondent routerport register

2019-09-05 Thread Rodolfo Alonso
erfaces_info -f value | jq '.' | grep -C 3 10.128.8 [ { "port_id": "15c52021-372c-4217-8232-e5be7ed25828", "ip_address": "10.128.8.1", "subnet_id": "e81929f6-25ea-45c2-89b5-ff94afd7136a" }, { ** Affects: neutron Imp

[Yahoo-eng-team] [Bug 1843478] [NEW] Mitigate frequent fixtures._fixtures.timeout.TimeoutException in UTs and FTs

2019-09-10 Thread Rodolfo Alonso
af6364883c-c555fae2d8c498523cc4b2c363541725.ssl.cf1.rackcdn.com/679852/11/gate/neutron-functional/6b7c424/testr_results.html.gz ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Al

[Yahoo-eng-team] [Bug 1843446] [NEW] Implement "kill" operation using python method os.kill()

2019-09-10 Thread Rodolfo Alonso
Public bug reported: Implement "kill" operation using python method os.kill(), instead of spawning a shell command executing "kill". ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: n

[Yahoo-eng-team] [Bug 1843282] [NEW] Rally CI not working since jsonschema version bump

2019-09-09 Thread Rodolfo Alonso
cts: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Affects: rally Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Description changed: In [1], requirements.upper-constraints.txt

[Yahoo-eng-team] [Bug 1844516] [NEW] [neutron-tempest-plugin] SSH timeout exceptions when executing remote commands

2019-09-18 Thread Rodolfo Alonso
Public bug reported: Those SSH timeout exceptions have been detected during the execution of the scenario QoS tests, in particular "test_qos_basic_and_update". Those SSH timeouts happened during the execution of the following commands: - "_kill_nc_process", killing any existing "nc" command

[Yahoo-eng-team] [Bug 1844131] [NEW] Boot a VM with an unaddressed port

2019-09-16 Thread Rodolfo Alonso
with the corresponding subnetworks and IP pools, without an IP. RELATED BUGS: * "[RFE] Port binding event extended information for Nova": https://bugs.launchpad.net/neutron/+bug/1821058 ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) S

[Yahoo-eng-team] [Bug 1839658] [NEW] "subnet" register in the DB can have network_id=NULL

2019-08-09 Thread Rodolfo Alonso
| 27 | NULL | +--+--------------+-+--++--------+-----+-+-

[Yahoo-eng-team] [Bug 1837635] [NEW] HA router state change from "standby" to "master" should be delayed

2019-07-23 Thread Rodolfo Alonso
neutron/agent/l3/ha.py#L115-L134 [2] https://www.keepalived.org/ [3] This method is used by keepalived to define which router is predominant and must be master. [4] http://paste.openstack.org/show/754760/ ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez)

[Yahoo-eng-team] [Bug 1838068] [NEW] "QoSTest:test_qos_basic_and_update" failing in DVR node scenario

2019-07-26 Thread Rodolfo Alonso
-multinode-scenario/1d68297/testr_results.html.gz ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug

[Yahoo-eng-team] [Bug 1844688] [NEW] "radvd" daemon does not work by default in some containers

2019-09-19 Thread Rodolfo Alonso
Public bug reported: Since [1], the radvd daemon is spawned with parameter "-u username". This drops the root privileges and changes the user ID to "username". In some deployments (e.g. TripleO), the "neutron" user does not have, inside the L3 agent container, the permissions to modify the host

[Yahoo-eng-team] [Bug 1845150] [NEW] [FT] "keepalived" needs network interfaces configured as in its own config

2019-09-24 Thread Rodolfo Alonso
m:13808/v1/AUTH_e8fd161dc34c421a979a9e6421f823e9/zuul_opendev_logs_447/681671/8/check/neutron-functional-python27/4475c6d/controller/logs/journal_log.txt.gz ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Description changed: Relate

[Yahoo-eng-team] [Bug 1846360] [NEW] Pyroute2 can return dictionary keys in bytes instead of strings

2019-10-02 Thread Rodolfo Alonso
Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. ht

[Yahoo-eng-team] [Bug 1851500] [NEW] "test_show_port_chain" conflicts with Flow Classifier

2019-11-06 Thread Rodolfo Alonso
Public bug reported: Test case: neutron_tempest_plugin.sfc.tests.api.test_sfc_extensions.SfcExtensionTestJSON.test_show_port_chain Error: ``` Details: {'type': 'PortChainFlowClassifierInConflict', 'message': 'Flow Classifier a3d6ec45-5ea8-4e3a-a602-d24baa3ca360 conflicts with Flow Classifier

[Yahoo-eng-team] [Bug 1852869] [NEW] NetcatTester.stop_processes should handle, if needed, the case when the process does not exist

2019-11-16 Thread Rodolfo Alonso
Public bug reported: In [1], the process to be stopped does not exist. This situation raises an exception not handled in upper methods and the test case logic fails. In the related test case: ConnectionTester.assert_connection --> _test_transport_connectivity --> stop_processes The first

[Yahoo-eng-team] [Bug 1854940] [NEW] DhcpLocalProcess "_enable" method should not call "restart" --> "enable"

2019-12-03 Thread Rodolfo Alonso
sidered "importance = wishlist". [1] https://github.com/openstack/neutron/blob/26526ba275ecbab5064fb7db9ae2ee2f286a83ca/neutron/agent/linux/dhcp.py#L217 ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Change

  1   2   3   4   5   6   7   8   9   10   >