0.0
The project is in a healthy, maintained state
Read hiera data via HDM to display alongside hosts in Foreman
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.18
~> 2.0, >= 2.0.4
~> 13.0, >= 13.0.6
~> 1.52, >= 1.52.1
~> 2.19, >= 2.19.1
~> 0.6.0
 Project Readme

SmartProxyHdm

License Test Release RubyGem Version RubyGem Downloads

Allows reading hiera data from HDM (https://github.com/betadots/hdm) to display alongside hosts in Foreman.

Installation

See How_to_Install_a_Smart-Proxy_Plugin for how to install Smart Proxy plugins

This plugin is compatible with Smart Proxy 2.3 or higher.

Configuration

Configuration options for this plugin are in /etc/foreman-proxy/settings.d/hdm.yml.

More details can be found in the Foreman HDM Plugin

Contributing

Fork and send a Pull Request. Thanks!

Copyright

Copyright (c) 2023 betadots 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/.

Release a new version

To make a new release, please do:

  • update the version in lib/smart_proxy_hdm/version.rb
  • Install gems with bundle install --with release --path .vendor
  • generate the changelog with bundle exec rake changelog
  • Check if the new version matches the closed issues/PRs in the changelog
    • if required, add labels to unlabled PR/issues, regenerate the changelog
  • Create a PR with it
  • After it got merged, push a tag that's prefixed with v. GitHub Actions will do the actual release to Rubygems and GitHub Packages