Re: [Freeipa-devel] [PATCHES 509-514] replica promotion: use host credentials when setting up replication

2015-12-06 Thread Martin Basti
On 04.12.2015 16:58, Simo Sorce wrote: On Fri, 2015-12-04 at 15:39 +0100, Jan Cholasta wrote: On 4.12.2015 15:16, Jan Cholasta wrote: On 4.12.2015 15:12, Jan Cholasta wrote: On 4.12.2015 11:15, Petr Vobornik wrote: On 12/03/2015 03:11 PM, Martin Basti wrote: On 01.12.2015 12:19, Jan Chola

[Freeipa-devel] [PATCH 0369] Force creation of service during replica install

2015-12-06 Thread Martin Basti
Replica install should not fail due a missing A record, if there are proper entries in hosts. Patch attached. From 5cf97c9329d2e55c357c29e8ef66c5168e84d067 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Sun, 6 Dec 2015 18:43:37 +0100 Subject: [PATCH] Force creation of services during replica

[Freeipa-devel] [PATCH 0371] CI: fix function that prepares /etc/hosts

2015-12-06 Thread Martin Basti
Without this fix, function removes more entries from /etc/host than is required, and it causes installation failure in tests without DNS Patch attached. From 13d9bb9fb08f88d61185b89a837b7f75445bd2aa Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Sun, 6 Dec 2015 18:44:43 +0100 Subject: [PATCH

[Freeipa-devel] [PATCH 0370] CI: test various topologies with 3 replicas

2015-12-06 Thread Martin Basti
Patch attached, to work properly it requires all patches I sent today + workaround patch attached (Martin3 will provide proper fix). The last two test are failing due to bug in test framework (ipa-replica-manage should not be used with domain level1) Martin^2 From 37e3d205ab91bf753f199b61a7b4

[Freeipa-devel] [PATCH 0372] CI: installation tests

2015-12-06 Thread Martin Basti
My favorite today \o/ --> 67 <-- \o/ test cases, no more manual testing of installers \o/. Test suite contains: 6 combination how to install components on replica X 4 combinations of server installation + 3 extra server tests To save time tests install 1 master and 3 replicas per test class

[Freeipa-devel] [PATCH] 0046 Create server certs with DNS altname

2015-12-06 Thread Fraser Tweedale
The attached patch fixes https://fedorahosted.org/freeipa/ticket/4970. Note that the problem is addressed by adding the appropriate request extension to the CSR; the fix does not involve changing the default profile behaviour, which is complicated (see ticket for details). Thanks, Fraser From e98

Re: [Freeipa-devel] [PATCH] 0046 Create server certs with DNS altname

2015-12-06 Thread Alexander Bokovoy
On Mon, 07 Dec 2015, Fraser Tweedale wrote: The attached patch fixes https://fedorahosted.org/freeipa/ticket/4970. Note that the problem is addressed by adding the appropriate request extension to the CSR; the fix does not involve changing the default profile behaviour, which is complicated (see

Re: [Freeipa-devel] [PATCHES 509-514] replica promotion: use host credentials when setting up replication

2015-12-06 Thread Jan Cholasta
On 6.12.2015 21:32, Martin Basti wrote: On 04.12.2015 16:58, Simo Sorce wrote: On Fri, 2015-12-04 at 15:39 +0100, Jan Cholasta wrote: On 4.12.2015 15:16, Jan Cholasta wrote: On 4.12.2015 15:12, Jan Cholasta wrote: On 4.12.2015 11:15, Petr Vobornik wrote: On 12/03/2015 03:11 PM, Martin Bast

Re: [Freeipa-devel] [PATCH 522] replica promotion: allow OTP bulk client enrollment

2015-12-06 Thread Jan Cholasta
On 2.12.2015 16:23, Jan Cholasta wrote: Hi, the attached patch fixes . Note that you still have to provide admin password in ipa-replica-install, either using --admin-password or interactively, because: a) Admin password is required for replica pro