[Yahoo-eng-team] [Bug 2073403] Re: [NB driver] Error raised when VM created with a port attached to a FIP

2024-07-30 Thread Jakub Libosvar
This is a bug in Neutron that it doesn't set the external_mac until the FIP is up. ** Project changed: ovn-bgp-agent => 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/2073403 Titl

[Yahoo-eng-team] [Bug 2075207] [NEW] Neutron ports don't work for certain names

2024-07-30 Thread Jakub Libosvar
Public bug reported: Neutron functionality relies on the port names that is specified by a user when OVN mechanism driver is used. Steps to reproduce: - Create network and a subnet (assuming ipv4 network with /24 subnet) - (Optional) Create a testing workload to make sure traffic will work lat

[Yahoo-eng-team] [Bug 2028795] Re: Restarting OVS with DVR creates a network loop

2024-04-16 Thread Jakub Libosvar
** 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/2028795 Title: Restarting OVS with DVR creates a network loop Status in

[Yahoo-eng-team] [Bug 1863113] Re: [RFE] Introduce new testing framework for Neutron - OVN integration - a.k.a George

2024-04-16 Thread Jakub Libosvar
** Changed in: neutron Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1863113 Title: [RFE] Introduce new testing framework for Neutron - OVN integration -

[Yahoo-eng-team] [Bug 2038234] Re: PortBindingChassisEvent matches all port types

2024-04-16 Thread Jakub Libosvar
** 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/2038234 Title: PortBindingChassisEvent matches all port types Status in ne

[Yahoo-eng-team] [Bug 2055561] Re: [stable-only][OVN] Configure VETH interface MAC address before setting UP the device

2024-03-04 Thread Jakub Libosvar
** 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/2055561 Title: [stable-only][OVN] Configure VETH interface MAC address before set

[Yahoo-eng-team] [Bug 2044171] Re: External shared networks may not be seen by other projects

2023-11-22 Thread Jakub Libosvar
** 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/2044171 Title: External shared networks may not be seen by other projects Sta

[Yahoo-eng-team] [Bug 2044171] [NEW] External shared networks may not be seen by other projects

2023-11-21 Thread Jakub Libosvar
Public bug reported: External shared networks each create its own RBAC entry. If there is a project that access the network through the shared attribute then it may not work. It depends on how mysql returns the records, then using GROUP BY clause it will use the first returned - meaning that if ac

[Yahoo-eng-team] [Bug 2043759] Re: [ovn] no need rpc notifier if no l2 agent

2023-11-20 Thread Jakub Libosvar
I'm going to close this report as it seems to be fixed https://bugs.launchpad.net/neutron/+bug/1992352. The fix is available at neutron 22.0.0.0rc1. Please feel free to re-open if that version doesn't fix the issue. ** Changed in: neutron Status: New => Fix Released -- You received this b

[Yahoo-eng-team] [Bug 2038234] [NEW] PortBindingChassisEvent matches all port types

2023-10-02 Thread Jakub Libosvar
Public bug reported: This is a regression introduced by https://opendev.org/openstack/neutron/commit/6890204765c5de1a91284b9b0b6bf0565673f53f that introduced match_fn() but doesn't check the port type. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (lib

[Yahoo-eng-team] [Bug 2036118] [NEW] VM fails to contact metadata during live-migration

2023-09-14 Thread Jakub Libosvar
Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: ovn -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2036118 Title: VM fails to contact metadata during live-migration

[Yahoo-eng-team] [Bug 2028795] [NEW] Restarting OVS with DVR creates a network loop

2023-07-26 Thread Jakub Libosvar
the patch port between br-int and br-tun, where it's dropped until the FDB entry expires. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: l3-dvr-backlog -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1991579] [NEW] Neutron connects to the OVN db in the prefork

2022-10-03 Thread Jakub Libosvar
ction for the DBs, that was a bad idea of mine. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: New ** Changed in: neutron Assignee: (unassigned) => Jakub Libosvar (libosvar) -- You received this bug notification because you are a m

[Yahoo-eng-team] [Bug 1987135] [NEW] ovn: db sync fails if all ips are allocated in the subnet and metadata port is missing an ip

2022-08-19 Thread Jakub Libosvar
Public bug reported: If a user creates a tenant network with small subnet (like /30) and then manually deletes IP address from the metadata port and allocates all available IP addresses then db sync will fail when attempting to allocate a new IP address to the metadata port. ** Affects: neutron

