Viranch Mehta
c0161fb228
Split out dynamic record validty check for readability
2021-06-22 15:51:54 -07:00
Viranch Mehta
e7524ec1ad
Partial support for dynamic A+AAAA records on Azure
2021-06-21 15:46:27 -07:00
Viranch Mehta
f147a3ab0f
Fix endpoint naming
2021-06-21 15:36:57 -07:00
Ross McFarland
8b6f05313b
Merge branch 'master' into azuredns-reused-pool
2021-06-14 19:19:33 -07:00
Ross McFarland
4fc2d4e246
Merge branch 'master' into sham/issue-710
2021-06-14 19:09:28 -07:00
Viranch Mehta
725189af49
Handle re-used pools in Azure DNS dynamic records
2021-06-14 13:58:20 -07:00
Viranch Mehta
6734448462
log warning when dynamic CNAME has broken alias
2021-06-11 11:43:35 -07:00
Sham
53608cbcf9
Merge branch 'octodns:master' into sham/issue-710
2021-06-10 00:26:30 -07:00
Viranch Mehta
7e0c6296fb
ensure dynamic records map to unique ATM profiles
2021-06-09 17:25:06 -07:00
Viranch Mehta
5a943f0b13
handle broken alias to ATM for dynamic records
2021-06-09 16:01:18 -07:00
Viranch Mehta
aaffdb1388
minimize Azure Traffic Manager hops
2021-05-28 13:23:35 -07:00
Viranch Mehta
18c0e56759
log.debug the reason for profile mismatch
2021-05-28 12:59:27 -07:00
Viranch Mehta
e97675fe3d
check dns config when comparing profiles for equality
2021-05-28 12:48:09 -07:00
Viranch Mehta
5f57b52d07
map Oceania to Australia/Pacific in Azure
2021-05-18 10:25:41 -07:00
Viranch Mehta
1b5bf75c58
drop method names from exceptions
2021-05-17 13:17:03 -07:00
Viranch Mehta
5df2077ed0
clarify the limitations and caveats of azure dynamic records
2021-05-14 23:21:26 -07:00
Viranch Mehta
9b5c8be01e
optimize by not creating traffic manager for single-value pools
...
If single-value pools have a weight defined, it will be lost by this
optimization. Next time octodns-sync is run, it will show an update for
setting the weight on remote. To overcome this, this commit includes a
change to Record object that ignores the weight in single-value pools.
2021-05-12 10:03:34 -07:00
Viranch Mehta
d619025040
Support dynamic records in Azure DNS
2021-05-11 22:33:00 -07:00
omar
758c7fab61
Fix the last test.
2021-05-10 20:49:28 -07:00
omar
93de918e01
Fix lint, requirements.txt, and all the tests but one.
2021-05-10 20:38:30 -07:00
omar
ebfb9355b1
Update the AzureProvider to support azure-mgmt-dns 8.0.0 and azure-identity.
2021-05-10 19:32:38 -07:00
Robert Reichel
9056c781c2
Merge branch 'master' into rreichel3/lazy-load-azuredns-client
2021-02-02 13:23:30 -05:00
Robert Reichel
a58371e3bb
Apply suggestions from code review
...
Co-authored-by: Ross McFarland <ross@github.com >
2021-02-02 12:40:57 -05:00
Robert Reichel
831d1cc30b
Add missing colon
2021-02-02 12:34:44 -05:00
Robert Reichel
5e78d07a97
Use @property in lieu of property()
2021-02-02 12:31:04 -05:00
Robert Reichel
975376d09d
Remove trailing whitespace
2021-02-02 12:26:04 -05:00
Robert Reichel
6fb77c0810
Add set DNS client logic if needed for testing
2021-02-02 12:21:48 -05:00
Robert Reichel
6146be8ec3
Remove unused set_dns_client property
2021-02-02 12:21:00 -05:00
Robert Reichel
0b116a57b9
Modify Azure DNS Client logic to lazy load
...
Lazy loading the Azure DNS client ensures that the necessary network calls only occur when it is time to actually do something with the client.
2021-02-02 12:18:40 -05:00
Robert Reichel
3ab532c5af
Fix test coverage
2021-01-29 15:30:17 -05:00
Robert Reichel
f92fdfce17
Even more desperate attempts to appease linter
2021-01-29 15:24:42 -05:00
Robert Reichel
a8505d66f1
Improve checking and creating Azure DNS Zones
...
This change improves the process for checking for AzureDNS zones by using the known set and not relying upon custom error handling.
Since the provider already fetches the zones, octodns doesn't need to make a second call to check for the existence of the zone - _populate_zones already does that for us.
2021-01-29 15:11:27 -05:00
Piotr Pieprzycki
7afedb9893
Merge branch 'master' into azuredns_txt
2021-01-04 08:55:18 +01:00
Arunothia Marappan
32811ed5c1
Update octodns/provider/azuredns.py
...
Co-authored-by: Ross McFarland <ross@github.com >
2020-12-26 15:01:14 -08:00
Arunothia Marappan
cffc906071
Removing trailing whitespace in comment
2020-12-25 21:53:47 -08:00
Arunothia Marappan
cad48ea4e8
Updating lengthy comment
2020-12-25 21:50:46 -08:00
Arunothia Marappan
d28d51290b
Removing space from blank line
2020-12-25 21:11:02 -08:00
Arunothia Marappan
949a136f53
Enforcing Delete to happen before all other operations in _apply
2020-12-25 21:07:23 -08:00
Arunothia Marappan
262eb37254
Merge branch 'master' into master
2020-12-18 13:00:42 -08:00
Peter Dave Hello
3dd7061a0c
Remove Azure allow empty CNAME, PTR value behavior
...
cc #84 #628
2020-11-22 21:10:47 +08:00
Piotr Pieprzycki
b4da48b860
Add tests for long txt record, test alias entries
2020-08-11 04:47:05 -04:00
Arunothia Marappan
9b619c5ef2
Update comment
2020-07-16 17:07:33 -07:00
Arunothia Marappan
b67dac5a55
Reducing comment line length
2020-07-16 16:46:44 -07:00
Arunothia Marappan
4e056d315d
Forcing delete to happen before create
2020-07-16 16:41:53 -07:00
Piotr Pieprzycki
cbcd0b3f00
Fix long lines. Change log to debug
2020-07-15 22:55:48 +03:00
Piotr Pieprzycki
2680b024bd
Fix long lines. Change log to debug
2020-07-15 22:36:30 +03:00
Piotr Pieprzycki
41d7ef6601
Fix blank lines
2020-07-15 17:07:45 +03:00
Piotr Pieprzycki
c89664a9f1
Add support for long txt records. Skip Alias records
2020-07-15 15:59:55 +03:00
Ross McFarland
db77d5b3bb
python3 compat for azure provider
2019-10-05 07:58:38 -07:00
omar
7c5c1b3367
AzureProvider: update for azure-mgmt-dns 2.1.0 and add support for CAA records.
2019-03-29 18:34:49 -07:00