[Yahoo-eng-team] [Bug 1614477] [NEW] [RFE] NAT64 support with neutron

2016-08-18 Thread Irena Berezovsky
Public bug reported: In some deployment scenarios, it is likely that the new clients will be IPv6-only and they will want to connect to the existing IPv4-only servers. In order for all of these devices to be able to communicate, they all need to talk IPv6 or have some sort of translator involved.

[Yahoo-eng-team] [Bug 1566191] [NEW] Allow multiple networks with FIP range to be associated with Tenant router

2016-04-05 Thread Irena Berezovsky
Public bug reported: This requirement came out during Manila-Neutron integration discussion to provide solution for multi-tenant environment to work with File Share store. The way to solve it is as following: A dedicated NAT based network connection should be established between a tenant's

[Yahoo-eng-team] [Bug 1531485] [NEW] Available device bandwidth report by L2 agent

2016-01-06 Thread Irena Berezovsky
Public bug reported: Add actual Host physical device bandwidth information to the agent periodic status report to enrich reference QoS implementation (ML2 + L2 OVS and SR-IOV agents). This information can be used later to enable VM scheduling that takes the requested device bandwidth into

[Yahoo-eng-team] [Bug 1387017] [NEW] gate-neutron-pylint fails

2014-10-29 Thread Irena Berezovsky
Public bug reported: gate-neutron-pylint fails with following log: http://logs.openstack.org/68/114968/13/gate/gate-neutron-pylint/b02004d/console.html ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1386539] [NEW] Remove Mellanox plugin from the Neutron tree

2014-10-28 Thread Irena Berezovsky
: neutron Importance: Undecided Assignee: Irena Berezovsky (irenab) Status: New ** Tags: mellanox ** Tags added: mellanox ** Changed in: neutron Assignee: (unassigned) = Irena Berezovsky (irenab) -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1383098] [NEW] sriovagent is missing support for macvtap vnics state change

2014-10-19 Thread Irena Berezovsky
Public bug reported: SRIOV Agent does not support 'admin_state_up' changes for ports with vnic_type 'macvtap'. The logic in https://github.com/openstack/neutron/blob/master/neutron/plugins/sriovnicagent/eswitch_manager.py#L64 takes into account only SR-IOV pass-through case

[Yahoo-eng-team] [Bug 1372829] [NEW] vcpu_pin_set setting raises exception

2014-09-23 Thread Irena Berezovsky
Public bug reported: once enabled vcpu_pin_set=0-9 in nova.conf, got the following exception: 2014-09-23 11:00:41.603 14427 DEBUG nova.openstack.common.processutils [-] Result was 0 execute /opt/stack/nova/nova/openstack/common/processutils.py:195 Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1293953] Re: Add broadcast reply option to DnsMasq

2014-09-02 Thread Irena Berezovsky
** 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/1293953 Title: Add broadcast reply option to DnsMasq Status in OpenStack

[Yahoo-eng-team] [Bug 1360762] [NEW] Remove binding:profile modification from Mellanox ML2 driver

2014-08-24 Thread Irena Berezovsky
. vif _details dictionary on port:binding is used to pass physical_network information to nova and nova code gets physical network from vif_details. It is about time to remove the work-around from the neutron code. ** Affects: neutron Importance: Undecided Assignee: Irena Berezovsky

[Yahoo-eng-team] [Bug 1360761] [NEW] Remove binding:profile modification from Mellanox ML2 driver

2014-08-24 Thread Irena Berezovsky
Public bug reported: Mellanox networking solution requires knowledge of physical network during VIF plugging in nova. Temporary work-around for Icehouse release was to use binding:profile to pass it. During Juno release, patch to use binding:vif_details was added both on neutron and nova code.

[Yahoo-eng-team] [Bug 1349302] [NEW] Add verification of iproute2 capabilities used by SR-IOV agent