[Yahoo-eng-team] [Bug 1969354] Re: ovn-controller don't update new flows

2022-04-18 Thread Jakub Libosvar
It looks more like a configuration or scaling problem on your environment and not a bug in OVN controller. If it's disconnected then it can't process new flows. Question: 1. ovsdb disconnecting after 5s, how i can fix it? yes, by default. you can increase it by running 'ovs-vsctl set open . exter

[Yahoo-eng-team] [Bug 1968606] [NEW] Importing neutron.common.config module registers config options

2022-04-11 Thread Jakub Libosvar
Public bug reported: In case neutron.common.config is imported some config options are registered as a side effect without calling any function. This is causing errors for projects that import also other modules that end up importing neutron.common.config - such as neutorn.db.models_v2. If a proje

[Yahoo-eng-team] [Bug 1966099] [NEW] ovn migration doesn't work after tripleo removed heat

2022-03-23 Thread Jakub Libosvar
Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: ovn -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1966099 Title: ovn migration doesn't work after tripleo removed

[Yahoo-eng-team] [Bug 1965183] [NEW] ovn migration executes scripts from /tmp directory

2022-03-16 Thread Jakub Libosvar
uot;msg": "non-zero return code", "rc": 126, "start": "2022-03-16 18:51:30.330676", "stderr": "/bin/sh: /tmp/clone-br-int.sh: Permission denied", "stderr_lines": [ "/bin/sh: /tmp/clone-br-int.s

[Yahoo-eng-team] [Bug 1964640] [NEW] db-sync script port binding deadlock when migrating to OVN

