Foreman project plugin for Pulp allowing Katello hosts to interact with Pulp application services for content management. While this plugin is part of the Foreman project, it can only be used with Katello as Foreman is not content aware without the Katello plugin.
The Foreman project provides documentation on plugin installation from RPM and direct manual build from source.
For instructions to install a stand alone smart proxy, refer to the documentation.
- Working Katello instance (note not Foreman - must be Katello)
- Pulp 3 installation
- Smart Proxy 2.3 or newer
Assuming prerequisites are met, the Pulp plugin must be enabled in the Foreman Proxy directory with pulpcore.yaml
.
The following parameters should be set:
---
:enabled: true
#:pulp_url: https://localhost/
#:content_app_url: https://localhost:24816/
#:mirror: false
The setting client_authentication is an array of authentication types supported by the Pulp installation. The valid values are:
password
: username and password authenticationclient_certificate
: This indicates whether the service handling authentication for Pulp allows matching the client certificate's presented common name to some paired string, often hostname, and setting the remote user header.
Run all tests
bundle exec rake test
Run an individual test
bundle exec rake test TEST=test/pulpcore_plugin_integration_test.rb
- The Foreman Project - Initial Draft - https://theforeman.org/
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details
- Foreman IRC user areyus who prompted the need for this README