1. 13 Oct, 2021 2 commits
  2. 22 Jul, 2021 1 commit
  3. 21 Jul, 2021 4 commits
  4. 19 Jan, 2021 2 commits
  5. 06 Oct, 2020 1 commit
  6. 05 Oct, 2020 2 commits
    • Moshe Levi's avatar
      support client-id hardware · 922a8bbe
      Moshe Levi authored
      In CentOS 8 dhclient is set by default with
      send dhcp-client-identifier = hardware. This flag sends
      client-id in hardware format. In CentOS 7 this flag is not
      set by default therefore the client-id sent in legacy format.
      At the moment legacy fromat is broken in CentOS 8 see
      https://bugzilla.redhat.com/show_bug.cgi?id=1814386. Therefore we
      add the support for client-id hardware format as config option. This flag
      will set client-id hardware by default.
      
      Guest with CentOS 8 will work without change (dhcp-client-identifier = hardware is
      set by default)
      Guest with CentOS 7 will need to set dhcp-client-identifier = hardware to make sure
      they send the currect client-id
      
      Change-Id: I15612bad49946f411e17ed62cbbb631913b89b6b
      922a8bbe
    • Moshe Levi's avatar
      Bump pylint version to support python 3.8 · c6050ac3
      Moshe Levi authored
      Change-Id: Ieddf59a559340cab6e314e0d31da67fdf2661fa1
      c6050ac3
  7. 30 Jul, 2020 1 commit
    • Moshe Levi's avatar
      eswitchd: improve error handling · 43681d35
      Moshe Levi authored
      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
      43681d35
  8. 27 Jul, 2020 1 commit
    • Moshe Levi's avatar
      add support for HA router and DVR · 7fa61771
      Moshe Levi authored
      This patch allow the sdn mech driver to bind ports which
      are required for HA and DVR setups
      
      Change-Id: I4257aa04e782b0f878aa862d3a77ecdf7b124be8
      7fa61771
  9. 26 Jul, 2020 1 commit
  10. 23 Jul, 2020 1 commit
    • abdallahyas's avatar
      Sync tox requirement with neutron's. · f064209b
      abdallahyas authored
      Syncing the tox, requirement, and test-requirement configuration
      to be up-to-date with neutron's configurations. Also solved the
      new pep8 error that would arise from updating flake8, which seam
      to be a code globalization convention.
      
      Change-Id: I94db65c156b2b8c3723a83498c691fb51ad66eaf
      f064209b
  11. 19 Jul, 2020 1 commit
    • Adrian Chiris's avatar
      Fix mech driver initialization with physical_networks · 4529e2b7
      Adrian Chiris authored
      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
      4529e2b7
  12. 06 May, 2020 1 commit
  13. 12 Apr, 2020 2 commits
  14. 12 Feb, 2020 4 commits
  15. 11 Feb, 2020 3 commits
  16. 10 Feb, 2020 1 commit
  17. 28 Jan, 2020 1 commit
  18. 12 Dec, 2019 1 commit
  19. 11 Dec, 2019 3 commits
    • Adrian Chiris's avatar
      Move get get_vfs_macs_ib from pci_utils to ib_utils · 73e452ba
      Adrian Chiris authored
      As fetching GUIDs is not really a PCI related operation
      the methods related need to be in ib_utils module
      
      A followup patch will introduce a fix to these methods for
      ConnectX-3 as fetching a GUID is done according to the VF's GID
      index and not its VF index.
      
      Change-Id: I57789b37a2be39b9c19129c3d7e2cd26ea66d52e
      73e452ba
    • Adrian Chiris's avatar
      Align all index related data in eswitchd · 05ad0cff
      Adrian Chiris authored
      This patch aligns all *_idx methods to return an integer
      instead of string for consistency.
      
      This fixes an issue discovered when attempting to set PKEY
      for connectX-3 VF
      
      Change-Id: Ie877dfdf03f20b20a66eafd69c90d4c43a92b6dd
      05ad0cff
    • Adrian Chiris's avatar
      Remove Unused constants · ededb8ba
      Adrian Chiris authored
      Change-Id: Id17f733ef015e3503b695bb3151322ae35499e1c
      ededb8ba
  20. 10 Dec, 2019 1 commit
    • Adrian Chiris's avatar
      Fix zmq send/rcv for python3 · a53662ee
      Adrian Chiris authored
      we require to invoke send_string/recv_string methods when
      sending unicode.
      
      Change-Id: I26804ae3666f57b183eb0e987a4d23a14e59035e
      a53662ee
  21. 25 Nov, 2019 1 commit
  22. 14 Nov, 2019 5 commits