DescriptionTasos Papaioannou
2018-04-06 17:47:06 UTC
Description of problem:
When adding a new Satellite configuration provider, if the URL cannot be accessed because of a firewall dropping packets, then credential validation times out after 2 minutes with no flash message.
Version-Release number of selected component (if applicable):
5.9.0.14 and later
How reproducible:
100%
Steps to Reproduce:
1.) On the Satellite server, set up a firewall rule that drop packets from the appliance, e.g.,
# iptables -I INPUT -p tcp -m tcp --dport 443 -m conntrack --ctstate NEW -j DROP
2.) In the CFME web UI, create a Satellite provider and click Validate to check the credentials.
3.) Wait 2 minutes and see the spinner disappear but no flash error message.
Actual results:
No error message displayed after Satellite credential validation times out.
Expected results:
Error message displayed after Satellite credential validation times out.
Additional info:
In 5.8.3.5 and earlier, after the 2 minute timeout, a flash message appears with the text "Error requesting data from server". As of 5.9.0.14 and later, the message no longer appears.
For other providers, such as RHV or vSphere infrastructure providers, error messages do appear after credential validation times out, e.g.,
"Credential validation was not successful: Can't send request: Timeout was reached" or "Credential validation was not successful: Unexpected response returned from Provider, see log for details".
Created attachment 1427193[details]
Credential validation was unsuccessful
I wasn't able to reproduce this on upstream/master, I see the attached error after the 2 minute timeout