Bug #13735
closedUnable to install a capsule using katello-nightly repos
Description
Attempting to install a capsule server from nightly fails.
Scenario:
- install katello from nightly
- generate certs for a capsule (using capsule-certs-generate)
- attempt to install a capsule
The installer fails with error during registration with the katello server:
[ERROR 2016-02-16 10:05:10 main] /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[katello-centos7.example.com]: Could not evaluate: Proxy katello-centos7.example.com cannot be registered (Could not load data from https://katello-centos7.example.com
The following is an example of the capsule-installer command used for the install:
capsule-installer --parent-fqdn "katello-centos7-nightly.example.com"\
--register-in-foreman "true"\
--oauth-consumer-key "fJcpx36e3hoQzPCfqRLX7TDTkKxZX8Tx"\
--oauth-consumer-secret "Eh4H4EZWbCkzzQhJNrycsoYhLA4ewCNa"\
--pulp-oauth-secret "bTqZRRvoZFycePKmqkG3CvoSziXMKbtr"\
--certs-tar "~/katello-centos7.example.com-certs.tar"\
--puppet "true"\
--puppetca "true"