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

Remove all qpid related certificate handling #414

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ for communication between services inside the Katello deployment.
| ${hostname}-foreman-proxy | a server certificate for Foreman-proxy https | server |
| ${hostname}-foreman-client | a client certificate for Foreman -> Foreman-proxy communication | default |
| ${hostname}-puppet-client | a client certificate for Puppet ENC -> Foreman communication | default |
| ${hostname}-parent-cert | a client certificate to read content from Pulp parent (distributed to the child over qpid) | default |
| ${hostname}-qpid-broker | a client certificate for qpid broker | default |
| ${hostname}-qpid-client-cert | a client certificate for Pulp to connect to qpid | default |
| java-client | a client certificate for Candlepin to connect to qpid | default |

# Phases

Expand Down
50 changes: 0 additions & 50 deletions lib/puppet/provider/nssdb/certutil.rb

This file was deleted.

128 changes: 0 additions & 128 deletions lib/puppet/provider/nssdb_certificate/certutil.rb

This file was deleted.

57 changes: 0 additions & 57 deletions lib/puppet/type/nssdb.rb

This file was deleted.

52 changes: 0 additions & 52 deletions lib/puppet/type/nssdb_certificate.rb

This file was deleted.

5 changes: 1 addition & 4 deletions manifests/foreman_proxy_content.pp
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@
class { 'certs::foreman': hostname => $foreman_proxy_fqdn, cname => $foreman_proxy_cname }
class { 'certs::foreman_proxy': hostname => $foreman_proxy_fqdn, cname => $foreman_proxy_cname }
class { 'certs::apache': hostname => $foreman_proxy_fqdn, cname => $foreman_proxy_cname }
class { 'certs::qpid': hostname => $foreman_proxy_fqdn, cname => $foreman_proxy_cname }
class { 'certs::qpid_router::server': hostname => $foreman_proxy_fqdn, cname => $foreman_proxy_cname }
class { 'certs::qpid_router::client': hostname => $foreman_proxy_fqdn, cname => $foreman_proxy_cname }

certs::tar_create { $certs_tar:
subscribe => Class['certs::puppet', 'certs::foreman', 'certs::foreman_proxy', 'certs::qpid', 'certs::qpid_router::server', 'certs::qpid_router::client', 'certs::apache'],
subscribe => Class['certs::puppet', 'certs::foreman', 'certs::foreman_proxy', 'certs::apache'],
}
}
8 changes: 0 additions & 8 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,4 @@
$candlepin_ca_key = "${candlepin_certs_dir}/candlepin-ca.key"

$pulp_pki_dir = '/etc/pki/pulp'

$qpid_client_cert = "${pulp_pki_dir}/qpid/client.crt"
$qpid_client_ca_cert = "${pulp_pki_dir}/qpid/ca.crt"

$qpid_router_server_cert = "${pki_dir}/qpid_router_server.crt"
$qpid_router_client_cert = "${pki_dir}/qpid_router_client.crt"
$qpid_router_server_key = "${pki_dir}/qpid_router_server.key"
$qpid_router_client_key = "${pki_dir}/qpid_router_client.key"
}
71 changes: 0 additions & 71 deletions manifests/qpid.pp

This file was deleted.

Loading