Description of problem: ====================== In cockpit the first tab which takes the host hostname/FQDN should have a validation if the FQDN is reachable and then proceed to the next tab. Version-Release number of selected component (if applicable): ============================================================ RHHI-1.6 How reproducible: ================ Steps to Reproduce: ================== 1. 2. 3. Actual results: ============== Expected results: ================ Additional info: ===============
Gobinda, The thing to consider here is that the FQDN can be DNS resolvable or available as part of /etc/hosts Make sure both of the scenario works. @Bipin, New test cases should be: 1. Hostnames with DNS ( usual way of testing ), deployment should be successful 2. Hostnames in /etc/hosts, then deployment should be successful
*** Bug 1640157 has been marked as a duplicate of this bug. ***
Following validation should happend: 1. FQDN is pingable/reachable 2. FQDN is in ~/.ssh/known_hosts file. This check is already there with 'additional hosts tab' 3. IP address shouldn't be allowed Only after validating the above conditions, user should be allowed to proceed further
The dependent ovirt-bug is targeted for ovirt-4.4. Retargeting this bug too
Closing as dependent bug is closed.
(In reply to Gobinda Das from comment #7) > Closing as dependent bug is closed. I do not see any of the dependent bug getting closed. Reopening this bug, as this would help users to identify problems early
*** This bug has been marked as a duplicate of bug 1796405 ***
*** This bug has been marked as a duplicate of bug 1762800 ***