#4576 Output example replica DNS configuration during setup
Closed: wontfix 2 years ago by frenaud. Opened 9 years ago by constantmirrors.

When creating a replica, it would be nice if an example DNS zone file were output (like what happens in ipa-server-install).

We manage DNS via a different system, so I can't rely on freeIPA to automatically configure it.

I was setting up the replica via:

ipa-replica-install --setup-ca /var/lib/ipa/replica-info-example.gpg


This is a stretch goal for 4.2. Any help appreciated!

Processing 4.2 backlog. This ticket was found as something that is not a priority for the nearest releases.

But as usual, please feel free to discuss your use cases or contribute patches, to make that happen sooner!

Metadata Update from @constantmirrors:
- Issue assigned to someone
- Issue set to the milestone: Future Releases

7 years ago

The command ipa update-dns-system-records --dry-run already provides a list of DNS records that should be added to an external DNS:

# ipa dns-update-system-records --help
Usage: ipa [global-options] dns-update-system-records [options]

Update location and IPA server DNS records
Options:
  -h, --help  show this help message and exit
  --dry-run   Do not update records only return expected records
  --all       Retrieve and print all attributes from the server. Affects
              command output.
  --raw       Print entries as stored on the server. Only affects output
              format.
  --out=STR   file to store DNS records in nsupdate format

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

2 years ago

Login to comment on this ticket.

Metadata