Commit Graph

14 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
Hamdy Khader a837fe3ca0 Fix ConnectX4-LX SR-IOV Support
Adding pci_vendor_dev for Connect-X4 LX in order to support vfs
created on such adapters

Closes-Bug: 1618814
Change-Id: I416cf9f172968afbe7b86e7a806a3695ddb1fca0
2016-09-02 19:37:22 +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 e14c36ad7b Fix QoS Configurations
Added compute neutron sriov agent related configurations.

Change-Id: I64ce8be3d90c90cd43c93d6a6b2214cf864796a1
2016-03-16 21:11:54 +02:00
Aviram Bar-Haim 3083194a7d Fix sriovnicswitch vendor ID to static value
Added support for Mellanox NIC VFs

Change-Id: Ie4de722934733f08d6398008bf676d74b9408f0f
2016-03-15 13:24:47 +02: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 81b4523074 Configure Mellanox NEO SDN mechanism driver
For auto VLAN provisioning for private VLAN networks

Change-Id: I9b571ec8734d19c279fc1c40213c6bae7981b4bb
2016-03-01 11:25:21 +02:00
Aviram Bar-Haim ae58e9faec Fix DHCP broadcast reply in IB
Change-Id: I0006302a5977955641e582251754887374ed1801
2016-02-21 18:32:18 +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
Aviram Bar-Haim 650ee39193 Fix IPOIBD to support new Fuel OVS-LB arch
In order to support arch of LB -> OVS -> LB, few changes
required to the EIPOIBD.
This commits adds these changes to a tmp ipoibd file
(until it will be patched to MLNX_OFED package).

Change-Id: I1b4f641b5227708a2d4128e112cd55fc8e149ea8
2015-05-03 19:33:35 +03:00
Aviram Bar-Haim d779723fec Add Infiniband support
Add packages and configurations required for Openstack
installation based on Infiniband network.

Change-Id: I9385cf30f93d0c3aaa89c95cbef9cddfaa50b7c8
2015-04-27 17:01:01 +03:00
Gil Meir dca052069c Fixed branches in the different deployment flows
* puppet sriov manifests depend on sriov being enabled
* puppet iser manifests depend on iser being enabled
* cirros-mellanox test-vm image is replaced only if sriov is enabled
* sriov validation after reboot executed only if sriov is enabled
* mellanox_settings set storage_vlan only if vlan is set on storage network

Change-Id: Ia0b5f95bd555dbde8c78bfbdeabb312f1e6e8a17
Signed-off-by: Gil Meir <gilmeir@mellanox.com>
2015-04-20 11:07:49 +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