Actions
Bug #20432
closedWrong server_foreman_url in answer file on proxy content
Difficulty:
Triaged:
Yes
Description
# rpm -q puppet-agent foreman-installer puppet-agent-1.10.5-1.el7.x86_64 foreman-installer-1.15.2-1.el7.noarch
After running:
foreman-installer --scenario foreman-proxy-content\ --foreman-proxy-content-parent-fqdn "katello.example.com"\ --foreman-proxy-register-in-foreman "true"\ --foreman-proxy-foreman-base-url "https://katello.example.com"\ --foreman-proxy-trusted-hosts "katello.example.com"\ --foreman-proxy-trusted-hosts "myproxy.example.com"\ --foreman-proxy-oauth-consumer-key "UVrAZfMaCfBiiWejoUVLYCZHT2xhzuFV"\ --foreman-proxy-oauth-consumer-secret "ZhH8p7M577ttNU3WmUGWASag3JeXKgUX"\ --foreman-proxy-content-certs-tar "/root/myproxy.example.com-certs.tar"
server_foreman_url in /etc/foreman-installer/scenarios.d/foreman-proxy-content-answers.yaml contains the proxy url (https://myproxy.example.com) not the foreman server.
So the resulting 'url' in /etc/puppetlabs/puppet/foreman.yaml does not refer to the foreman server.
Actions