Feature #26643
closedAllow to change mediapath for synced content to ip
Description
In one environment a separate installation network is required but in this network there is no dns server and no routing to the global dns, so we have to use ip addresses. When changing the foreman_url to ip, provisioning can find the templates but then fails when requesting the mediapath. For this use case it would be good if it is possible set the url to ip or foreman_url could affect the mediapath.
Updated by James Jeffers over 5 years ago
- Target version set to Katello Backlog
- Triaged changed from No to Yes
Updated by Partha Aji over 5 years ago
Synced Content url media path is dynamically generated based on the smart proxy it points to. (https://github.com/Katello/katello/blob/master/app/models/katello/glue/pulp/repo.rb#L393-L411.)
Have you tried updating your smart proxy url to use ip address instead of FQDN ?
Updated by Dirk Götz over 5 years ago
I tried it right now, but I get a SSL verification error because the Smart proxy certificate only contains the FQDN and not the IP address.
Unable to communicate with the proxy: ERF12-2530 [ProxyAPI::ProxyException]: Unable to detect features ([RestClient::SSLCertificateNotVerified]: SSL_connect returned=1 errno=0 state=error: certificate verify failed (error number 1)) for proxy https://192.168.200.2:9090/v2/features
Updated by Partha Aji over 5 years ago
Can you use http instead of https and confirm that runs. Use port 8000 instead of 9090 in the proxy url
Updated by Justin Sherrill over 5 years ago
- Status changed from New to Rejected
- Target version changed from Katello Backlog to Katello Recycle Bin
- Triaged changed from No to Yes
Oh i see the problem. You want to use an ip address for provisioning, but the 'smart proxy url' still needs to use ssl and thus a hostname. This is a feature, to be able to provision to a different URL than the smart proxy's hostname.
I don't see this feature being implemented any time soon, so iam going to close for now. Pull requests welcome though, we would accept this change and happily assist in someone making it.