RETIRED, Fuel plugin for 6WIND Virtual Accelerator integration
Go to file
Francesco Santoro 661ba34a59 6wind-virtual-accelerator-plugin: change libvirt/qemu installation entry point
The current implementation of Fuel plugin installs 6WIND libvirt and qemu
packages at the very beginning of Fuel deployment.
It may happen that this task is executed before Fuel configures its own repos.
Such specific scenario leads to a deployment failure.

To avoid this kind of problem this patch changes the hook for libvirt/qemu
installation that now waits for repositories configuration.

Change-Id: Ib012144a393c33de5b76ed9c0c86e28a96cfe10d
Signed-off-by: Francesco Santoro <francesco.santoro@6wind.com>
Reported-by: Adrian Poiget <adrian.poiget@6wind.com>
2016-07-19 16:25:11 +02:00
deployment_scripts/puppet 6wind-virtual-accelerator-plugin: add option for cpu host emulation 2016-07-15 11:52:48 +02:00
doc 6wind-plugin-virtual-accelerator: update doc for Fuel 8 support 2016-07-15 11:52:48 +02:00
repositories/ubuntu 6wind-virtual-accelerator-plugin: initial commit 2016-02-09 11:32:57 +01:00
spec 6wind-plugin-virtual-accelerator: update doc for Fuel 8 support 2016-07-15 11:52:48 +02:00
tests 6wind-virtual-accelerator-plugin: update built-in tests for Fuel 8 2016-07-15 10:27:49 +02:00
.gitreview Added .gitreview 2015-11-26 09:57:21 +00:00
LICENSE 6wind-virtual-accelerator-plugin: initial commit 2016-02-09 11:32:57 +01:00
README.md 6wind-virtual-accelerator-plugin: retrieve 6wind packages from repo 2016-03-25 09:41:35 +01:00
deployment_tasks.yaml 6wind-virtual-accelerator-plugin: change libvirt/qemu installation entry point 2016-07-19 16:25:11 +02:00
environment_config.yaml 6wind-virtual-accelerator-plugin: add option for cpu host emulation 2016-07-15 11:52:48 +02:00
metadata.yaml 6wind-virtual-accelerator-plugin: update metadata for Fuel 8 support 2016-07-13 16:24:07 +02:00
node_roles.yaml 6wind-virtual-accelerator-plugin: initial commit 2016-02-09 11:32:57 +01:00

README.md

Fuel Plugin for Virtual Accelerator description

6WIND Virtual Accelerator is available for 1, 2 and 4 socket Intel x86-based
servers and supports major Linux distributions.

- See more at: http://www.6wind.com/products/6wind-virtual-accelerator/

User Guide

As first step clone this repository.
When this step is done, the plugin can be correctly built with the following
command:
fpb --build fuel-plugin-6wind-virtual-accelerator

Copy the generated plugin rpm package to the Fuel master and install it as
usual:
fuel plugins --install {package}.rpm

When this step is finished proceed with fuel environment creation as
detailed here:

1. Create a new environment with the Fuel Web UI wizard.
2. Click on the Settings tab of the Fuel Web UI.
3. Scroll down the page, select the plugin checkbox and edit options
   (if desired).
   In particular it is mandatory to provide the 6WIND base64 credentials
   package for software download.
   Contact 6WIND support team for more information.
4. Associate both 6WIND Virtual Accelerator and Compute roles with nodes
   you want to accelerate
5. Start deployment

At the end of this whole process the Virtual Accelerator should be correctly
installed and running on the selected node.

Support

This software is provided as-is without support from 6WIND. In order to get a proper support, you should contact 6WIND.

Testing

None.

Known issues

The plugin does not create nova flavors with huge page support. End users are responsible to create those flavors.

Release Notes

1.0.0

  • Initial release of the plugin. This is a beta version.

Bugs Reporting

Bugs should be filled on the [Launchpad fuel-plugins project] (https://bugs.launchpad.net/fuel-plugins) with the tag virtual-accelerator.

Contributors