2022-03-11 Thread Jakub Libosvar
number=(standardattributes.revision_number + %(revision_number_1)s), updated_at=%(updated_at)s WHERE standardattributes.id IN (%(id_1)s)] 2022-02-12 18:23:02.332 47 ERROR neutron_ovn_db_sync_util [parameters: {'revision_number_1': 1, 'updated_at': datetime.datetime(2022, 2, 12, 18, 23, 2

[Yahoo-eng-team] [Bug 1952004] [NEW] ovn: Functional test may fail if northd hasn't initialized DBs yet

2021-11-23 Thread Jakub Libosvar
on.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Hash Ring: Node e6333d61-3ac1-4c6f-9b90-a23e848ed629 (host: ubuntu-focal-inmotion-iad3-0027436269) handling event "create" for row c5936e2f-4eb2-461c-b095-a27908868816 (table: NB_Global) notify /home/zuul/src/opendev.o

[Yahoo-eng-team] [Bug 1951296] [NEW] OVN db sync script fails with OVN schema that has label column in ACL table

2021-11-17 Thread Jakub Libosvar
#x27;raise result.ex' b' File "/usr/local/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/connection.py", line 131, in run' b'txn.results.put(txn.do_commit())' b' File "/usr/local/lib/python3.6/site-packages/ovsdba

[Yahoo-eng-team] [Bug 1941902] [NEW] is_lsp_router_port() doesn't consider all router device owners

2021-08-27 Thread Jakub Libosvar
Public bug reported: On environments migrated from ml2/ovs the is_lsp_router_port() ovn function doesn't cover all router ports from ml2/ovs. ** Affects: neutron Importance: Undecided Status: In Progress ** Tags: ovn -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1939704] [NEW] db-sync script may fail when migrating from ovs to ovn

2021-08-12 Thread Jakub Libosvar
/commit/caac890c8e121e1bebe33f4e93ab79d4c294db35/neutron/plugins/ml2/drivers/ovn/db_migration.py#L73-L83 ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: ovn -- You received this bug notification because you are a member of Yahoo! E

[Yahoo-eng-team] [Bug 1939514] [NEW] test_dvr_fip_and_router_namespace_rules_with_address_scopes_match iptables failure

2021-08-11 Thread Jakub Libosvar
Public bug reported: The functional test neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR .test_dvr_fip_and_router_namespace_rules_with_address_scopes_match failed because of iptables failed to commit: ft1.1: neutron.tests.functional.agent.l3.

[Yahoo-eng-team] [Bug 1939403] [NEW] [ovn] Tag on localnet port is not changed when proivder segment is updated

2021-08-10 Thread Jakub Libosvar
_p provnet-ec7bbcdd-2b08-4923-b1ac-5b06497afbf5 tag 10 ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: ovn -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscrib

[Yahoo-eng-team] [Bug 1932421] Re: ovn-neutron-db-sync deletes legitimate metadata ports

2021-06-18 Thread Jakub Libosvar
Fixed at https://review.opendev.org/c/openstack/neutron/+/789085 ** 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/1932421 Title:

[Yahoo-eng-team] [Bug 1932421] [NEW] ovn-neutron-db-sync deletes legitimate metadata ports

2021-06-18 Thread Jakub Libosvar
Public bug reported: Running the db sync script on environment with existing metadata ports sometimes removes the legitimate metadata ports from Neutron. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: Fix Released ** Tags: ovn -- You

[Yahoo-eng-team] [Bug 1929578] [NEW] Make OVN metadata agent OVNDB read-only

2021-05-25 Thread Jakub Libosvar
Public bug reported: OVN metadata agent runs on each compute node in the cluster and creates an SB DB connection per worker. In large scale deployments this may cause a lot of load on OVN DBs. This bug is to improve OVN metadata agent in a way it won't need connection to the OVN DB leader node but

[Yahoo-eng-team] [Bug 1928465] [NEW] Geneve allocation is not update during migration from ml2/ovs to ovn

2021-05-14 Thread Jakub Libosvar
Public bug reported: After migration is finished, geneve vni allocations are all empty. It means newly created networks may have same segmentation id as existing migrated networks. ** Affects: neutron Importance: Medium Assignee: Jakub Libosvar (libosvar) Status: New ** Tags

[Yahoo-eng-team] [Bug 1928450] [NEW] ovn_migration.sh script doesn't detect neutron_dhcp agents when they run on a different node than neutron_api

2021-05-14 Thread Jakub Libosvar
_host=10.0.37.8 ansible_ssh_user=stack ansible_become=true ovn_controller=true ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: Fix Released ** Tags: ovn -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1928450] Re: ovn_migration.sh script doesn't detect neutron_dhcp agents when they run on a different node than neutron_api

2021-05-14 Thread Jakub Libosvar
Fixed by https://review.opendev.org/c/openstack/neutron/+/781627 ** 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/1928450 Title:

[Yahoo-eng-team] [Bug 1927213] [NEW] ovn-migration: Ansible SSH user is hardcoded

2021-05-05 Thread Jakub Libosvar
Public bug reported: Ansible user is hardcoded to heat-admin. There is no way how operator can migrate when their cloud uses a different user on the overcloud nodes ** Affects: neutron Importance: Medium Assignee: Jakub Libosvar (libosvar) Status: Fix Released ** Tags: ovn

[Yahoo-eng-team] [Bug 1901527] Re: Agent API gets broken if OVN DB is upgraded to the one introducing chassis_private

2021-03-09 Thread Jakub Libosvar
Yes, I think it's https://review.opendev.org/c/openstack/neutron/+/760967 but you're right, it's fixed now. Thanks for pointing it out! ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, whi

[Yahoo-eng-team] [Bug 1910213] Re: Live migration doesn't work with OVN and DPDK

2021-01-27 Thread Jakub Libosvar
** 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/1910213 Title: Live migration doesn't work with OVN and DPDK Status in neutron:

[Yahoo-eng-team] [Bug 1910213] [NEW] Live migration doesn't work with OVN and DPDK

2021-01-05 Thread Jakub Libosvar
Public bug reported: Migration timeouts waiting for event related to network-vif-plugged and VM is not migrated to new host. The reason is that vif type in OVN matches only on OVS type and not on vhostuser. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar

[Yahoo-eng-team] [Bug 1905551] [NEW] functional: test_gateway_chassis_rebalance fails

2020-11-25 Thread Jakub Libosvar
Public bug reported: The test failure doesn't report much: ft1.10: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_gateway_chassis_rebalancetesttools.testresult.real._StringException: Traceback (most recent call last): File "/home/zuul/src/opendev.org/openstack/neutron/ne

[Yahoo-eng-team] [Bug 1904751] Re: Neutron – it’s possible to delete router’s port related to external gateway

2020-11-23 Thread Jakub Libosvar
I tested this locally and it works for me, meaning I'm not able to delete such a router interface. I also checked the patch https://review.opendev.org/#/c/763198/ and it doesn't reach the part where it tries to delete the interface, it fails much earlier: 2020-11-18 21:09:23.518 94641 INFO tempest

[Yahoo-eng-team] [Bug 1901527] [NEW] Agent API gets broken if OVN DB is upgraded to the one introducing chassis_private

2020-10-26 Thread Jakub Libosvar
, the healthchecks will be still performed on chassis table while OVN already uses chassis_private. This leads to reporting dead agents by the API. We should detect OVN was upgraded and start using chassis_private table since. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (lib

[Yahoo-eng-team] [Bug 1898882] [NEW] [ovn] Failure in post_fork_initialize leaves worker processes without OVN IDL connections

2020-10-07 Thread Jakub Libosvar
connection after process is forked, adding a node to the hash ring fails and is never retried. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: ovn -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1895972] [NEW] [RFE] IPv6 prefix delegation for OVN routers

2020-09-17 Thread Jakub Libosvar
Public bug reported: OVN routers have an option to send PD requests to the upstream router. We can adapt the feature in Neutron. OVN patch: https://patchwork.ozlabs.org/project/openvswitch/patch/6aec0fb280f610a2083fbb6c61e251b1d237b21f.1576840560.git.lorenzo.bianc...@redhat.com/ ** Affects: neut

[Yahoo-eng-team] [Bug 1895108] [NEW] ovn migration: db sync step doesn't work

2020-09-10 Thread Jakub Libosvar
Public bug reported: When migration performs db sync, it looks for neutron server container. However, it uses an image name instead of the container name. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: In Progress ** Tags: ovn -- You

[Yahoo-eng-team] [Bug 1894117] [NEW] ovn: filtering hash ring nodes is not time zone aware

2020-09-03 Thread Jakub Libosvar
Public bug reported: Nodes are registered using local machine timezone but then when checking alive nodes. After first touch, the update_at gets fixed using UTC timezone and then getting nodes work. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar

[Yahoo-eng-team] [Bug 1890596] [NEW] ovn-controller cannot connect to the integration bridge with OVS 2.12 and later

2020-08-06 Thread Jakub Libosvar
https://bugzilla.redhat.com/show_bug.cgi?id=1782834 ovn-controller can't connect. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Jakub Libosvar (libosvar) -- You recei

[Yahoo-eng-team] [Bug 1879950] [NEW] Unable to update router name with ovn

2020-05-21 Thread Jakub Libosvar
Public bug reported: Neutron return 500 when attempting to change name of an existing router: $ openstack router set --name router-flat 29ead671-3957-4bf2-9dbf-e1bff0a12ab2 HttpException: 500: Server Error for url: http://192.168.121.189:9696/v2.0/routers/29ead671-3957-4bf2-9dbf-e1bff0a12ab2, R

[Yahoo-eng-team] [Bug 1878358] [NEW] OVN migration doesn't clean up the existing ml2-ovs agents

2020-05-13 Thread Jakub Libosvar
: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: In Progress ** Tags: ovn -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1878358 Title: OVN

[Yahoo-eng-team] [Bug 1875865] [NEW] SRIOV OVN metadata namespaces not cleaned up after ports are unbounded

2020-04-29 Thread Jakub Libosvar
moving the port, the namespace is not removed Actual results: OVN metadata namespaces clean up mechanism not working with SRIOV ports Expected results: Namespaces should be removed after port is removed ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar)

[Yahoo-eng-team] [Bug 1868125] [NEW] [ovn] Metadata agent spawns haproxy quickly twice on a single new port binding

2020-03-19 Thread Jakub Libosvar
in datapath 1d59fe65-eca7-4341-95a1-8fd2dad007ea bound to our chassis 2020-03-16 19:50:14.505 29393 DEBUG networking_ovn.agent.metadata.agent [-] Provisioning datapath 1d59fe65-eca7-4341-95a1-8fd2dad007ea provision_datapath /usr/lib/python3.6/site-packages/networking_ovn/agent/metadata/agent.py:3

[Yahoo-eng-team] [Bug 1866068] [NEW] [OVN] neutron_pg_drop port group table creation race condition

2020-03-04 Thread Jakub Libosvar
is unique in the whole cloud and is created on the first attempt of port creation, if it doesn't exist. The solution can be creating the entry during server start. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: ovn --

[Yahoo-eng-team] [Bug 1863113] [NEW] [RFE] Introduce new testing framework for Neutron - OVN integration - a.k.a George

2020-02-13 Thread Jakub Libosvar
copy tests from fullstack suite as lots of things are common there. [1] https://review.opendev.org/#/c/696926/ ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: ovn rfe -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1694764] Re: test_metadata_proxy_respawned failed to spawn metadata proxy

2019-06-14 Thread Jakub Libosvar
I'm reopening this bug, I saw a failure today t Python 2.7 functional job: http://logs.openstack.org/19/664519/1/gate/neutron-functional- python27/ca34a32/testr_results.html.gz Link to the logs: http://logs.openstack.org/19/664519/1/gate/neutron- functional-python27/ca34a32/controller/logs/dsvm-fu

[Yahoo-eng-team] [Bug 1831647] [NEW] Creation of existing resource takes too much time or fails

2019-06-04 Thread Jakub Libosvar
Public bug reported: We have a downstream failure of neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_duplicate_policy_error probably because http timeout is different on RHEL based boxes, set 120 seconds. The reason why it started failing in Stein is the

[Yahoo-eng-team] [Bug 1831048] [NEW] nova api tests fail when running in parallel with neutron api tests

2019-05-30 Thread Jakub Libosvar
Public bug reported: neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_networks creates a shared network and there are tests in nova api that don't specify a network when creating instance. It leads to this code in nova: https://opendev.org/ope

[Yahoo-eng-team] [Bug 1387053] Re: Stopping neutron server with rpc workers raises exeption

2018-06-05 Thread Jakub Libosvar
** Changed in: neutron/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/1387053 Title: Stopping neutron server with rpc workers raises exe

[Yahoo-eng-team] [Bug 1771412] [NEW] netlink_lib delete method doesn't work with python3

2018-05-15 Thread Jakub Libosvar
x27;1.1.1.1', '2.2.2.2', 51)) 2018-05-15 16:45:02.701 3976 WARNING neutron.privileged.agent.linux.netlink_lib [-] Netlink query failed ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: py34 -- You received this bug

[Yahoo-eng-team] [Bug 1771409] [NEW] test_ingress_bw_limit_dpdk_port functional test fails with python3

2018-05-15 Thread Jakub Libosvar
File "/opt/stack/new/neutron/neutron/agent/common/ovs_lib.py", line 865, in get_ingress_bw_limit_for_dpdk_port common_utils.bytes_to_bits(int(max_bw_in_bytes)), ValueError: invalid literal for int() with base 10: '87500.0' ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1771410] [NEW] neutron.tests.functional.agent.linux.test_netlink_lib.NetlinkLibTestCase. test_list_entries fails with Python 3

