Re: [Freeipa-devel] [PATCH 0385] replicainstall: Add possiblity to install client in one

2015-12-02 Thread Martin Babinsky
On 12/01/2015 04:33 PM, Jan Cholasta wrote: On 1.12.2015 16:19, Tomas Babej wrote: On 12/01/2015 08:19 AM, Jan Cholasta wrote: On 30.11.2015 19:17, Simo Sorce wrote: On Mon, 2015-11-30 at 12:25 +0100, Tomas Babej wrote: +# Perform only if we have the necessary options +if not

Re: [Freeipa-devel] [PATCH 0385] replicainstall: Add possiblity to install client in one

2015-12-02 Thread Tomas Babej
On 12/02/2015 09:53 AM, Martin Babinsky wrote: > On 12/01/2015 04:33 PM, Jan Cholasta wrote: >> On 1.12.2015 16:19, Tomas Babej wrote: >>> >>> >>> On 12/01/2015 08:19 AM, Jan Cholasta wrote: On 30.11.2015 19:17, Simo Sorce wrote: > On Mon, 2015-11-30 at 12:25 +0100, Tomas Babej wrote:

Re: [Freeipa-devel] [PATCH 0385] replicainstall: Add possiblity to install client in one

2015-12-01 Thread Tomas Babej
On 12/01/2015 08:19 AM, Jan Cholasta wrote: > On 30.11.2015 19:17, Simo Sorce wrote: >> On Mon, 2015-11-30 at 12:25 +0100, Tomas Babej wrote: >>> +# Perform only if we have the necessary options >>> +if not any([installer.admin_password, installer.keytab]): >>> +sys.exit("IPA

Re: [Freeipa-devel] [PATCH 0385] replicainstall: Add possiblity to install client in one

2015-12-01 Thread Jan Cholasta
On 1.12.2015 16:19, Tomas Babej wrote: On 12/01/2015 08:19 AM, Jan Cholasta wrote: On 30.11.2015 19:17, Simo Sorce wrote: On Mon, 2015-11-30 at 12:25 +0100, Tomas Babej wrote: +# Perform only if we have the necessary options +if not any([installer.admin_password, installer.keytab]):

Re: [Freeipa-devel] [PATCH 0385] replicainstall: Add possiblity to install client in one

2015-11-30 Thread Simo Sorce
On Mon, 2015-11-30 at 12:25 +0100, Tomas Babej wrote: > +# Perform only if we have the necessary options > +if not any([installer.admin_password, installer.keytab]): > +sys.exit("IPA client is not configured on this system.\n" > + "You must use a replica file or

Re: [Freeipa-devel] [PATCH 0385] replicainstall: Add possiblity to install client in one

2015-11-30 Thread Jan Cholasta
On 30.11.2015 19:17, Simo Sorce wrote: On Mon, 2015-11-30 at 12:25 +0100, Tomas Babej wrote: +# Perform only if we have the necessary options +if not any([installer.admin_password, installer.keytab]): +sys.exit("IPA client is not configured on this system.\n" +

Re: [Freeipa-devel] [PATCH 0385] replicainstall: Add possiblity to install client in one

2015-11-30 Thread Jan Cholasta
On 26.11.2015 14:36, Tomas Babej wrote: On 11/26/2015 01:33 PM, Jan Cholasta wrote: On 25.11.2015 09:01, Jan Cholasta wrote: On 24.11.2015 15:56, Tomas Babej wrote: On 11/23/2015 04:43 PM, Jan Cholasta wrote: 3) +host_name = Knob( +str, None, +description="fully

Re: [Freeipa-devel] [PATCH 0385] replicainstall: Add possiblity to install client in one

2015-11-30 Thread Tomas Babej
On 11/30/2015 09:25 AM, Jan Cholasta wrote: > On 26.11.2015 14:36, Tomas Babej wrote: >> >> >> On 11/26/2015 01:33 PM, Jan Cholasta wrote: >>> On 25.11.2015 09:01, Jan Cholasta wrote: On 24.11.2015 15:56, Tomas Babej wrote: > > > On 11/23/2015 04:43 PM, Jan Cholasta wrote:

Re: [Freeipa-devel] [PATCH 0385] replicainstall: Add possiblity to install client in one

2015-11-26 Thread Jan Cholasta
On 25.11.2015 09:01, Jan Cholasta wrote: On 24.11.2015 15:56, Tomas Babej wrote: On 11/23/2015 04:43 PM, Jan Cholasta wrote: Hi, On 23.11.2015 12:50, Tomas Babej wrote: Hi, this patch implements the single command replica promotion for #5310. Tomas

Re: [Freeipa-devel] [PATCH 0385] replicainstall: Add possiblity to install client in one

2015-11-25 Thread Jan Cholasta
On 24.11.2015 15:56, Tomas Babej wrote: On 11/23/2015 04:43 PM, Jan Cholasta wrote: Hi, On 23.11.2015 12:50, Tomas Babej wrote: Hi, this patch implements the single command replica promotion for #5310. Tomas https://fedorahosted.org/freeipa/ticket/5310 1) ensure_enrolled() should be

Re: [Freeipa-devel] [PATCH 0385] replicainstall: Add possiblity to install client in one

2015-11-24 Thread Jan Cholasta
On 23.11.2015 16:43, Jan Cholasta wrote: Hi, On 23.11.2015 12:50, Tomas Babej wrote: Hi, this patch implements the single command replica promotion for #5310. Tomas https://fedorahosted.org/freeipa/ticket/5310 1) ensure_enrolled() should be called from promote_check() after the client

Re: [Freeipa-devel] [PATCH 0385] replicainstall: Add possiblity to install client in one

2015-11-24 Thread Tomas Babej
On 11/23/2015 04:43 PM, Jan Cholasta wrote: > Hi, > > On 23.11.2015 12:50, Tomas Babej wrote: >> Hi, >> >> this patch implements the single command replica promotion >> for #5310. >> >> Tomas >> >> https://fedorahosted.org/freeipa/ticket/5310 > > 1) ensure_enrolled() should be called from

[Freeipa-devel] [PATCH 0385] replicainstall: Add possiblity to install client in one

2015-11-23 Thread Tomas Babej
Hi, this patch implements the single command replica promotion for #5310. Tomas https://fedorahosted.org/freeipa/ticket/5310 From 8dbb1f420533793f20160b7927e4a1e4d2bd9611 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Mon, 23 Nov 2015 12:46:15 +0100 Subject: [PATCH]

Re: [Freeipa-devel] [PATCH 0385] replicainstall: Add possiblity to install client in one

2015-11-23 Thread Jan Cholasta
Hi, On 23.11.2015 12:50, Tomas Babej wrote: Hi, this patch implements the single command replica promotion for #5310. Tomas https://fedorahosted.org/freeipa/ticket/5310 1) ensure_enrolled() should be called from promote_check() after the client check is done: client_fstore =