0.01
Low commit activity in last 3 years
No release in over a year
This plug-in adds support for the Omaha procotol to The Foreman. It allows you to better manage and update your CoreOS servers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

ForemanOmaha

This plug-in enables CoreOS and Flatcar updates using The Foreman without using the public update infrastructure. To follow along with common Foreman architecture, you need this Foreman plug-in installed and a Smart-Proxy plugin. The smart-proxy plug-in does all the heavy lifting. The Foreman plug-in shows facts and reports for your hosts. Foreman core already supports deploying CoreOS hosts and is great for on-premise setups. This plug-in enables you to better manage your servers.

Compatibility

Foreman Version Plugin Version
>= 1.12 ~> 0.0
>= 1.17 ~> 1.0
>= 1.18 ~> 2.0
>= 1.20 ~> 3.0
>= 1.24 ~> 4.0
>= 3.0 ~> 5.0

Installation

See Plugins install instructions for how to install Foreman plugins. You need to install the package tfm-rubygem-foreman_omaha or use foreman-installer.

To prepare the Foreman database, issue the following command:

foreman-rake db:migrate SCOPE=foreman_omaha

This plugins adds a global method transpile_container_linux_config to the template renderer that transpiles yaml to ignition. Make sure the binary ct is in your PATH when you want to use this feature.

Uninstalling

You need to revert all database changes made when installing this plug-in:

foreman-rake db:migrate SCOPE=foreman_omaha VERSION=0

You can then safely remove the operating system package and restart Foreman.

Copyright

Copyright (c) 2016 The Foreman developers

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/.