Skip to content
This repository has been archived by the owner on Jul 16, 2018. It is now read-only.

A rails engine for Foreman to implement "custom fields" functionality by defining default parameters. Default parameters can be created on hosts, host groups, domains, and operating systems, and the parameters can be read by Puppet

License

Notifications You must be signed in to change notification settings

theforeman/foreman_custom_parameters

Repository files navigation

ForemanCustomParameters

This rails engine/plugin to Foreman leverages the existing functionality whereby parameters can defined on hosts, host groups, domains, and operating systems and read by Puppet. The default parameters defined in config/settings.plugins.d/custom_parameters.yaml are automatically added to new objects.

Installation

Please see the Foreman wiki for appropriate instructions:

The gem name is "foreman_custom_parameters". Run foreman-rake db:migrate after installation.

RPM users can install the "ruby193-rubygem-foreman_custom_parameters" or "rubygem-foreman_custom_parameters" packages.

Create file config/settings.plugins.d/custom_parameters.yaml in main app's directory which defines the defaut parameters and defeault value for each host. The default value may be nil. Wrap integer values in quotes to avoid errors.

:custom_parameters:
  hosts:
    cabinet_number: '12'
    cabinet_nickname: red

Update Existing Hosts

Run the following rake task to add the default parameters to existing hosts or other objects.

  rake db:custom_parameters:update_existing

Copyright

Copyright (c) 2013 Red Hat Inc.

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

About

A rails engine for Foreman to implement "custom fields" functionality by defining default parameters. Default parameters can be created on hosts, host groups, domains, and operating systems, and the parameters can be read by Puppet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages