-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recruit existing DNS record when adding coupled IP address
When an IP address is created, and the DNS coupling is requested, if the given name and zone match an existing and unmanaged DNS record, the record is linked to the IP address and becomes managed. 0) DNS Record "R" pre-exists and has the following characteristics: id=1, name=foo, zone=example.com, type=A, value=10.0.0.1, managed=False 1) IP address, with address=10.0.0.1/24, cf_name=foo, cf_zone=example.com is requested for creation. 2) The IP address is created and points to the DNS record "R": address=10.0.0.1/24, cf_dns_record=1 ... 3) The DNS Record R becomes managed: id=1, ... , managed=True
- Loading branch information
Showing
2 changed files
with
53 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters