-
Notifications
You must be signed in to change notification settings - Fork 48
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
Fixes #13199 - change pulp_parent to qpid_client #116
Conversation
[test] |
This requires theforeman/puppet-certs#78 |
I ran foreman-installer --scenario katello on an existing box with this and the certs PR changes (mentioned above) and the installer ran fine except for a seed error that I am pretty sure we already know about and is unrelated. I was able to create and sync a repo as well. |
43786e8
to
8611105
Compare
class { '::pulp': | ||
oauth_enabled => true, | ||
oauth_key => $katello::oauth_key, | ||
oauth_secret => $katello::oauth_secret, | ||
messaging_url => "ssl://${::fqdn}:5671", | ||
messaging_ca_cert => $certs::pulp_parent::messaging_ca_cert, | ||
messaging_client_cert => $certs::pulp_parent::messaging_client_cert, | ||
messaging_ca_cert => $certs::qpid_client::messaging_ca_cert, |
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.
This should just be $::certs::ca_cert
now.
8611105
to
070bd56
Compare
@ehelms updated |
@ehelms I'm not sure how to fix these broken tests, are there fixture files? |
I think once theforeman/puppet-certs#78 gets merged your tests should pass |
Can you please update the minimum here to 0.5.0 -- https://github.com/Katello/puppet-katello/blob/master/metadata.json#L37 |
070bd56
to
06e9dd8
Compare
@ehelms updated |
Thanks @johnpmitsch ! |
Fixes #13199 - change pulp_parent to qpid_client
No description provided.