RETIRED, Fuel plugin to deploy QEMU
Go to file
OpenDev Sysadmins e49fe6a482 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:51:58 +00:00
deployment_scripts/puppet/manifests Remove KVM and Rebase to fuel 9.0 2016-05-18 05:00:51 +08:00
qemu Fix qemu/kvm bug 2016-01-29 21:02:41 +08:00
repositories/ubuntu Implement: Fuel install QEMU 2015-12-03 19:52:17 +08:00
vagrant Remove KVM and Rebase to fuel 9.0 2016-05-18 05:00:51 +08:00
.gitignore support vagrant based build 2016-04-22 10:27:11 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:51:58 +00:00
LICENSE Implement: Fuel install QEMU 2015-11-13 01:06:58 +08:00
README.md Fixed version in README.md 2016-01-26 03:10:08 +00:00
deployment_tasks.yaml Implement: Fuel install QEMU 2015-12-03 19:52:17 +08:00
environment_config.yaml Remove KVM and Rebase to fuel 9.0 2016-05-18 05:00:51 +08:00
metadata.yaml Remove KVM and Rebase to fuel 9.0 2016-05-18 05:00:51 +08:00
pre_build_hook Remove KVM and Rebase to fuel 9.0 2016-05-18 05:00:51 +08:00
tasks.yaml Implement: Fuel install QEMU 2015-12-22 22:17:19 +08:00

README.md

Qemu Plugin for Fuel

Qemu plugin

Overview

New fuel plugin fuel-plugin-qemu is developed to deploy QEMU >2.2 in Fuel@OPNFV, which is requested by OVS with DPDK.

Requirements

Requirement Version/Comment
Mirantis OpenStack compatibility 8.0

Recommendations

None.

Limitations

None.

Installation Guide

Qemu plugin installation

  1. Clone the fuel-plugin-qemu repo from stackforge:

     git clone https://github.com/openstack/fuel-plugin-qemu
    
  2. Install the Fuel Plugin Builder:

     pip install fuel-plugin-builder
    
  3. Build Qemu Fuel plugin:

     fpb --build fuel-plugin-qemu/
    
  4. The fuel-plugin-qemu-[x.x.x].rpm plugin package will be created in the plugin folder.

  5. Move this file to the Fuel Master node with secure copy (scp):

     scp fuel-plugin-qemu-[x.x.x].rpm root@<the_Fuel_Master_node_IP address>:/tmp
    
  6. While logged in Fuel Master install the Qemu plugin:

     fuel plugins --install fuel-plugin-qemu-[x.x.x].rpm
    
  7. Check if the plugin was installed successfully:

     fuel plugins
    
     id | name             | version | package_version
     ---|------------------|---------|----------------
     1  | fuel-plugin-qemu | 0.5.2   | 3.0.0
    
  8. Plugin is ready to use and can be enabled on the Settings tab of the Fuel web UI.

User Guide

Qemu plugin configuration

  1. Create a new environment with the Fuel UI wizard.
  2. Click on the Settings tab of the Fuel web UI.
  3. Scroll down the page, select the plugin checkbox.

Build options

It is possible to modify process of building plugin by setting environment variables. Look into pre_build_hook file for more details.

Dependencies

If you plan to use plugin in environment without internet access or/and CentOS environment modify build command:

 INCLUDE_DEPENDENCIES=true fpb --build fuel-plugin-qemu/

Pre build script will try download required dependencies so it become part of the compiled plugin.

Note: List of packages for ubuntu and centos may need to be modified if packages in centos or ubuntu repositories will change.

Testing

None.

Known issues

None.

Development

The OpenStack Development Mailing List is the preferred way to communicate, emails should be sent to openstack-dev@lists.openstack.org with the subject prefixed by [fuel][plugins][qemu].

Reporting Bugs

Bugs should be filled on the Launchpad fuel-plugins project (not GitHub) with the tag qemu.

Contributing

If you would like to contribute to the development of this Fuel plugin you must follow the OpenStack development workflow.

Patch reviews take place on the OpenStack gerrit system.

Contributors