[Yahoo-eng-team] [Bug 2006949] Re: SLAAC and stateless DHCP are not working with stateless SG

2024-02-14 Thread Ihar Hrachyshka
It was fixed in OVN with https://github.com/ovn- org/ovn/commit/071cd7385f4aaf6e0e4635aa16a84e174b53d4ef ** 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.

[Yahoo-eng-team] [Bug 2045058] [NEW] [RFE] Use call_monitor_timeout of oslo.messaging RPCClient instead of custom backoff mechanism and hardcoded timeouts

2023-11-28 Thread Ihar Hrachyshka
Public bug reported: Currently, neutron RPC clients will repeat calls, timeout, back off, repeat again... this logic is implemented in neutron-lib RPCClient itself. This is done to handle requests that take a very long time. Instead of failing, then bumping timeout and hope that it's enough now

[Yahoo-eng-team] [Bug 2027156] [NEW] nova should use quota_details neutron api to validate available ports before VM creation

2023-07-11 Thread Ihar Hrachyshka
Public bug reported: Originally reported at https://bugzilla.redhat.com/show_bug.cgi?id=102 -- When nova creates a VM, it issues a request to fetch all ports for the project, which may take a significant time and even time out. The code in

[Yahoo-eng-team] [Bug 2024621] [NEW] tempest: add scenario for reverse DNS resolution

2023-06-21 Thread Ihar Hrachyshka
Public bug reported: The existing scenario in tempest plugin - https://github.com/openstack/neutron-tempest- plugin/blob/6e4d04071bbe672839c791d0f60ebab038c9a3de/neutron_tempest_plugin/scenario/test_dns_integration.py - does validate that regular resolution (hostname to IP) works, but not vice

[Yahoo-eng-team] [Bug 2024502] [NEW] Tempest: add scenario to validate that stateless SG rules are working in presence of Load Balancer attached to the same network

2023-06-20 Thread Ihar Hrachyshka
Public bug reported: It was found that in case of ML2/OVN, stateless SG rules stop working when a Octavia Load Balancer is attached to the same network. This was addressed in OVN core project with: https://github.com/ovn- org/ovn/commit/a0f82efdd9dfd3ef2d9606c1890e353df1097a51 I think it may

[Yahoo-eng-team] [Bug 2011600] [NEW] functional test_get_datapath_id fails with neutron.common.utils.WaitTimeout: Timed out after 5 seconds

2023-03-14 Thread Ihar Hrachyshka
Public bug reported: https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_ec1/876659/3/check/neutron- functional-with-uwsgi/ec1de9e/testr_results.html 2023-03-09 21:37:05.333441 | controller | {3}

[Yahoo-eng-team] [Bug 2009053] [NEW] OVN: default stateless SG blocks metadata traffic

2023-03-02 Thread Ihar Hrachyshka
Importance: Undecided Assignee: Ihar Hrachyshka (ihar-hrachyshka) Status: Confirmed ** Tags: ovn sg-fw ** Changed in: neutron Status: New => Confirmed ** Changed in: neutron Assignee: (unassigned) => Ihar Hrachyshka (ihar-hrachyshka) ** Tags added: ovn

[Yahoo-eng-team] [Bug 1997262] [NEW] networking-ovn-dsvm-functional-py27 job killed on timeout in stable/train branch

2022-11-21 Thread Ihar Hrachyshka
Public bug reported: Examples: https://zuul.opendev.org/t/openstack/build/a1d2c87b23e641539cff111abc8c5e4a/log/job-output.txt https://5b948c35ca2c61dd95cb-b83277dfb85347aca874505fa2930911.ssl.cf2.rackcdn.com/862358/2/check/networking-ovn-dsvm-functional-py27/073519e/job-output.txt The job takes

[Yahoo-eng-team] [Bug 1997092] [NEW] Metadata service broken after minor neutron update when OVN 21.09+ is used

2022-11-18 Thread Ihar Hrachyshka
. ** Affects: neutron Importance: Undecided Assignee: Ihar Hrachyshka (ihar-hrachyshka) 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/1997092 Title

[Yahoo-eng-team] [Bug 1952653] [NEW] OVN: stateless field update not reflected in OVN flows

2021-11-29 Thread Ihar Hrachyshka
: false match : "outport == @pg_26f1270b_efaa_4948_826d_c227e7808ca5 && ip4 && ip4.src == 0.0.0.0/0 && tcp" meter : [] name: [] priority: 1002 severity: [] Expected results: All rules should be "allow-stateles

[Yahoo-eng-team] [Bug 1946251] [NEW] API: allow to disable anti-spoofing but not SGs

