RETIRED, Fuel plugin for XenServer integration
Go to file
John Hua 27dc44db2c Fix compute post deployment task 2015-07-23 15:16:59 +08:00
xenserver-fuel-plugin Fix compute post deployment task 2015-07-23 15:16:59 +08:00
.gitignore Add script to automate the creation of a test cluster environment 2015-07-21 16:40:48 +08:00
README.md Add Fuel Nailgun fixture 2015-07-15 14:09:47 +08:00
add_node.sh Add script to automate the creation of a test cluster environment 2015-07-21 16:40:48 +08:00
base_release.yaml Fix restrictions 2015-07-20 21:29:27 +08:00
cleardb.py Add post deployment scripts 2015-07-20 11:42:20 +08:00
deploy.sh Fix compute post deployment task 2015-07-23 15:16:59 +08:00
dump.sh Restructure file hierarchy 2015-07-16 13:21:21 +08:00
install_xapi_plugin.sh Fix compute post deployment task 2015-07-23 15:16:59 +08:00
localrc.sample Fix compute post deployment task 2015-07-23 15:16:59 +08:00
prepare_cluster.sh.sample Add script to automate the creation of a test cluster environment 2015-07-21 16:40:48 +08:00
prepare_xs.sh Add script to automate the creation of a test cluster environment 2015-07-21 16:40:48 +08:00
setup_HIMN.sh Add exposition of HIMN 2015-07-22 11:06:35 +08:00
xs_release.yaml Fix compute post deployment task 2015-07-23 15:16:59 +08:00

README.md

xenserver-fuel-plugin

Prerequisites

apt-get install createrepo rpm dpkg-dev python-pip -y || yum install createrepo rpm rpm-build dpkg-devel python-pip -y
pip install fuel-plugin-builder

Environment Setup

git clone https://github.com/citrix-openstack/xenserver-fuel-plugin.git
cd xenserver-fuel-plugin
cp localrc.sample localrc
vi localrc #configure your local environment

Deployment

./deploy.sh

Check out on Fuel Web UI

Open Fuel Web UI, go the Setting Tab of a new/existing Environment.

You have to enable the plugin(check on the checkbox) before use it.