2018-05-15 Thread Jakub Libosvar
ttern on a bytes-like object ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: In Progress ** Tags: py34 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https:

[Yahoo-eng-team] [Bug 1736739] Re: Machines attached to isolated network are able to reach VMs attached to other networks

2018-05-14 Thread Jakub Libosvar
This has been fixed by https://review.openstack.org/#/c/385085 I tested the described scenario and I couldn't see ICMP traffic on port of private machine. I reverted the mentioned patch and I'm able to see [root@compute ~]# tcpdump -s0 -e -nnvvi tap59d5b819-88 tcpdump: listening on tap59d5b819-8

[Yahoo-eng-team] [Bug 1770664] [NEW] [Netvirt] test_subport_connectivity fails in ODL deployment

2018-05-11 Thread Jakub Libosvar
Public bug reported: when the below command is executed IFACE=$(PATH=$PATH:/usr/sbin ip l | grep "^[0-9]*: e" |cut -d \: -f 2) && sudo su -c "ip l a link $IFACE name $IFACE.10 type vlan id 10 &&ip l s up dev $IFACE.10 && dhclient $IFACE.10" during "ip link add $IFACE name $IFACE.10" network-man

[Yahoo-eng-team] [Bug 1708731] Re: ovs-fw does not reinstate GRE conntrack entry .

