Commit Graph

15 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
Aviram Bar-Haim 3d7d5fb73c Upgrading to Mellanox OFED 3.4-1 GA
Adding some reqiured packages for ofed installation
and adding a workaround for setting interfaces up after
ofed installtion and adding vfs

Change-Id: I482d02eb51f18df71e8aa5e0cba0c14218bf53af
2017-03-16 12:13:51 -04:00
Jenkins 1c6f8997ba Merge "Set VFs MAC addresses" 2016-05-29 11:45:13 +00:00
Rawan Herzallah 8b30f4cb75 Set VFs MAC addresses
Added mac address assignment for created mellanox vfs

Change-Id: Ia4045b0799eacbfc01ceebf8d0d23c8db36f8197
2016-05-29 11:24:10 +00:00
Aviram Bar-Haim 336e3abb87 Remove pre OFED serializers and enable IB
Change-Id: I8c8d066bd5622712b276f1329213c7599464f483
2016-05-23 17:47:26 +03: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
Aviram Bar-Haim f005b63cbf Reduce IB child size in controller
In order to support more IB SR-IOV based VLAN networks

Change-Id: I0f7d1ee8e456f9d9fbeba62974b77a025f140741
2016-02-29 17:39:25 +02:00
Aviram Bar-Haim fa44c9abdb Fix failure when server has ConnectX-4
By not exiting when skipping its FW update

Change-Id: I01b01be6f5b87a1bc04f1e197afcb75d9294deec
2016-02-18 20:04:54 +02:00
Aviram Bar-Haim 1c0b592279 Support new deployment tasks structure
With adding:
  1. New repositories creation before MLNX_OFED installation.
  2. Fix udev renaming of eIPoIB.
  3. Set direct port configurations for Infiniband.

Change-Id: I3abba26bb6094927eb33d8b69d65d098a20bc18b
2016-02-11 14:53:52 +02:00
Andrey Yevsyukov 8c33caf131 Added sysctl changes support
Applying misconfigured sysctl.conf

Change-Id: Idee33fba48a94d1b3488cb58b40fd782d8f5ab27
2015-06-22 15:40:44 +03:00
Andrey Yevsyukov 9d0b917517 Force flash firmware supports sr-iov
Change-Id: I01efe2a7b1599e2d802c169a32b14c90496fb8d7
2015-06-07 17:27:25 +03: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 080e2fe76e Return correct status whether OFED is installed or not
Change-Id: I5f5c809474236b287242a249978737fca949060b
Signed-off-by: Gil Meir <gilmeir@mellanox.com>
2015-04-16 11:59:13 +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