networking-mlnx:stable/train

Last commit made on 2020-10-09
Get this branch:
git clone -b stable/train https://git.launchpad.net/networking-mlnx

Branch merges

Branch information

Name:
stable/train
Repository:
lp:networking-mlnx

Recent commits

ffc40b6... by Moshe Levi

fix in replace dhcp opt the compare to string

Change-Id: I7c7752a87f260e35ca1e7caeb7f3e21f729d23a6
(cherry picked from commit 921e87cc7b9f08c319061a06ff2f34f7e7ad9d75)

9a85e1c... by Zuul <email address hidden>

Merge "eswitchd: improve error handling" into stable/train

ce42c1a... by Moshe Levi

eswitchd: improve error handling

This patch improve the error handling by adding try except.
It also make sure that the response will send as json.
This also fix ugly error when delete port failed because
it doesn't not exist.

Change-Id: I975c768926ecbafa8a608c0e1fff49d12c021e30

e39bffe... by Moshe Levi

add support for HA router and DVR

This patch allow the sdn mech driver to bind ports which
are required for HA and DVR setups

Change-Id: I4257aa04e782b0f878aa862d3a77ecdf7b124be8
(cherry picked from commit 7fa61771b21526410458421db52427ba2b208bde)

d59b59e... by Adrian Chiris

Fix mech driver initialization with physical_networks

This commit fixes SDNMechanismDriver._check_physnet_confs
to properly perform physical network config checks.

before the fix, we would fail mech driver initialization
when physical_networks config is provided with specific
networks, bind_normal_ports is set to true and
bind_normal_ports_physnets is a subset of the provided
physical_networks.

In addtion, unit tests were added to cover this.

Change-Id: I9baf3345f59832618ab229914fc634c18e9ced4f
(cherry picked from commit 4529e2b74596de16db16f96c90c203d7cf4c507d)

b911687... by Moshe Levi

fix pep8 job

Change-Id: I6a6c0a82077ed7ad83a78e5c463dde753ad1e43f

293f97f... by Abdallah Yasin

Extend the IPoIBInterfaceDriver to support link_up parameter

The neutron dhcp agent plug_new function was changed to have
a link_up parameter, this patch add the support for the new
parameter.

Change-Id: I2c79c262ac2761569b598ee4506bdfae4461e2eb
(cherry picked from commit ce293ab4966c9e59aec45455421f0e58d124e36a)

d626041... by Lenny

Fixed train constraints

Change-Id: I98698efdb55a54916cc4d9942e7158afaf0139a9

8f8c33c... by Adrian Chiris

Fix zmq send/rcv for python3

we require to invoke send_string/recv_string methods when
sending unicode.

Change-Id: I26804ae3666f57b183eb0e987a4d23a14e59035e
(cherry picked from commit a53662eee65d3ec27f53bbb56d829e21df5fbbc9)

671b9d8... by Lenny

Fixed zmq python3 send_string

Co-authored-by: Moshe Levi <email address hidden>

Change-Id: I9ecfaa798c8066d07bbbf3e22ab82ddc9b553274
(cherry picked from commit 6b54282d7e805c80d328a7b266cb4f903d6bd1c3)