2018-04-18 Thread Jakub Libosvar
Bug still reproduces, re-opening: http://logs.openstack.org/67/556667/20/check/neutron- functional/71b2acc/logs/testr_results.html.gz ** Changed in: neutron Status: Fix Released => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which i

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

2018-03-20 Thread Jakub Libosvar
Public bug reported: http://logs.openstack.org/13/510013/2/check/openstack-tox- py27/7d3e9b9/testr_results.html.gz ** Affects: neutron Importance: Critical Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: gate-failure unittest -- You received this bug notification

[Yahoo-eng-team] [Bug 1744829] Re: Avoid mixed usage of old and new transaction styles

2018-02-13 Thread Jakub Libosvar
** 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/1744829 Title: Avoid mixed usage of old and new transaction styles Sta

[Yahoo-eng-team] [Bug 1742931] [NEW] ovs_lib: Custom vxlan udp port is not converted to string

2018-01-12 Thread Jakub Libosvar
Public bug reported: If vxlan_udp_port is set to custom port in ovs agent config file then inserting integer instead of string into ovsdb is attempted. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: ovs-lib -- You

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

2018-01-09 Thread Jakub Libosvar
** 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/1722644 Title: TrunkTest fails for OVS/DVR scenario job Status in neutron: In

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

2018-01-08 Thread Jakub Libosvar
Public bug reported: Traceback (most recent call last): File "/opt/stack/new/neutron/.tox/dsvm-functional/local/lib/python2.7/site-packages/fixtures/fixture.py", line 197, in setUp self._setUp() File "neutron/tests/common/net_helpers.py", line 721, in _setUp self.bridge = common_base

