Commit Graph

11 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
Rawan Herzallah 666cdb7c09 Changing plugin version to 8.0
With moving post install hook to fpb 3.0.0

Change-Id: I0e5bd1970ab341150f2bfa1f704481e5ffd8c3b2
2016-02-04 14:02:11 +02:00
Aviram Bar-Haim c43afd462b Adding support for FPB 3.0.0 and Fuel 8.0
Change-Id: Ibc36e9371d6eba33b1ababbebe859414d5c7ed84
2016-01-26 15:09:06 +02:00
Rawan Herzallah c86e56b70a Add bootstrap initrd update for VPI discovery
This change provides extension for the bootstrap discovery image,
by adding an initrd update image, that includes the relevant modules
for the latest bootstrap kernel and extra configuration files.

Change-Id: Id2a5a3ffe97b5a5bd60254168775a4625e34922c
2016-01-26 12:24:09 +00:00
Rawan Herzallah d7286d73ba Fix_rediscovering_nodes_fuel_7.0
In Fuel 7.0, nodes are not rediscovered after an env being reset or deleted because there's
no bootstrap folder included under mellanox plugin folder. In 7.0 when nodes boot they will be using
Mirantis bootstrap images.

Change-Id: Iad1db9fb66f01e798bf53dfda53d76ba899abb40
2015-11-17 13:05:01 +00:00
Aviram Bar-Haim 5f418f3f07 Add new README format, spec and license details
Change-Id: I255b9fcc73371f62a97f7a8972609bccb9d9ae61
2015-07-21 19:28:29 +03:00
Jenkins a28999c034 Merge "Adding Ethernet flow" 2015-04-15 12:10:59 +00: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
Aviram Bar-Haim 57ddf38acc Added small fix to post install section
1. Backup original bootstrap.
2. Fix reboot_bootstrap_nodes usage print.

Change-Id: I9cc0eaa4023a025472dab671fd7e8d200c906cfa
2015-04-07 15:37:34 +03:00
Aviram Bar-Haim 310d79ef7c Added bootstrap replacement support
In order to support Infiniband network, the bootstrap image
is changed when installing Mellanox plugin in Fuel 6.1.

The replacement is done in the post installation section of Mellanox
Plugin RPM.

The new bootstrap files and a script to reboot the discovered nodes with
the old bootstrap, are added to the plugin.

Partially-implements: blueprint support-infiniband-network

Change-Id: I092677a69bc3a3ad5db068d91252ba69f46ea400
2015-04-01 16:55:30 +03:00
Aviram Bar-Haim 047aa96e3c Add Mellanox Fuel plugin build script
Added build components:
  1. build script for the plugin.
  2. pre_build_hook tool to retrieve files.
  3. initial tasks.yaml
  4. initial spec appendix for post installation hooks.

Change-Id: Ic9b5f5980afb0fe7fd19ebe561239eab26f70d42
2015-03-29 17:13:29 +03:00