-
Notifications
You must be signed in to change notification settings - Fork 39
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 #14188 - change pulp_parent to qpid_client class #78
Conversation
$deploy = $::certs::deploy, | ||
|
||
$nodes_cert_dir = $certs::params::nodes_cert_dir, | ||
$nodes_cert_name = $certs::params::nodes_cert_name, |
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.
Can drop these nodes
We need to pin rake to make tests pass, foreman did this here: theforeman/foreman-installer-modulesync#28 I opened a PR for us to do it: Katello/foreman-installer-modulesync#4 |
eff2d85
to
4c0f8e9
Compare
[test] |
ae230ac
to
2fa04ed
Compare
$messaging_ca_cert = $certs::ca_cert, | ||
$messaging_client_cert = $certs::params::messaging_client_cert | ||
|
||
) inherits pulp::params { # lint:ignore:inherits_across_namespaces |
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.
We can drop this inherits
I was thinking maybe we keep pulp_parent and pulp_child for now to make refactoring to use qpid_client less impactful and require less coordination of merging code. |
2fa04ed
to
cce5ca3
Compare
de9d7f1
to
2b0e5fd
Compare
$regenerate = $::certs::regenerate, | ||
$deploy = $::certs::deploy, | ||
|
||
$messaging_ca_cert = $certs::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.
Looks like this parameter isn't used and could be removed
This will need updating as well https://github.com/Katello/puppet-certs/blob/master/manifests/capsule.pp |
2b0e5fd
to
3f87524
Compare
@@ -26,7 +26,6 @@ | |||
class { '::certs::apache': hostname => $capsule_fqdn } | |||
class { '::certs::qpid': hostname => $capsule_fqdn } | |||
class { '::certs::qpid_router': hostname => $capsule_fqdn } | |||
class { '::certs::pulp_child': hostname => $capsule_fqdn } |
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.
Need to replace this with qpid_client, and down below
3f87524
to
d78e216
Compare
@ehelms updated |
Can you fix the test failure? Otherwise looks good |
d78e216
to
e55f49b
Compare
@ehelms fixed |
normal functionality and capsule-certs-generate is working with these changes |
ACK - thanks @johnpmitsch ! |
Fixes #14188 - change pulp_parent to qpid_client class
No description provided.