Commit Graph

13 Commits

Author SHA1 Message Date
Andreas Jaeger 0328776c2c Retire repository
Fuel repositories are all retired in openstack namespace, retire
remaining fuel repos in x namespace since they are unused now.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011675.html

A related change is: https://review.opendev.org/699752 .

Change-Id: Iaeaee1b1c714a00a9d2ca616b5ae3c528bd738b7
2019-12-18 19:40:20 +01:00
Hamdy Khader b488aaaf7a Add support for ConnectX-5 adapters
- upgrade mlnx-ofed-fuel to version 4.0-2.0.0.1
  - add maximum number of CX5 VFs to 96

Change-Id: Ie3612d5b9a488ade49dbfc65389be9e9f9442bb0
2017-07-13 16:27:07 +03:00
Rawan Herzallah d684dc16f8 Fix conditional reboot when max num vfs changes
Added fixes to check reboot_required condition

Change-Id: I988d8def24f096223d7a9a0f816de7f4596edaf6
2016-06-22 11:38:33 +00:00
Rawan Herzallah 42c47329fc Implement ConnectX-4 configurations
Add changes to implement features for ConnectX-4 adapters

Change-Id: Ie66162a2cb37ea3c1766f20bf218fb239eca8cf3
2016-04-21 14:06:07 +00:00
Rawan Herzallah 11973cfc63 Handle Configuring only ConnectX3 card
Added a specification to the devices to be configured in this
plugin release to be ConnectX3

Change-Id: I276ed5ca6d8c8e0a33ed7492caef520436d4d785
2016-03-09 14:55:46 +00:00
Aviram Bar-Haim 517345f0db Post setting Mellanox interfaces
1. Moving IB iser child to persistent configurations.
2. Resetting VFs num in non controller nodes.

Change-Id: I00cd3038aaeade99047983513b7e1c8f886f38e7
2016-03-08 19:54:45 +02:00
Jenkins 6b65f291f8 Merge "Fix role param to match multiple roles" 2016-03-03 15:14:40 +00:00
Rawan Herzallah f5431f3a4e Support QoS over VLAN network ports
Added the relevant configurations to enable QoS over vlan netowrk ports
when SR-IOV is enabled over ConnectX-3 / ConnectX-3 pro HCA.

Change-Id: Icd1617f308f0333db6c3b23801616478b9663149
2016-03-03 12:43:43 +00:00
Aviram Bar-Haim 80afeec75f Fix role param to match multiple roles
Change-Id: Idbc6a99ac71cec8894208a660552580d2a3c4dcb
2016-03-02 16:14:00 +02:00
Aviram Bar-Haim 7320acf36c Set VFs for private network only on compute nodes
And inherite driver's log_level configurations from Fuel's log level.

Change-Id: Ib07b9b1495bac3b239e2276e9a9a51a1780fec53
2016-02-29 17:20:21 +02:00
Rawan Herzallah c03921affa Add support for sriovnicswitch and VXLAN offload
New configurations for fuel mellanox plugin to use sriovnicswitch
mechanism driver for ethernet networks, it also gives the user the
option to enable vxlan offloading to imporove performance and reduce
CPU overhead.

Change-Id: I480d4efb31fde126a51594bdbf48307a4e63ea74
2016-01-20 10:35:26 +00:00
Andrey Yevsyukov 8c33caf131 Added sysctl changes support
Applying misconfigured sysctl.conf

Change-Id: Idee33fba48a94d1b3488cb58b40fd782d8f5ab27
2015-06-22 15:40:44 +03:00
Gil Meir 2badc837fc Adding Ethernet flow
* The pre_deployment stage runs after OS provisioning, and before
  Openstack is installed. It does the following:
  - Installs OFED
  - Sets SR-IOV related configurations in the driver & FW
  - Renames the iSER interface if iSER is used

* The post_deployment stage runs after the Openstack installation.
  It does the following:
  - Runs puppet manifests to configure each role: controller, cinder, compute
  - Replaces the existing TestVM image with the Mellanox-Cirros image

Change-Id: Icd31cd38079f8ffa93f4dc34df88107b318a5df3
Signed-off-by: Gil Meir <gilmeir@mellanox.com>
2015-04-15 14:28:34 +03:00