Foreman XEN Plugin

This plugin enables provisioning and managing XEN Server in Foreman.

Installation

Packages are available for Debian based distribtions as ruby-foreman-xen and for Red Hat based distributions as ruby193-rubygem-foreman_xen The gem name is foreman_xen.

Please see the Foreman manual for further instructions:

Compatibility

Foreman Version Plugin Version
>=1.5, <1.8 0.0.x
>=1.8.1 0.1.x

Special note

To make VNC client work properly, Foreman frontend should be configured without forcing SSL:

/usr/share/foreman/config/settings.yaml :require_ssl: false

Latest code

You can get the latest development code of the plugin by specifying your Gemfile in this way:

gem 'foreman_xen', :git => "https://github.com/theforeman/foreman-xen.git"

Support

http://projects.theforeman.org/projects/xen/issues

Copyright

Copyright (c) 2014 ooVoo LLC

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.