[Yahoo-eng-team] [Bug 1739227] Re: test_create_subport_invalid_inherit_network_segmentation_type doesn't obey when parent network is vlan

2018-01-02 Thread Jakub Libosvar
Addressed by https://review.openstack.org/#/c/529124 ** 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/1739227 Title: test_c

[Yahoo-eng-team] [Bug 1740885] [NEW] Trunk ports are sometimes not tagged with internal vlan

2018-01-02 Thread Jakub Libosvar
01444835 neutron-openvswitch-agent[17015]: ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent ** Affects: neutron Importance: High Assignee: Jakub Libosvar (libosvar) Status: Confirmed ** Tags: ovs-fw sg-fw trunk -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1739227] [NEW] test_create_subport_invalid_inherit_network_segmentation_type doesn't obey when parent network is vlan

2017-12-19 Thread Jakub Libosvar
deployment using supported type as default, the test fails because API correctly returns this supported segmentation type, e.g. vlan. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: api trunk -- You received this bug notificati

[Yahoo-eng-team] [Bug 1739075] [NEW] fullstack: Improve test suite by creating environment per test class

2017-12-19 Thread Jakub Libosvar
Public bug reported: Currently, the fullstack environment is created per test function consuming. The environment creation takes a fair amount of time. This bug is a proposal to move environment creation to the test class level to reduce time of fullstack runs. As a tradeoff, we won't be able to r

[Yahoo-eng-team] [Bug 1739078] [NEW] fullstack: Use a pre-built database schema

2017-12-19 Thread Jakub Libosvar
Public bug reported: This is a request for enhancement to avoid using alembic when creating fullstack environment. The database creation is one of the most expensive operations during env build up. Using a pre-defined sql script that creates database schema can save time of fullstack runs. ** Aff

[Yahoo-eng-team] [Bug 1730552] Re: neutron-openvswitch-agent raise OVSFWPortNotFound exception

2017-12-14 Thread Jakub Libosvar
*** This bug is a duplicate of bug 1729213 *** https://bugs.launchpad.net/bugs/1729213 ** This bug has been marked a duplicate of bug 1729213 neutron-openvswitch-agent report error when batch delete instances -- You received this bug notification because you are a member of Yahoo! Enginee

[Yahoo-eng-team] [Bug 1721796] Re: wait_until_true is not rootwrap daemon friendly

2017-12-05 Thread Jakub Libosvar
Bug https://bugs.launchpad.net/neutron/+bug/1654287 was fixed and released. We'll be monitoring this one but closing for now. ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribe

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

2017-11-24 Thread Jakub Libosvar
utron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: fullstack -- 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:

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

2017-11-24 Thread Jakub Libosvar
utron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: In Progress ** Tags: fullstack gate-failure -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/17

[Yahoo-eng-team] [Bug 1733747] Re: No way to find out which instances are using a security group

2017-11-22 Thread Jakub Libosvar
Yes, you can find which port is the instance using and the query the port, it will show you security groups. The port belonging to instance has device_id equal to instance id. ** Changed in: neutron Status: New => Opinion -- You received this bug notification because you are a member of

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

2017-11-21 Thread Jakub Libosvar
Fixes backported to all stable branches. ** 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/1627106 Title: TimeoutException w

[Yahoo-eng-team] [Bug 1691119] Re: testtools.run neutron.tests.tempest.scenario.test_floatingip.FloatingIpSameNetwork.test_east_west

2017-11-21 Thread Jakub Libosvar
The test uses scenario, you can't simply run a single test, you need to run the whole class. ** Changed in: neutron Status: New => Opinion ** Changed in: neutron Status: Opinion => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, w

