Skip to content

Commit

Permalink
Remove all qpid related certificate handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Mar 20, 2024
1 parent 7d1d4d3 commit 5cb07de
Showing 19 changed files with 1 addition and 951 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

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
@@ -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
@@ -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

0 comments on commit 5cb07de

Please sign in to comment.