Depending on the DNS configuration, the IPA-to-IPA migration tests may fail during the installation of the destination server.
Let's call source.ipa.test and destination.ipa.test the servers, with a migration from source to destination. During the installation of destination.ipa.test, the installer detects that the DNS zone is already handled by source.ipa.test and the command ipa-server-install --setup-dns fails with DNS zone ipa.test. already exists in DNS and is handled by server(s): source.ipa.test.
ipa-server-install --setup-dns
DNS zone ipa.test. already exists in DNS and is handled by server(s): source.ipa.test.
The issue is seen in IDM-CI environment.
Workaround: install the destination server with the additional parameter --allow-zone-overlap.
--allow-zone-overlap
Metadata Update from @frenaud: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/7594
master:
ipa-4-12:
Metadata Update from @frenaud: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)