You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 5718a34 initial support was added for Pulpcore as a mirror. There is also some code to allow running a Pulpcore as non-mirror without Foreman, but right now it's not possible to configure this:
# TODO: doesn't allow deploying a Pulp non-mirror without Foreman
$shared_with_foreman_vhost = !$pulpcore_mirror
The idea is that it could end up deploying just a content proxy without Foreman but still is a non-mirror. Essentially you could end up with foreman.example.com (with Katello, without Pulp) and pulp.example.com (primary content storage). Then you could also have mirror.location.example.com which would be a local mirror.
The text was updated successfully, but these errors were encountered:
In 5718a34 initial support was added for Pulpcore as a mirror. There is also some code to allow running a Pulpcore as non-mirror without Foreman, but right now it's not possible to configure this:
puppet-foreman_proxy_content/manifests/init.pp
Lines 150 to 151 in edc7b5f
The idea is that it could end up deploying just a content proxy without Foreman but still is a non-mirror. Essentially you could end up with foreman.example.com (with Katello, without Pulp) and pulp.example.com (primary content storage). Then you could also have mirror.location.example.com which would be a local mirror.
The text was updated successfully, but these errors were encountered: