#9697 IPA-to-IPA migration tests should install destination server with --allow-zone-overlap
Closed: fixed by frenaud. Opened by frenaud.

Issue

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.

The issue is seen in IDM-CI environment.

Workaround: install the destination server with the additional parameter --allow-zone-overlap.


Metadata Update from @frenaud:
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/7594

master:

  • 411b29db8f2bf9b8390dd021cf464d5cac013e3b ipatests: install master with allow-zone-overlap

ipa-4-12:

  • baa9fc3e3e2f6b39db5ec465c92dc597cd5399b9 ipatests: install master with allow-zone-overlap

Metadata Update from @frenaud:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Metadata