2021-10-06 Thread Ihar Hrachyshka
Public bug reported: Right now, port security API - seems to [1] - disable both ACL filtering (SGs) and anti-spoofing (allowed address pairs logic). An argument may be made to allow to disable anti-spoofing but still implement ACL filtering on a port. (This actually happened in one of synthetic

[Yahoo-eng-team] [Bug 1946250] [NEW] Neutron API reference should explain the intended behavior of port security extension

2021-10-06 Thread Ihar Hrachyshka
Public bug reported: https://docs.openstack.org/api-ref/network/v2/#port-security The explanation as of the time of writing is as follows: "The port-security extension adds the port_security_enabled boolean attribute to networks. At the network level, port_security_enabled defines the default

[Yahoo-eng-team] [Bug 1744412] Re: Losing access to instances via floating IPs

2018-04-05 Thread Ihar Hrachyshka
I don't believe we are going to change any defaults for oslo.db / oslo.service options in upstream, so closing it as Won't Fix. Also, it's not clear if there is any issue in fresh versions of neutron. ** Changed in: neutron Status: Confirmed => Won't Fix -- You received this bug

[Yahoo-eng-team] [Bug 1753209] Re: neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest, rbac policy in use across tenants.

2018-04-05 Thread Ihar Hrachyshka
@Akihiro, probably yes. Probably will require a separate bug report. ** 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/1753209

[Yahoo-eng-team] [Bug 1713163] Re: test_delete_saving_image fails because image hasn't transitioned to SAVING

2018-03-27 Thread Ihar Hrachyshka
As far as I understand, this test shouldn't even exist in scope of tempest, because you can't guarantee that backend will be slow to process the request. This kind of interaction would be better served by a test with better execution flow control. I am not sure if glance have those, but in neutron

[Yahoo-eng-team] [Bug 1759345] [NEW] -with-oslo-master job fails with DuplicateOptError: duplicate option: polling_interval

2018-03-27 Thread Ihar Hrachyshka
if the same option is declared in different locations. (The trigger is https://review.openstack.org/#/c/537399/) ** Affects: neutron Importance: Medium Assignee: Ihar Hrachyshka (ihar-hrachyshka) Status: In Progress ** Tags: gate-failure sriov-pci-pt unittest ** Changed in:

[Yahoo-eng-team] [Bug 1757087] Re: neutron.tests.unit.objects.qos.test_policy unittests fail on stable/pike branch

2018-03-20 Thread Ihar Hrachyshka
** 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/1757087 Title: neutron.tests.unit.objects.qos.test_policy unittests fail

[Yahoo-eng-team] [Bug 1750334] Re: ovsdb commands timeouts cause fullstack tests failures

2018-03-20 Thread Ihar Hrachyshka
*** This bug is a duplicate of bug 1741889 *** https://bugs.launchpad.net/bugs/1741889 ** This bug has been marked a duplicate of bug 1741889 functional: DbAddCommand sometimes times out after 10 seconds -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1664347] Re: test_volume_boot_pattern failed to get an instance into ACTIVE state

2018-03-20 Thread Ihar Hrachyshka
** 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/1664347 Title: test_volume_boot_pattern failed to get an instance into ACTIVE state Status in OpenStack

[Yahoo-eng-team] [Bug 1738475] Re: test_notify_port_ready_after_enable_dhcp fails with RuntimeError: 'dhcp_ready_on_ports' not be called

2018-03-20 Thread Ihar Hrachyshka
Haven't happened for a long time, probably fixed already. ** 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/1738475 Title:

[Yahoo-eng-team] [Bug 1577457] Re: LinuxBridge fullstack tests run with noop firewall

2018-03-20 Thread Ihar Hrachyshka
** 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/1577457 Title: LinuxBridge fullstack tests run with noop firewall

[Yahoo-eng-team] [Bug 1673531] Re: fullstack test_controller_timeout_does_not_break_connectivity_sigkill(GRE and l2pop, openflow-native_ovsdb-cli) failure

2018-03-20 Thread Ihar Hrachyshka
We believe it was fixed, probably by https://review.openstack.org/#/c/547345/ ** 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.

[Yahoo-eng-team] [Bug 1741889] Re: functional: DbAddCommand sometimes times out after 10 seconds

2018-03-20 Thread Ihar Hrachyshka
After ovsdbapp release, we don't see it happening in functional job anymore. There are some timeout hits in logstash in tempest jobs, but happening at the same time as other actions executed by the agent (e.g. update state RPC call) are timing out too, so probably host overloaded. ** Changed in:

[Yahoo-eng-team] [Bug 1734356] Re: fullstack: Test runner doesn't wait enough time for env to come up

2018-03-20 Thread Ihar Hrachyshka
** 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/1734356 Title: fullstack: Test runner doesn't wait enough time for env

[Yahoo-eng-team] [Bug 1687074] Re: Sometimes ovsdb fails with "tcp:127.0.0.1:6640: error parsing stream"

2018-03-20 Thread Ihar Hrachyshka
Marked neutron part fixed because we don't see gate failure because of the error message lately. It could even be that failures we saw in the past were not related to the error message, and the message was just a red herring. Slawek and others made huge progress lately on stabilizing fullstack job

[Yahoo-eng-team] [Bug 1276510] Re: MySQL 2013 lost connection is being raised

2018-03-16 Thread Ihar Hrachyshka
** Changed in: oslo-incubator/havana 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/1276510 Title: MySQL 2013 lost connection is being

[Yahoo-eng-team] [Bug 1257293] Re: [messaging] QPID broadcast RPC requests to all servers for a given topic

2018-03-16 Thread Ihar Hrachyshka
** Changed in: oslo-incubator/havana 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/1257293 Title: [messaging] QPID broadcast RPC requests

[Yahoo-eng-team] [Bug 1374519] Re: Orphaned queues are not auto-deleted for Qpid

2018-03-16 Thread Ihar Hrachyshka
** Changed in: oslo.messaging/juno 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/1374519 Title: Orphaned queues are not auto-deleted for

[Yahoo-eng-team] [Bug 1602081] Re: Use oslo.context's policy dict

2018-03-16 Thread Ihar Hrachyshka
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1602081 Title: Use oslo.context's policy dict

[Yahoo-eng-team] [Bug 1527675] Re: Neutron multinode grenade sometimes fails at resource phase create

2018-03-16 Thread Ihar Hrachyshka
** 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/1527675 Title: Neutron multinode grenade sometimes fails at resource

[Yahoo-eng-team] [Bug 1608691] Re: exception translation for pymysql "Lock wait timeout exceeded" broken

2018-03-16 Thread Ihar Hrachyshka
** 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/1608691 Title: exception translation for pymysql "Lock wait timeout

[Yahoo-eng-team] [Bug 1694769] Re: Nova fails to plug port because of missing ipset when calling iptables-restore

2018-03-16 Thread Ihar Hrachyshka
** Changed in: os-vif/newton Status: In Progress => Opinion ** Changed in: os-vif/ocata Status: Fix Committed => Fix Released ** Changed in: os-vif/newton Status: Opinion => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1627424] Re: FlushError on IPAllocation

2018-03-16 Thread Ihar Hrachyshka
** 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/1627424 Title: FlushError on IPAllocation Status in neutron: Fix

[Yahoo-eng-team] [Bug 1672921] Re: Functional gate job broken due to os-log-merger crashing on null-bytes

2018-03-16 Thread Ihar Hrachyshka
** Changed in: os-log-merger Status: Fix Committed => Fix Released ** Changed in: os-log-merger Assignee: (unassigned) => Ihar Hrachyshka (ihar-hrachyshka) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to n

[Yahoo-eng-team] [Bug 1742197] Re: linuxbridge scenario job doesn't execute NetworkMtuBaseTest

2018-03-16 Thread Ihar Hrachyshka
** 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/1742197 Title: linuxbridge scenario job doesn't execute

[Yahoo-eng-team] [Bug 1734136] Re: Openstack Neutron is not sending complete data during qos-policy-name update

2018-03-16 Thread Ihar Hrachyshka
** 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/1734136 Title: Openstack Neutron is not sending complete data during

[Yahoo-eng-team] [Bug 1744359] Re: Neutron haproxy logs are not being collected

2018-03-16 Thread Ihar Hrachyshka
** 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/1744359 Title: Neutron haproxy logs are not being collected Status in

[Yahoo-eng-team] [Bug 1744361] Re: test_server_security_groups failed to reboot with "Domain not found: no domain with matching uuid" because of missing vif event from linuxbridge agent

2018-03-15 Thread Ihar Hrachyshka
** Changed in: neutron Status: Confirmed => 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/1744361 Title: test_server_security_groups failed to reboot with "Domain not

[Yahoo-eng-team] [Bug 1750890] Re: Neutron db performance at scale

2018-03-15 Thread Ihar Hrachyshka
Yes, since we landed a bunch of patches in Ocata+ that should fix performance in several scenarios, incl. switch to subquery type for model attributes, I advise you check if scalability issues affect your fresh setup. If so, please provide more details (charts, measurements), and we will take a

[Yahoo-eng-team] [Bug 1748658] Re: Restarting Neutron containers which make use of network namespaces doesn't work

2018-03-15 Thread Ihar Hrachyshka
I believe the fix belongs to packaging / containers / tripleo and not neutron itself. ** 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 1750546] Re: neutron-specs sphinx warning treated as error, <1.6.1 req not taken into account

