Sha256: 8ddd53501dfff0470886e6e415f1215dcc23c1b016b9846310956e48ed78817f

Contents?: true

Size: 1.43 KB

Versions: 1

Compression:

Stored size: 1.43 KB

Contents

# Foreman OpenNebula Plugin

This plugin enables provisioning and managing OpenNebula VMs 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_one".

## Compatibility

| Foreman Version | Plugin Version |
| ---------------:| --------------:|
| >=  1.5         | 0.1            |
| >=  1.8         | 0.3            |

## Latest code (recommended)

To use foreman-one with newer Versions of TheForeman >=1.8 you should add the
following lines to your Gemfile. 

    gem 'foreman_one', :git => "https://github.com/theforeman/foreman-one.git"
    gem "fog", :git => "https://github.com/netways/fog.git", :branch => "net-v1.33.0"

# Copyright

Copyright (c) 2014 NETWAYS Managed Services GmbH

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

1 entries across 1 versions & 1 rubygems

Version Path
foreman_one-0.4 README.md