Project

General

Profile

Actions

How to Install a Smart-Proxy Plugin » History » Revision 1

Revision 1/2 | Next »
Anonymous, 07/23/2014 11:51 AM


How to Install a Smart-Proxy Plugin

Smart-Proxy plugins are ruby gems. Below are recommended methods for installation.

RPM Installations

Some plugins are available from Foreman repositories packaged as rpms. The repos are available at yum.theforeman.org/plugins. Separate repos are available for each Foreman release, containing plugins that are compatible with that particular version. Packages are not currently GPG signed.

Configure the repo by creating /etc/yum.repos.d/foreman_plugins.repo:

[foreman-plugins]
name=Foreman plugins
baseurl=http://yum.theforeman.org/plugins/nightly/el6/x86_64/
enabled=1
gpgcheck=0

Find the package for the plugin:

yum search rubygem-smart-proxy

Install the package, e.g.

yum install rubygem-smart_proxy_pulp

Restart Smart-Proxy with

service foreman-proxy restart

Some plugins may require configuration in /etc/foreman-proxy/settings.d/, check for any .example files.

Updated by Anonymous over 9 years ago · 1 revisions