#5563 unattended ipa-replica-prepare is broken
Closed: Fixed None Opened 8 years ago by ofayans.

When a master has the reverse zone for future replica, the replica preparation interactively asks for reverse zone configuration:

$ sudo ipa-replica-prepare -p <password> --ip-address 192.168.122.70  replica1.justfor.test
Do you want to configure the reverse zone? [yes]: yes

But if I explicitly provide the (existing) reverse zone via --reverse-zone=, the replica preparation fails:

$ sudo ipa-replica-prepare -p <password> --ip-address 192.168.122.70 --reverse-zone=122.168.192.in-addr.arpa. replica1.justfor.test
Values instance has no attribute 'allow_zone_overlap'

master:

  • f05bea5 ipa-replica-prepare: Add '--auto-reverse' and '--allow-zone-overlap' options
  • da1b119 installer: Change reverse zones question to better reflect reality.
  • bc6543e Fix: Use unattended parameter instead of options.unattended

ipa-4-3:

  • 9b02f86 ipa-replica-prepare: Add '--auto-reverse' and '--allow-zone-overlap' options
  • bad5c2b installer: Change reverse zones question to better reflect reality.
  • 5e2abd3 Fix: Use unattended parameter instead of options.unattended

Metadata Update from @ofayans:
- Issue assigned to dkupka
- Issue set to the milestone: FreeIPA 4.3.1

7 years ago

Login to comment on this ticket.

Metadata