Bug 729357

Summary: ipa-server-install fails on DNS errors when no DNS check is required
Product: [Retired] freeIPA Reporter: Ronen Angluster <ranglust>
Component: ipa-serverAssignee: Martin Kosek <mkosek>
Status: CLOSED CURRENTRELEASE QA Contact: Chandrasekar Kannan <ckannan>
Severity: urgent Docs Contact:
Priority: high    
Version: unspecifiedCC: benl, dpal, iheim, jgalipea, mkosek, oschreib
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: freeipa-2.1.0-1.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 729377 (view as bug list) Environment:
Last Closed: 2011-08-31 08:13:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 729377    

Description Ronen Angluster 2011-08-09 16:25:48 UTC
Description of problem:
in RHEVM we implement a wrapper to install IPA with the simplest configuration possible, no CA is required, no kerberos and no DNS configuration.
the only host that can connect to the IPA instance we deploy is from within the host. yet ipa-server-install still preforms DNS checks (even with the --no-dns flag supplied) which can fail the installation. we need a method to install IPA which will be bullet proof and will not perform checks that protect functions we do not intend to use.

for example:
ipaserver.install.installutils.verify_fqdn still verify the reverse dns lookup for the ip address of the host even tho the --no-dns flag is provided.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Ronen Angluster 2011-08-10 13:17:23 UTC
clarification: the flag is: --no-host-dns

Comment 2 Martin Kosek 2011-08-10 20:05:36 UTC
This was already closed upstream and will be released as part of future FreeIPA release (2.1).

Upstream ticket:
https://fedorahosted.org/freeipa/ticket/1246