2018-03-15 Thread Ihar Hrachyshka
Fixed in https://review.openstack.org/#/c/529031/ ** Tags added: gate-failure ** Changed in: neutron Status: New => Fix Released ** Changed in: neutron Importance: Undecided => High ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) -- You received this bug

[Yahoo-eng-team] [Bug 1628996] Re: subnet service types not working with sqlite3 version 3.7.17

2018-03-15 Thread Ihar Hrachyshka
[vagrant@localhost ~]$ yum info sqlite Installed Packages Name: sqlite Arch: x86_64 Version : 3.7.17 Release : 8.el7 Size: 795 k Repo: installed >From repo : anaconda Summary : Library that implements an embeddable SQL database engine URL :

[Yahoo-eng-team] [Bug 1707003] Re: gate-tempest-dsvm-neutron-dvr-ha-multinode-full-ubuntu-xenial-nv job has a very high failure rate

2018-03-15 Thread Ihar Hrachyshka
** 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/1707003 Title:

[Yahoo-eng-team] [Bug 1742385] Re: test_create_show_delete_security_group_rule_names failure on networking-midonet gate

2018-03-15 Thread Ihar Hrachyshka
** 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/1742385 Title: test_create_show_delete_security_group_rule_names

[Yahoo-eng-team] [Bug 1748546] Re: ovsfw tempest tests random fails

