[Freeipa-devel] [PATCH] 073 IPA installation with --no-host-dns fails

Martin Kosek mkosek at redhat.com
Wed Jun 8 06:47:39 UTC 2011


On Tue, 2011-06-07 at 14:10 -0400, Rob Crittenden wrote:
> Martin Kosek wrote:
> > Patch for both master and ipa-2-0 branch attached.
> > ---
> > --no-host-dns option should allow installing IPA server on a host
> > without a DNS resolvable name.
> >
> > Update parse_ip_address and verify_ip_address functions has been
> > changed not to return None and print error messages in case of
> > an error, but rather let the Exception be handled by the calling
> > routine.
> >
> > https://fedorahosted.org/freeipa/ticket/1246
> >
> > https://www.redhat.com/mailman/listinfo/freeipa-devel
> 
> Why remove the IP address validation from ipa-replica-prepare?
> 
> rob

Because it is redundant. As the ip_address parameter in IPAOptionParser
has type="ipnet" it is automatically validated during
parser.parse_args().

Martin




More information about the Freeipa-devel mailing list