This plugin has been discontinued. The latest release only helps with its removal. If you're interested in taking over the maintanance, let us know. See https://community.theforeman.org/t/foreman-opennebula-plugin-sunsetting/13436 for more details
In order to remove the plugin from your Foreman installation, following steps need to be taken
- make a backup
- remove all Open Nebula compute resources you defined
- uninstall the plugin by running
yum remove tfm-rubygem-foreman_one
orapt remove ruby-foreman-one
This plugin enables provisioning and managing OpenNebula VMs in Foreman.
Please see the Foreman manual for appropriate instructions:
The gem name is "foreman_one".
Foreman Version | Plugin Version |
---|---|
>= 1.5 | 0.1 |
>= 1.8 | 0.3 |
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 (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/.