2014-07-28 Thread Irena Berezovsky
Public bug reported: ML2 SR-IOV Mechanism Driver may be deployed with L2 Agent to support port update events. In order to support neutron update-port events, iproute2 'ip link' should support VF management and link state changes of VF. The patch following this bug report will add verification

[Yahoo-eng-team] [Bug 1338202] [NEW] ML2 plugin update_port changes binding:profile when not changed

2014-07-06 Thread Irena Berezovsky
Public bug reported: On port-update call, ML2 plugin considers port binding:profile is set to None, when actually there was no intention to change it. Can be reproduced by setting admin_state_up: neutron port-update PORT_ID --admin_state_up=False. To fix, ML2 plugin should change its check

[Yahoo-eng-team] [Bug 1304868] [NEW] use vif_detail in mlnx MechanismDriver to pass physical_network

2014-04-09 Thread Irena Berezovsky
: Irena Berezovsky (irenab) Status: New ** Changed in: neutron Assignee: (unassigned) = Irena Berezovsky (irenab) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1304868 Title

[Yahoo-eng-team] [Bug 1304872] [NEW] use vif_details to get physical_network for mellanox vif driver to support ML2 plugin

2014-04-09 Thread Irena Berezovsky
Public bug reported: Mellanox networking solution requires knowledge of physical network during VIF plugging. vif _details dictionary on bort:binding is filled with physical_network by neutron plugin (ML2 MechanismDriver). VIF Driver should use vif_details to get physical_network info. **

[Yahoo-eng-team] [Bug 1303605] [NEW] test_rollback_on_router_delete fails

