Sha256: 7d100c37cf2f275c53d0bee308092c737b4ad875bc254a434e8560e781d8713f

Contents?: true

Size: 1.57 KB

Versions: 3

Compression:

Stored size: 1.57 KB

Contents

# Development policy #

Currently we hold master branch as tested and verified version, please submit your changes into development branch only.

# Foreman XEN Plugin

This plugin enables provisioning and managing XEN Server in Foreman.

## Installation

Please see the Foreman manual for appropriate instructions:

* [Foreman: How to Install a Plugin](http://theforeman.org/manuals/latest/index.html#6.1InstallaPlugin)

The gem name is "foreman_xen".

## 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

## Compatibility

| Foreman Version |
| ---------------:|
| >=  1.5         |

## Latest code

You can get the develop branch 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

3 entries across 3 versions & 1 rubygems

Version Path
foreman_xen-0.0.6 README.md
foreman_xen-0.0.5.1 README.md
foreman_xen-0.0.5 README.md