2018-03-15 Thread Ihar Hrachyshka
** 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/1748546 Title: ovsfw tempest tests random fails Status in neutron:

[Yahoo-eng-team] [Bug 1753209] Re: neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest, rbac policy in use across tenants.

2018-03-08 Thread Ihar Hrachyshka
So the reason of failure here is that one test case uses a network that was temporarily shared with all tenants while running a RBAC test case. When the network is for a short span of time shared with everyone, the other test case -

[Yahoo-eng-team] [Bug 1744983] Re: coverage job fails with timeout

2018-02-20 Thread Ihar Hrachyshka
** Changed in: neutron Status: Confirmed => Fix Released ** Changed in: neutron Assignee: (unassigned) => Ihar Hrachyshka (ihar-hrachyshka) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1745638] Re: OVN Check for router port correctness

2018-02-01 Thread Ihar Hrachyshka
** 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/1745638 Title: OVN Check for router port correctness Status in neutron:

[Yahoo-eng-team] [Bug 1745192] [NEW] Can't create a vlan transparent network in mixed driver environment

2018-01-24 Thread Ihar Hrachyshka
Public bug reported: If I use several ml2 drivers, f.e. openvswitch and cisco, one that supports vlan-transparent extension and another that doesn't, then I can't create a vlan-transparent network at all, because of check_vlan_transparency ml2 driver manager behavior. What we should do instead

[Yahoo-eng-team] [Bug 1744363] Re: unit test jobs often time out

2018-01-23 Thread Ihar Hrachyshka
neutron-lib bumped for Queens. Considering it done. Feel free to reopen if it resurfaces. ** 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.

[Yahoo-eng-team] [Bug 1744983] [NEW] coverage job fails with timeout

2018-01-23 Thread Ihar Hrachyshka
Public bug reported: It happened in Ocata: http://logs.openstack.org/41/532941/1/gate /openstack-tox-cover/5a26283/job- output.txt.gz#_2018-01-22_23_39_21_734729 2018-01-22 23:02:09.046252 | ubuntu-xenial | load_tests = test_base.optimize_db_test_loader(__file__) 2018-01-22 23:39:21.734729 |

[Yahoo-eng-team] [Bug 1660612] Re: gate-tempest-dsvm-neutron-linuxbridge-ubuntu-xenial times out on execution

2018-01-22 Thread Ihar Hrachyshka
Other jobs, not just linuxbridge, are also affected. For example, DVR/pike job here: http://logs.openstack.org/08/533308/1/check/neutron- tempest-dvr/bfc4761/ara/ ** Summary changed: - gate-tempest-dsvm-neutron-linuxbridge-ubuntu-xenial times out on execution + Tempest full jobs time out on

[Yahoo-eng-team] [Bug 1744396] [NEW] Split fullstack test_securitygroup test case into small pieces

