RETIRED, Fuel plugin for XenServer integration
Go to file
Huan Xie 9a2beb2950 Deprecate XenServer 6.5 on MOS10
We will depracate support of XenServer 6.5 since MOS10, this patch
is to implement this via:
(1) Add XCP version check in compute_pre_test.py to make sure
the minimal XCP version is 2.1.0
(2) Replace the guest tool to xe-guest-utilities_7.0.0-24_all.deb
(3) Update related documents to only support XS7.0 and XS7.1

Change-Id: I0a0420d158faf18de3534f501dd2a25d818cc9be
2017-04-21 03:32:12 -07:00
doc Deprecate XenServer 6.5 on MOS10 2017-04-21 03:32:12 -07:00
plugin_source Deprecate XenServer 6.5 on MOS10 2017-04-21 03:32:12 -07:00
specs Update docs for verification 2016-09-14 15:05:52 +08:00
suppack Use XCP as platform name in build supplementak packages 2017-03-13 23:49:13 -07:00
.gitignore Build the ISO as part of the makefile 2016-08-31 02:02:43 +00:00
.gitreview Add .gitreview file 2015-09-18 15:04:11 +01:00
LICENSE Refactor to fuel plugin structure 2015-08-13 14:06:30 +08:00
Makefile Use XCP as platform name in build supplementak packages 2017-03-13 23:49:13 -07:00
README.md Add branding and version number templating support 2016-08-08 10:03:01 +01:00
branding.inc Support HYPERVISOR_NAME contains blank space 2017-03-05 18:18:26 -08:00
get_plugin_version.sh Support both Ely and Dundee in MOS9 2017-02-27 21:40:31 -08:00
pre_build_hook Refactor to fuel plugin structure 2015-08-13 14:06:30 +08:00

README.md

XenServer Fuel Plugin

Intro

XenServer Fuel Plugin will help to deploy Mirantis OpenStack over XenServer hosts and make sure they work as xenapi rather than qemu.

Usage

Please run make latexpdf and look at the User Guide fuel-plugin-xenserver.pdf generated under doc/build/latex/fuel-plugin-xenserver.

How to build plugin

pip install git+https://github.com/openstack/fuel-plugins
pip show fuel-plugin-builder | grep ^Version # make sure here >= 4.0.1

git clone https://git.openstack.org/openstack/fuel-plugin-xenserver
cd fuel-plugin-xenserver
make