[Yahoo-eng-team] [Bug 1728948] [NEW] fullstack: test_connectivity fails due to dhclient crash

2017-10-31 Thread Jakub Libosvar
error. _handle_process_error neutron/agent/linux/async_process.py:196 ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: fullstack -- You received this bug notification because you are a member of Yahoo! Engineering Team, whi

[Yahoo-eng-team] [Bug 1722608] Re: Able to delete a neutron port that is attached to a VM

2017-10-11 Thread Jakub Libosvar
The port is correctly detached from the vm in case it's deleted. Also it's correctly unplugged from instance on libvirt level, in case of libvirt driver. ** Changed in: neutron Importance: Undecided => Wishlist ** Changed in: neutron Status: New => Opinion -- You received this bug not

[Yahoo-eng-team] [Bug 1721796] [NEW] wait_until_true is not rootwrap daemon friendly

2017-10-06 Thread Jakub Libosvar
tance: Medium Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: fullstack functional-tests -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1721796 Title: wait_until_tr

[Yahoo-eng-team] [Bug 1717575] Re: Likely mismatch between code and database schema

2017-09-27 Thread Jakub Libosvar
The used versions are both from master branch. Because of master can contain database changes, you need to use neutron-db-manage [1] to make your database up-to-date reflecting used models in the code. I'm closing this bug as invalid as database wasn't migrated in this case. [1] https://docs.open

[Yahoo-eng-team] [Bug 1718235] [NEW] ovs_bridge native doesn't reraise RuntimeError if _get_dp_by_dpid fails

2017-09-19 Thread Jakub Libosvar
Public bug reported: Typically DPID starts with zeros while code trims the prefixed zeros and then comparison fails masking the real OVS failure. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: In Progress -- You received this bug

[Yahoo-eng-team] [Bug 1713927] [NEW] gate-grenade-dsvm-neutron-dvr-multinode-ubuntu-xenial fails constantly

2017-08-30 Thread Jakub Libosvar
Public bug reported: The job is at almost 100% failure rate. http://grafana.openstack.org/dashboard/db/neutron-failure-rate?panelId=11&fullscreen It went up from 24% to 100% at about Aug 26 6pm UTC. Logs: http://logs.openstack.org/32/498932/1/check/gate-grenade-dsvm- neutron-dvr-multinode-ubuntu

[Yahoo-eng-team] [Bug 1712594] [NEW] test_post_commit_vswitchd_incomplete_timeout fails constsantly

2017-08-23 Thread Jakub Libosvar
Assignee: Jakub Libosvar (libosvar) Status: In Progress ** Tags: functional-tests gate-failure ** Changed in: neutron Assignee: (unassigned) => Jakub Libosvar (libosvar) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

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

2017-08-22 Thread Jakub Libosvar
0 hits in the last week, let's consider it fixed with the update to 4.4.0-92-generic kernel ** 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.laun

[Yahoo-eng-team] [Bug 1709938] [NEW] DefaultSubnetPoolsTest is racy

2017-08-10 Thread Jakub Libosvar
-473f-44e0-aaf4-8f2debf81a0e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnetpool": {"is_default": true}} Response - Headers: {'sta

[Yahoo-eng-team] [Bug 1709032] Re: functional job tests get stuck

2017-08-09 Thread Jakub Libosvar
The reproducer is following: kernel: 4.4.0-89-generic conntrack: 1:1.4.3-3 conntrackd: 1:1.4.3-3 Create a conntrack entry: sudo conntrack -I --protonum tcp --src 1.2.3.4 --sport 65535 --dst 8.8.8.8 --dport 6 --state ESTABLISHED --timeout 120 Trace from dmesg: [ 2964.587682]

[Yahoo-eng-team] [Bug 1605654] Re: TestNetworkBasicOps often times out running against tripleo

2017-08-08 Thread Jakub Libosvar
** Project changed: tripleo => 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/1605654 Title: TestNetworkBasicOps often times out running against tripleo Status in neutron: Tri

[Yahoo-eng-team] [Bug 1709408] [NEW] port security payload sent to agents changed after push notifications

2017-08-08 Thread Jakub Libosvar
ecurity_enabled'] instead of port['security']['port_security_enabled']. [1] https://github.com/openstack/neutron/blob/master/neutron/agent/firewall.py#L49 ** Affects: neutron Importance: Critical Assignee: Jakub Libosvar (libosvar) Status: Confirmed

[Yahoo-eng-team] [Bug 1709032] [NEW] functional job tests get stuck

