Skip to content
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

Merged
merged 1 commit into from
Mar 16, 2016

Conversation

johnpmitsch
Copy link
Contributor

No description provided.

@johnpmitsch johnpmitsch changed the title schange pulp_parent to qpid_client change pulp_parent to qpid_client Mar 11, 2016
@stbenjam
Copy link
Member

[test]

@johnpmitsch
Copy link
Contributor Author

This requires theforeman/puppet-certs#78

@johnpmitsch
Copy link
Contributor Author

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.

@johnpmitsch johnpmitsch changed the title change pulp_parent to qpid_client Fixes #13199 - change pulp_parent to qpid_client Mar 14, 2016
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,
Copy link
Member

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.

@johnpmitsch
Copy link
Contributor Author

@ehelms updated

@johnpmitsch
Copy link
Contributor Author

@ehelms I'm not sure how to fix these broken tests, are there fixture files?

@stbenjam
Copy link
Member

I think once theforeman/puppet-certs#78 gets merged your tests should pass

@ehelms
Copy link
Member

ehelms commented Mar 16, 2016

Can you please update the minimum here to 0.5.0 -- https://github.com/Katello/puppet-katello/blob/master/metadata.json#L37

@johnpmitsch
Copy link
Contributor Author

@ehelms updated

@ehelms
Copy link
Member

ehelms commented Mar 16, 2016

Thanks @johnpmitsch !

ehelms added a commit that referenced this pull request Mar 16, 2016
Fixes #13199 - change pulp_parent to qpid_client
@ehelms ehelms merged commit b49ba8d into theforeman:master Mar 16, 2016
jlsherrill added a commit to jlsherrill/puppet-katello_devel that referenced this pull request Mar 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants