Bug #12427
closedUnable to apply updates/erratas
Description
I've a katello setup with a bunch of Capsules. The clients are not registered directly to Katello server, they are registered to the Capsules by installing the cert from the Capsules and running the subscription-manager. The Capsules were build by running the following:
capsule-installer --parent-fqdn "katello.example.com"\
--register-in-foreman "true"\
--foreman-oauth-key "xxxxxxxxxxxxxxxxxxxxxxx"\
--foreman-oauth-secret "xxxxxxxxxxxxxxxxxxxxxxx"\
--pulp-oauth-secret "xxxxxxxxxxxxxxxxxxxxxxx"\
--certs-tar "capsule.exmaple.com.tar"\
--puppet "true"\
--puppetca "true"\
--pulp "true"\
--qpid-router "true"\
--reverse-proxy "true"
I see the registered clients in the foreman console; when I try to apply the errats/patches, it fails with the error "Host did not respond within 30 seconds. Is katello-agent installed and goferd running on the Host?". I've verified goferd is running on the client (and have restarted it). I also see the following info when I restart goferd on the client:
Nov 9 19:27:06 katello.client.example.com goferd: [INFO][worker-0] root:481 - connecting to capsule.example.com:5647...
Nov 9 19:27:06 katello.client.example.com goferd: [INFO][worker-0] root:521 - Disconnected
Nov 9 19:27:06 katello.client.example.com goferd: [ERROR][worker-0] gofer.messaging.adapter.proton.connection:106 - connect: proton+amqps://capsule.example.com:5647, failed: Connection amqps://capsule.example.com:5647 disconnected
Nov 9 19:27:06 katello.client.example.com goferd: [INFO][worker-0] gofer.messaging.adapter.proton.connection:108 - retry in 106 seconds
Please advise on any resolutions.
Thanks.
Files