Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 2.52 KB

README.md

File metadata and controls

56 lines (38 loc) · 2.52 KB

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