2014-04-07 Thread Irena Berezovsky
Public bug reported: gate-neutron-python26 failis for test_rollback_on_router_delete with following error: 2014-04-07 03:53:51,643ERROR [neutron.plugins.bigswitch.servermanager] ServerProxy: POST failure for servers: ('localhost', 9000) Response: {'status': 'This server is broken, please

[Yahoo-eng-team] [Bug 1299683] [NEW] test_schedule_poll_with_disabled_agent fails

2014-03-29 Thread Irena Berezovsky
Public bug reported: stable/havana fails for this test with following error log: neutron.tests.unit.services.loadbalancer.test_agent_scheduler.LBaaSAgentSchedulerTestCaseXML.test_schedule_poll_with_disabled_agent_StringException: Empty attachments: stderr stdout pythonlogging:'': {{{

[Yahoo-eng-team] [Bug 1296957] [NEW] Security_Group FirewallDriver default=None cause L2 agent to fail

2014-03-24 Thread Irena Berezovsky
Public bug reported: Default value for FirewallDriver set to None in security_group_rpc.py. L2Agent fails when using default value with following error: /opt/stack/neutron/neutron/agent/securitygroups_rpc.py:129 2014-03-07 08:15:09.120 31995 CRITICAL neutron

[Yahoo-eng-team] [Bug 1291209] [NEW] missing physical_network attribute in binding:profile for mlnx ML2 MD

2014-03-12 Thread Irena Berezovsky
Public bug reported: Due to non merged patches in nova that should support propagating physical_network attribute as part of the VIF /Network object: 1. retrieve physical network via provider extension: https://review.openstack.org/#/c/59093/ 2. potentially propagate vif_details to VIFDriver

[Yahoo-eng-team] [Bug 1249993] Re: Mellanox neutron agent uses vlan_id instead of segmentation_id in treat_devices_added

2014-03-06 Thread Irena Berezovsky
The issue was fixed as part of other bug resolution ** 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/1249993 Title:

[Yahoo-eng-team] [Bug 1183261] Re: Align Mellanox plugin with Modular L2 plugin

2014-03-06 Thread Irena Berezovsky
Fix was released as part of other bug resolution ** Changed in: neutron Status: Triaged = 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/1183261 Title: Align

[Yahoo-eng-team] [Bug 1287648] [NEW] ensure removed devices get treated on resyncs for Mlnx Agent

2014-03-04 Thread Irena Berezovsky
Public bug reported: Add to Mellanox Agent the the same handling as https://review.openstack.org/#/c/77842/ does for LinuxBridgeAgent to handle removed devices cleanup ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1286716] [NEW] remove addCleanup(cfg.CONF.reset) from mlnx agent unit test

2014-03-01 Thread Irena Berezovsky
Public bug reported: since addCleanup(cfg.CONF.reset) is done by base class, this call should be removed from test_mlnx_neutron_agent.py ** Affects: neutron Importance: Undecided Assignee: Irena Berezovsky (irenab) Status: New ** Changed in: neutron Assignee: (unassigned

[Yahoo-eng-team] [Bug 1279655] [NEW] process port updates in the main loop for mlnx agent

2014-02-12 Thread Irena Berezovsky
Public bug reported: changes the way the Mellanox eswitch agent processes port update notifications. It does the same for the mlnx-agent as was done for the ovs-agent in I219c6bdf63b0b5e945b655677f9e28fa591f03cd. ** Affects: neutron Importance: Undecided Status: New -- You

[Yahoo-eng-team] [Bug 1278306] [NEW] tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern failed on check-tempest-dsvm-neutron

2014-02-09 Thread Irena Berezovsky
Public bug reported: http://logs.openstack.org/89/67189/6/check/check-tempest-dsvm- neutron/0749052/logs/testr_results.html.gz ft129.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,image,volume]_StringException: Empty attachments: stderr

[Yahoo-eng-team] [Bug 1274396] [NEW] check-tempest-dsvm-neutron-isolated failure - tempest.scenario.test_snapshot_pattern.TestSnapshotPattern

2014-01-29 Thread Irena Berezovsky
Public bug reported: The error log: 2014-01-30 06:31:50,136 Waiting for Server: scenario-server--557003694 to get to ACTIVE status. Currently in BUILD status 2014-01-30 06:31:50,137 Sleeping for 1 seconds }}} Traceback (most recent call last): File tempest/scenario/test_snapshot_pattern.py,

[Yahoo-eng-team] [Bug 1265080] [NEW] DB migration support is missing for Mellanox plugin

2013-12-30 Thread Irena Berezovsky
Public bug reported: Mellanox plugin is missing support in alembic migration files. The Mellanox plugin works because it creates all tables from models via db.confgure() which does metadata.create_all() ** Affects: neutron Importance: Undecided Status: New -- You received this

[Yahoo-eng-team] [Bug 1263638] [NEW] use vlan tenant network type for InfiniBand Fabric

2013-12-23 Thread Irena Berezovsky
Public bug reported: Change tenant network type usage for InfiniBand Fabric to ‘vlan’ type. Mellanox neutron plugin supports embedded switch functionality as part of VPI, i.e. Ethernet and InfiniBand HCA. Tenant network isolation is achieved via Layer-2 network partitioning. While Ethernet

[Yahoo-eng-team] [Bug 1262126] [NEW] tempest.api.network.admin.test_agent_management.AgentManagementTestXML.test_list_agent[gate, smoke] failed on pg

2013-12-18 Thread Irena Berezovsky
Public bug reported: http://logs.openstack.org/03/60203/2/check/check-tempest-dsvm-neutron- pg/f4433f2/ FAIL: tempest.api.network.admin.test_agent_management.AgentManagementTestXML.test_list_agent[gate,smoke] 2013-12-18 06:25:32.632 |

[Yahoo-eng-team] [Bug 1261674] [NEW] neutron.tests.unit.openvswitch.test_ovs_tunnel.TunnelTestWithMTU.test_daemon_loop FAIL

2013-12-17 Thread Irena Berezovsky
Public bug reported: gate-neutron-python27 failes for patch not related to this test. The patch is : https://review.openstack.org/#/c/53609/ The log is: ft1.6626: neutron.tests.unit.openvswitch.test_ovs_tunnel.TunnelTestWithMTU.test_daemon_loop_StringException: Empty attachments: stdout