-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use pulp_smart_proxy not smart_proxy_pulp #81
base: master
Are you sure you want to change the base?
Conversation
53e1bb0
to
79eb4ae
Compare
c9e29fd
to
ee4812a
Compare
@@ -14,5 +14,7 @@ pulp_content_container_name: pulp-content | |||
pulp_worker_container_name: pulp-worker | |||
|
|||
pulp_content_origin: "http://{{ ansible_fqdn }}:24816" | |||
pulp_rhsm_url: "https://{{ ansible_fqdn }}/rhsm" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was debating this: if we don't expose the setting (or it has no value), how does Katello interpret this? It's defined here.
What if we enhance this that if it isn't set, Katello will show its own RHSM API URL? That way you can present a Pulp server without also the RHSM API. Because essentially this is really the {{ foreman_url }}/rhsm
value unless it's a content proxy (which we don't support yet).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Katello/katello#11328 takes a stab at that.
No description provided.