2018-01-19 Thread Ihar Hrachyshka
Public bug reported: This is the description of the test case: """Tests if a security group rules are working, by confirming that 0. traffic is allowed when port security is disabled, 1. connection from outside of allowed security group is blocked 2.

[Yahoo-eng-team] [Bug 1744394] [NEW] test_distributed_port_binding_deleted_by_port_deletion failed due to warnings during port binding delete

2018-01-19 Thread Ihar Hrachyshka
Public bug reported: http://logs.openstack.org/56/534456/1/check/openstack-tox- py35/151aefe/testr_results.html.gz (Queens) ft1.6: neutron.tests.unit.plugins.ml2.test_db.Ml2DvrDBTestCase.test_distributed_port_binding_deleted_by_port_deletion_StringException: Traceback (most recent call last):

[Yahoo-eng-team] [Bug 1744359] Re: Neutron haproxy logs are not being collected

2018-01-19 Thread Ihar Hrachyshka
I guess having haproxy prefix is backwards compatible enough to allow it to slip like that. ** Also affects: tripleo Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1744363] [NEW] unit test jobs often time out

2018-01-19 Thread Ihar Hrachyshka
Public bug reported: One suspect is deprecation messages that usually slow down runs and popped up in numbers lately. We should clean those up in attempt to speed up the jobs. If it doesn't work, we may consider bumping time for the job, though it's undesirable. ** Affects: neutron

[Yahoo-eng-team] [Bug 1744361] [NEW] test_server_security_groups failed to reboot with "Domain not found: no domain with matching uuid" because of missing vif event from linuxbridge agent

2018-01-19 Thread Ihar Hrachyshka
Public bug reported: This happened in master (Queens) in tempest-linuxbridge job: http://logs.openstack.org/56/534456/1/check/neutron-tempest- linuxbridge/7693ca5/logs/testr_results.html.gz >From tempest log: Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1743658] [NEW] SLAAC address incorrectly deallocated from HA router port due to race condition

2018-01-16 Thread Ihar Hrachyshka
d in theory may be slightly quicker since the core plugin won't need to process fields that were not changed. ** Affects: neutron Importance: High Assignee: Ihar Hrachyshka (ihar-hrachyshka) Status: Confirmed ** Tags: l3-ha ** Changed in: neutron Status: New => Confirm

[Yahoo-eng-team] [Bug 1743463] [NEW] linuxbridge scenario job fails with: "AttributeError: 'LinuxbridgeAgentExtensionAPI' object has no attribute 'request_int_br'"

2018-01-15 Thread Ihar Hrachyshka
Public bug reported: log extension is not compatible with linuxbridge agent. We should, short term, avoid configuring it there; and long term, make it compatible with the agent. (It should be doable because the agent uses the same iptables firewall). ** Affects: neutron Importance: High

[Yahoo-eng-team] [Bug 1345341] Re: radvd needs functional tests

2018-01-11 Thread Ihar Hrachyshka
We have some functional and fullstack tests that cover the functionality. I think at this point the bug is vague and moot and can be closed. If you have specific ideas on what's missing, feel free to reopen / repurpose the bug / report a new bug. ** Changed in: neutron Status: Confirmed =>

[Yahoo-eng-team] [Bug 1742200] [NEW] dvr scenario job fails with timeouts

2018-01-09 Thread Ihar Hrachyshka
Public bug reported: The job routinely takes almost 3h to execute, which results in job timeout. This may be related to Meltdown bug patched in infra. Anyway, we should strive to speed up the job, because an alternative would be splitting the job into parts, and that's not ideal (more jobs in

[Yahoo-eng-team] [Bug 1742197] [NEW] linuxbridge scenario job doesn't execute NetworkMtuBaseTest

2018-01-09 Thread Ihar Hrachyshka
Public bug reported: This is because the job is not configured to access vxlan / gre type drivers: 2018-01-08 16:40:26.894303 | primary | {1} setUpClass (neutron_tempest_plugin.scenario.test_mtu.NetworkMtuBaseTest) ... SKIPPED: GRE or VXLAN type_driver is not enabled Linuxbridge doesn't support

[Yahoo-eng-team] [Bug 1741954] [NEW] create_and_list_trunk_subports rally scenario failed with timeouts

2018-01-08 Thread Ihar Hrachyshka
Public bug reported: This happened once in Pike. http://logs.openstack.org/16/529616/1/check/legacy-rally-dsvm-neutron- neutron/72b511a/rally- plot/results.html.gz#/NeutronTrunks.create_and_list_trunk_subports/failures Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1737011] [NEW] ServerActionsTestJSON.test_reboot_server_hard failed to ssh into instance

2017-12-07 Thread Ihar Hrachyshka
Public bug reported: http://logs.openstack.org/83/526183/1/gate/legacy-tempest-dsvm- py35/166f0c9/logs/testr_results.html.gz It happened on master (Queens). The last messages in the instance console log are: [3.395758] Freeing unused kernel memory: 928k freed [3.418579] Write

[Yahoo-eng-team] [Bug 1675910] Re: segment event transaction semantics are wrong

2017-12-07 Thread Ihar Hrachyshka
Reopened since we reverted the fix. ** Changed in: neutron Status: Fix Released => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1675910 Title: segment event

[Yahoo-eng-team] [Bug 1731948] Re: Wrong OVO classes registered in some cases

2017-11-21 Thread Ihar Hrachyshka
Added oslo.versionedobjects to the list of affected projects so that it allows to use custom registries for consuming projects. ** Also affects: oslo.versionedobjects Importance: Undecided Status: New ** Changed in: oslo.versionedobjects Importance: Undecided => Wishlist ** Tags

[Yahoo-eng-team] [Bug 1673531] Re: fullstack test_controller_timeout_does_not_break_connectivity_sigkill(GRE and l2pop, openflow-native_ovsdb-cli) failure

2017-11-21 Thread Ihar Hrachyshka
signed) => Ihar Hrachyshka (ihar-hrachyshka) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1673531 Title: fullstack test_controller_timeout_does_not_break_connectivity_sigkill(GRE an

[Yahoo-eng-team] [Bug 1706750] Re: FlushError for automatic IPAllocations when subnet create is retried

2017-11-10 Thread Ihar Hrachyshka
We still see this failure happening in Red Hat CI with the same symptoms for OSP12 (Pike), reopening. ** Changed in: neutron Status: Fix Released => Confirmed ** Bug watch added: Red Hat Bugzilla #1506668 https://bugzilla.redhat.com/show_bug.cgi?id=1506668 -- You received this bug

[Yahoo-eng-team] [Bug 1671634] Re: [RFE] Allow to set MTU for networks

2017-10-20 Thread Ihar Hrachyshka
** Changed in: neutron Status: In Progress => Won't Fix ** Changed in: neutron Status: Won't Fix => 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/1671634

[Yahoo-eng-team] [Bug 1722644] [NEW] TrunkTest fails for OVS/DVR scenario job

2017-10-10 Thread Ihar Hrachyshka
Public bug reported: http://logs.openstack.org/13/474213/7/check/gate-tempest-dsvm-neutron- dvr-multinode-scenario-ubuntu-xenial- nv/752030f/logs/testr_results.html.gz Traceback (most recent call last): File "/opt/stack/new/neutron/neutron/tests/tempest/scenario/test_trunk.py", line 91, in

[Yahoo-eng-team] [Bug 1719711] [NEW] iptables failed to apply when binding a port with AGENT.debug_iptables_rules enabled

2017-09-26 Thread Ihar Hrachyshka
Public bug reported: http://logs.openstack.org/21/504021/2/check/gate-tempest-dsvm-neutron- scenario-linuxbridge-ubuntu-xenial-nv/e47a3f3/testr_results.html.gz Traceback (most recent call last): File "/opt/stack/new/neutron/neutron/tests/tempest/scenario/test_security_groups.py", line 127,

[Yahoo-eng-team] [Bug 1710589] Re: rally sla failure / internal error on load

2017-09-26 Thread Ihar Hrachyshka
** Changed in: neutron Importance: High => Undecided ** Changed in: neutron Importance: Undecided => Medium ** Changed in: neutron Importance: Medium => Undecided ** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1683365] Re: test_rule_update_forbidden_for_regular_tenants_own_policy fails with NotFound

2017-09-22 Thread Ihar Hrachyshka
** Changed in: neutron Status: Confirmed => Invalid ** Tags removed: gate-failure ** Tags removed: qos -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1683365 Title:

[Yahoo-eng-team] [Bug 1718785] [NEW] rally job died with: InvalidTaskException: Task config is invalid: `'module' object has no attribute 'MultipleMatchesFound'`

2017-09-21 Thread Ihar Hrachyshka
object has no attribute 'MultipleMatchesFound'` 2017-09-21 21:08:52.248924 | 2017-09-21 21:08:52.248 | 2017-09-21 21:08:51.898 6883 ERROR rally.cli.cliutils 2017-09-21 21:08:52.249489 | + /home/jenkins/workspace/gate-rally-dsvm-neutron-neutron-ubuntu-xenial/devstack-gate/functions.sh:tsfilter:L1

[Yahoo-eng-team] [Bug 1718282] [NEW] Port update failed with 500 when trying to recreate default security group

2017-09-19 Thread Ihar Hrachyshka
Public bug reported: On port update, default security group may be missing. In this case, port update will first create the group, then proceed to port object. The problem is that when it recreates the group, it uses AFTER_UPDATE event, which contradicts the transactional semantics of

[Yahoo-eng-team] [Bug 1717046] [NEW] L3HARouterVRIdAllocationDbObjectTestCase.test_delete_objects fails because of duplicate record

2017-09-13 Thread Ihar Hrachyshka
on/objects/base.py", line 636, in create object_class=self.__class__, db_exception=db_exc) neutron_lib.objects.exceptions.NeutronDbObjectDuplicateEntry: Failed to create a duplicate L3HARouterVRIdAllocation: for attribute(s) ['network_id', 'vr_id'] with value(s) None ** Affects: neutron

[Yahoo-eng-team] [Bug 1716746] [NEW] functional job broken by new os-testr

2017-09-12 Thread Ihar Hrachyshka
:20.722284 | 2017-09-12 16:09:20.721 | chmod: cannot access '.testrepository': No such file or directory This is because new os-testr switched to stestr that has a different name for the directory (.stestr). ** Affects: neutron Importance: Critical Assignee: Ihar Hrachyshka (ihar

[Yahoo-eng-team] [Bug 1576840] Re: fullstack OVS agent in native openflow mode sometimes fails to bind socket

2017-08-31 Thread Ihar Hrachyshka
It's long fixed. ** Changed in: neutron Assignee: sudhakar kumar srivastava (sudhakar.srivastava) => (unassigned) ** Changed in: neutron Status: Confirmed => Won't Fix ** Changed in: neutron Status: Won't Fix => Fix Released -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1602567] Re: fullstack doesn't work with branch-2.5 ovs

2017-08-31 Thread Ihar Hrachyshka
We currently compile v2.6.1 from sources for fullstack. I consider it's fixed. ** 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.

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

2017-08-31 Thread Ihar Hrachyshka
Added ovsdbapp to the list of affected projects because I believe this error comes from the library. ** Changed in: neutron Milestone: pike-2 => None ** Also affects: ovsdbapp Importance: Undecided Status: New ** Changed in: ovsdbapp Status: New => Confirmed -- You

[Yahoo-eng-team] [Bug 1673531] Re: fullstack test_controller_timeout_does_not_break_connectivity_sigkill(GRE and l2pop, openflow-native_ovsdb-cli) failure

2017-08-31 Thread Ihar Hrachyshka
No hits in 7 days. I claim it's fixed. If not, reopen. ** 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/1673531 Title:

[Yahoo-eng-team] [Bug 1713163] [NEW] test_delete_saving_image fails because image hasn't transitioned to SAVING

2017-08-25 Thread Ihar Hrachyshka
Public bug reported: http://logs.openstack.org/33/440933/4/check/gate-tempest-dsvm-neutron- linuxbridge-ubuntu-xenial/ebfa453/logs/testr_results.html.gz Traceback (most recent call last): File "tempest/api/compute/images/test_images.py", line 48, in test_delete_saving_image

[Yahoo-eng-team] [Bug 1713162] [NEW] Kernel panic when configuring APIC timers in an instance

2017-08-25 Thread Ihar Hrachyshka
Public bug reported: I am not sure Nova is the best candidate for this, but reporting nevertheless. Feel free to move to another project that is a better fit. This happened in gate in Queens. http://logs.openstack.org/74/495974/4/check/gate-tempest-dsvm-neutron-

[Yahoo-eng-team] [Bug 1712412] [NEW] DVR external port setup fails with KeyError: 'host'

2017-08-22 Thread Ihar Hrachyshka
Public bug reported: http://logs.openstack.org/28/481928/9/check/gate-tempest-dsvm-neutron- dvr-multinode-scenario-ubuntu-xenial- nv/8fb7c92/logs/subnode-2/screen-q-l3.txt.gz?level=TRACE Aug 22 07:55:55.697082 ubuntu-xenial-2-node-rax-ord-10554784-832133 neutron-l3-agent[2539]: ERROR

[Yahoo-eng-team] [Bug 1666731] Re: ofctl timeout error in gate functional tests

2017-08-22 Thread Ihar Hrachyshka
It doesn't affect functional gate anymore. We see some hits in fullstack, but there, agents properly recover from those errors. I am closing the bug. ** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1669805] Re: rally job failing in gate due to "Quota for tenant X could not be found" Error

2017-08-22 Thread Ihar Hrachyshka
After latest rally changes that tweaked SLA and number of parallel test runs, the job is very stable. I don't think we've seen this error for a while. Please reopen if we still experience the issue. ** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug

[Yahoo-eng-team] [Bug 1712185] [NEW] iptables-restore calls fail acquiring 'xlock' with iptables from master

2017-08-21 Thread Ihar Hrachyshka
Public bug reported: This happens when you use iptables that includes https://git.netfilter.org/iptables/commit/?id=999eaa241212d3952ddff39a99d0d55a74e3639e (f.e. the one from latest RHEL repos)

[Yahoo-eng-team] [Bug 1711463] [NEW] TestNetworkBasicOps.test_network_basic_ops failed with "Timed out waiting for 172.24.5.8 to become reachable"

2017-08-17 Thread Ihar Hrachyshka
Public bug reported: http://logs.openstack.org/45/493945/2/gate/gate-grenade-dsvm-neutron- dvr-multinode-ubuntu-xenial/c101360/logs/testr_results.html.gz 2017-08-17 19:34:47,447 1906 DEBUG[tempest.scenario.manager] checking network connections to IP 172.24.5.8 with user: cirros 2017-08-17

[Yahoo-eng-team] [Bug 1707160] Re: test_create_port_in_allowed_allocation_pools test fails on ironic grenade

2017-08-07 Thread Ihar Hrachyshka
Adding oslo to the list of affected projects. The fix is here: https://review.openstack.org/#/c/486706/ ** Also affects: oslo.messaging Importance: Undecided Status: New ** Changed in: oslo.messaging Assignee: (unassigned) => Ken Giusti (kgiusti) -- You received this bug

[Yahoo-eng-team] [Bug 1707160] Re: test_create_port_in_allowed_allocation_pools test fails on ironic grenade

2017-08-07 Thread Ihar Hrachyshka
For Neutron, a workaround was committed as: https://review.openstack.org/#/c/490305/ ** Changed in: neutron Status: Confirmed => Fix Released ** Changed in: neutron Assignee: (unassigned) => Kevin Benton (kevinbenton) -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1707160] Re: test_create_port_in_allowed_allocation_pools test fails on ironic grenade

2017-08-02 Thread Ihar Hrachyshka
OK, I still see this failing on a neutron api request here: http://logs.openstack.org/01/489701/1/check/gate-grenade-dsvm-ironic- ubuntu-xenial/50785e5/logs/testr_results.html.gz In neutron-server log, we see first NotFound ERROR message from the missing fanout exchange (that's not an issue per

[Yahoo-eng-team] [Bug 1707160] Re: test_create_port_in_allowed_allocation_pools test fails on ironic grenade

2017-08-02 Thread Ihar Hrachyshka
In the last failure, it's not neutron API but nova API that times out: http://logs.openstack.org/99/489699/1/check/gate-grenade-dsvm-ironic- ubuntu-xenial/2e8b6fa/logs/testr_results.html.gz The relevant log messages for the Nova API request start at:

[Yahoo-eng-team] [Bug 1707933] [NEW] functional tests timeout after a test worker killed

2017-08-01 Thread Ihar Hrachyshka
Public bug reported: Grafana failure rate at 30%; triage of July gate failures for the job suggested that most of them come from the same root cause: some test workers killed during test execution: https://etherpad.openstack.org/p/neutron-functional-gate-failures-july When it happens, we see

[Yahoo-eng-team] [Bug 1704000] Re: Sometimes OVO unit tests clash on non-unique attributes

2017-08-01 Thread Ihar Hrachyshka
I believe this is fixed with https://review.openstack.org/485082 ** 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/1704000

[Yahoo-eng-team] [Bug 1707688] [NEW] "error: [Errno 32] Broken pipe" when plugging OVS VIF into an instance

2017-07-31 Thread Ihar Hrachyshka
Public bug reported: http://logs.openstack.org/85/486585/1/gate/gate-tempest-dsvm-neutron- dvr-ubuntu- xenial/acc8282/logs/screen-n-cpu.txt.gz#_2017-07-28_08_35_03_006 2017-07-28 08:35:03.006 1542 ERROR os_vif [req-398df22e-6d9b-4203-b2a9-1d7bc2011939 tempest-TestVolumeBootPattern-1767728258

[Yahoo-eng-team] [Bug 1706750] [NEW] FlushError for automatic IPAllocations when subnet create is retried

2017-07-26 Thread Ihar Hrachyshka
translation Just before the traceback, we see retry triggered by StaleDataError: 2017-07-13 15:20:50.668 85185 DEBUG neutron.db.api [req-3c97d83e-3beb-4b28-a29f-697fc1ee8bc6 5f2e0d72ef8e4fb18b500759cfe5e503 205f2a3630a0426f8da20b4467ea003b - default default] Retry wrapper got retriable exception: UPDATE statement on t

[Yahoo-eng-team] [Bug 1705567] [NEW] gate-tempest-dsvm-neutron-linuxbridge-ubuntu-xenial failed with timeout

2017-07-20 Thread Ihar Hrachyshka
Public bug reported: http://logs.openstack.org/85/385085/30/gate/gate-tempest-dsvm-neutron- linuxbridge-ubuntu-xenial/75e271d/console.html 2017-07-20 19:18:32.693567 | full runtests: commands[2] | tempest run --combine --serial --regex (?!.*\[.*\bslow\b.*\])(^tempest\.scenario) --concurrency=4

[Yahoo-eng-team] [Bug 1704000] [NEW] Sometimes OVO unit tests clash on non-unique attributes

2017-07-12 Thread Ihar Hrachyshka
Public bug reported: ft1.22: neutron.tests.unit.objects.test_l3agent.RouterL3AgentBindingDbObjTestCase.test_update_objects_StringException: Traceback (most recent call last): File "neutron/tests/base.py", line 118, in func return f(self, *args, **kwargs) File

[Yahoo-eng-team] [Bug 1450067] Re: Server with ML2 & L3 service plugin exposes dvr extension even if OVS agent is unused

2017-07-12 Thread Ihar Hrachyshka
: (unassigned) => Ihar Hrachyshka (ihar-hrachyshka) ** 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/1450067 Title:

[Yahoo-eng-team] [Bug 1703938] [NEW] AttributeError: 'PortContext' object has no attribute 'session' in l3_hamode_db

2017-07-12 Thread Ihar Hrachyshka
Public bug reported: Jul 11 20:08:35.720679 ubuntu-xenial-3-node-osic-cloud1-s3500-9770546 neutron-server[27121]: ERROR neutron.plugins.ml2.managers [None req-13c07cf3-201f-4b86-9e92-8f51bd141c6c admin admin] Mechanism driver 'l2population' failed in delete_port_postcommit: AttributeError:

  1   2   3   4   5   >