2017-08-07 Thread Jakub Libosvar
Public bug reported: The functional job failure rate is at 100%. Every time some test gets stuck and job is killed after timeout. logstash query: http://logstash.openstack.org/#dashboard/file/logstash.json?query=build_name%3A%5C %22gate-neutron-dsvm-functional-ubuntu- xenial%5C%22%20AND%20tags%3A

[Yahoo-eng-team] [Bug 1699706] Re: Updation of shared firewall-policy with non shared firewall-rule should be restricted

2017-06-22 Thread Jakub Libosvar
** Project changed: python-neutronclient => neutron ** Tags added: lbaas -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1699706 Title: Updation of shared firewall-policy with non share

[Yahoo-eng-team] [Bug 1699708] Re: Updation of shared firewall-policy with non shared firewall-rule should be restricted

2017-06-22 Thread Jakub Libosvar
*** This bug is a duplicate of bug 1699706 *** https://bugs.launchpad.net/bugs/1699706 ** This bug has been marked a duplicate of bug 1699706 Updation of shared firewall-policy with non shared firewall-rule should be restricted -- You received this bug notification because you are a mem

[Yahoo-eng-team] [Bug 1698145] Re: functional test test_dvr_gateway_host_binding_is_set fails with "testtools.matchers._impl.MismatchError: u'host0' != u'standby'"

2017-06-15 Thread Jakub Libosvar
*** This bug is a duplicate of bug 1698058 *** https://bugs.launchpad.net/bugs/1698058 ** This bug has been marked a duplicate of bug 1698058 L3DvrTestCase.test_dvr_gateway_host_binding_is_set: MismatchError: u'host0' != u'standby' -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1682450] Re: Physical bridges don't tag packets with local vlan, br-int does

2017-06-13 Thread Jakub Libosvar
Functionality will be fixed by https://bugs.launchpad.net/neutron/+bug/1696983 ** 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/1

[Yahoo-eng-team] [Bug 1696983] [NEW] ovs-fw: flows on br-int are overlapping with dvr flows

2017-06-09 Thread Jakub Libosvar
x27;t work. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: l3-dvr-backlog ovs-fw ** Changed in: neutron Assignee: (unassigned) => Jakub Libosvar (libosvar) ** Tags added: l3-dvr-backlog ovs-fw -- You received

[Yahoo-eng-team] [Bug 1687709] [NEW] fullstack: ovs-agents remove trunk bridges that don't belong to them

2017-05-02 Thread Jakub Libosvar
days ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: fullstack gate-failure -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net

[Yahoo-eng-team] [Bug 1684897] [NEW] fullstack: Some jobs with OVS agent fail

2017-04-20 Thread Jakub Libosvar
Public bug reported: Example: http://logs.openstack.org/38/453838/2/check/gate-neutron-dsvm- fullstack-ubuntu-xenial/eb454bd/testr_results.html.gz Fails constantly. It started to fails somewhere between Apr 12 12:01 PM and Apr 13 2:46 AM. It's likely not caused by Neutron patch as there was only

[Yahoo-eng-team] [Bug 1684158] Re: Add tenant_id attribute for ha network

2017-04-20 Thread Jakub Libosvar
** Changed in: neutron Status: New => Opinion ** Tags added: l3-ha -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1684158 Title: Add tenant_id attribute for ha network Status in

[Yahoo-eng-team] [Bug 1683136] Re: Not able to list floating ip for particular subnet.

2017-04-18 Thread Jakub Libosvar
** Changed in: neutron Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1683136 Title: Not able to list floating ip for particular subnet. Status in neutron:

[Yahoo-eng-team] [Bug 1682450] [NEW] Physical bridges don't tag packets with local vlan, br-int does

2017-04-13 Thread Jakub Libosvar
network and br-int changes the VLAN tags. This is not consistent with tunnel network types and causes troubles to ovs firewall. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: In Progress -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1680858] [NEW] test_floatingip_list_with_pagination fails on py3 Newton job

2017-04-07 Thread Jakub Libosvar
Public bug reported: ft330.11: neutron.tests.unit.extensions.test_l3.L3NatDBIntTestCase.test_floatingip_list_with_pagination_StringException: Empty attachments: pythonlogging:'' stdout stderr: {{{ /home/jenkins/workspace/gate-neutron-python35/.tox/py35/lib/python3.5/site-packages/oslo_db/sq

  1   2   3   >