Sha256: 6851a36cc9bbe4f8f8ec79045470e3c146f4dc09a47f5629cf463d64e5725c5a
Contents?: true
Size: 1.66 KB
Versions: 2
Compression:
Stored size: 1.66 KB
Contents
# 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: * [Foreman: How to Install a Plugin](http://theforeman.org/manuals/latest/index.html#6.1InstallaPlugin) ## 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/>.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foreman_xen-0.1.1 | README.md |
foreman_xen-0.1.0 | README.md |