designate/designate/common/policies
kpdev 8733f8f85b Add new API for zone move
The new API would be v2/zones/<zone_id>/tasks/move
Only POST would be allowed on this API.
This move zone from existing pool and add it in new pool. After zone
pool_id field will be updated in DB, clone-zone will be created on
target pool backend servers. The zone transfer(AXFR/IXFR) will happen
and the zone on target pool gets synced with the Designate DB.
This command serve as replacement to "zone export + zone delete + zone
import" procedure.

Added following things in pool move operation:
  - Add/Update NS servers of new pool in the zone

Implements: blueprint zone-move
Change-Id: I5307de429114b20efd9785c3c0cdb33977418423
2023-12-15 22:31:27 +00:00
..
__init__.py Implement sharing of zones 2023-02-14 01:54:15 +00:00
base.py Update designate for RBAC "direction change" 2023-03-31 00:38:50 +00:00
blacklist.py Update designate for RBAC "direction change" 2023-03-31 00:38:50 +00:00
context.py Update designate for RBAC "direction change" 2023-03-31 00:38:50 +00:00
pool.py Update designate for RBAC "direction change" 2023-03-31 00:38:50 +00:00
quota.py Update designate for RBAC "direction change" 2023-03-31 00:38:50 +00:00
record.py Update designate for RBAC "direction change" 2023-03-31 00:38:50 +00:00
recordset.py Update designate for RBAC "direction change" 2023-03-31 00:38:50 +00:00
service_status.py Update designate for RBAC "direction change" 2023-03-31 00:38:50 +00:00
shared_zones.py Update designate for RBAC "direction change" 2023-03-31 00:38:50 +00:00
tenant.py Update designate for RBAC "direction change" 2023-03-31 00:38:50 +00:00
tld.py Update designate for RBAC "direction change" 2023-03-31 00:38:50 +00:00
tsigkey.py Update designate for RBAC "direction change" 2023-03-31 00:38:50 +00:00
zone.py Add new API for zone move 2023-12-15 22:31:27 +00:00
zone_export.py Update designate for RBAC "direction change" 2023-03-31 00:38:50 +00:00
zone_import.py Update designate for RBAC "direction change" 2023-03-31 00:38:50 +00:00
zone_transfer_accept.py Update designate for RBAC "direction change" 2023-03-31 00:38:50 +00:00
zone_transfer_request.py Update designate for RBAC "direction change" 2023-03-31 00:38:50 +00:00