Ross McFarland
d693d2e99e
Implement populate exists for GoogleCloudProvider
8 years ago
Ross McFarland
d35fcd319a
Implement populate exists for RackspaceProvider
8 years ago
Ross McFarland
1f40b98889
Implement populate exists for CloudflareProvider
8 years ago
Ross McFarland
b54630878f
Implement populate exists for DynProvider
8 years ago
Ross McFarland
3ef91326e8
Implement populate exists for Ns1Provider
8 years ago
Ross McFarland
d03e07c01c
Implement populate exists for PowerDnsProvider
8 years ago
Ross McFarland
73c002f94c
Implement populate exists for Route53Provider
8 years ago
Ross McFarland
94bfb1e507
Switch populate to return exists, cleaner setup
8 years ago
Ross McFarland
1e71bce907
Add create param to Plan
8 years ago
Ross McFarland
af435c3130
Handle MX preference of 0
8 years ago
Steve Coursen
b06c14deae
Fix E501 line too long
8 years ago
Steve Coursen
dc43c43866
Increased test coverage
8 years ago
Ross McFarland
fdea900537
Correct total_count in Cloudflare record fixtures
8 years ago
Ross McFarland
0659eda451
Add Cloudflare ALIAS record support
Translates them to/from root CNAME
8 years ago
Ross McFarland
ad1d0f0fe8
Fixes and unit tests for new plan output functionality
8 years ago
Ross McFarland
3c3f63b450
Unit tests for reworked Cloudflare updates
8 years ago
Terrence Cole
8d7eca21e9
Get lint green on test code too.
8 years ago
Steve Coursen
481bbe10f6
add geo support for ns1
8 years ago
Steve Coursen
61a86810ee
add geo support for ns1
8 years ago
Ross McFarland
fd9af2bd25
Major reworking of Cloudflare record update
8 years ago
Ross McFarland
3d0f5aeca0
Config-based plan_output
Refactors the provider class lookup and kwarg processing so that it can be
reused for plan_output.
8 years ago
Ross McFarland
f50d9b6087
Extract plan from base.py into plan.py
8 years ago
Adam Smith
ef8d66ff9c
Transform @ in Digitalocean API output to zone name
8 years ago
Steve Coursen
ce5ecc52e3
fix broken test by updating the actual format of the answers
8 years ago
Adam Smith
feec4a6821
Add DigitalOcean provider
8 years ago
Ross McFarland
454f7f8c8f
Add formal CAA support to YamlProvider
8 years ago
trnsnt
6b1a8f8ccf
OVH: Add support of DKIM records
8 years ago
Paul van Brouwershaven
6261ded879
Add more include/exclude tests
8 years ago
Adam Smith
bf1896329b
validate values for empty string or None value
dump does not write invalid value(s) to yaml
8 years ago
Adam Smith
00aaa3bf4d
set default value for nsone cname to None, use first value if non-zero length
8 years ago
Ross McFarland
bf4f7dd42d
Allow enabling lenient on a per-record basis with octodns.lenient
```
---
'':
octodns:
ignored: True
lenient: True
type: CNAME # not valid to have a root cname
value: foo.com.
8 years ago
Ross McFarland
f39e1d28c8
Fix log formatting and lint compliance
8 years ago
Tim Hughes
8352ab89ef
adds warning to dyn provider when it cannot load a trafficdirector
8 years ago
Petter Hassberg
7958618f63
Use uuid4 for zone name in GoogleCloudProvider
use uuid4().hex to ensure unique zone_name generation and thereby streamline with the other providers.
8 years ago
Ross McFarland
ffeceb39b1
Handle Manager.dump with an empty Zone
8 years ago
Joe Williams
50ac2f794c
add tests
8 years ago
Joe Williams
a012e923f6
add ability to configure update/delete thresholds
8 years ago
Petter Hassberg
e9d90bda2b
Add timeout logic to googlecloud provider
8 years ago
Petter Hassberg
4b878b8446
Cache encountered zones in GoogleCloudProvider
Cache googleclouds zones so that populate dont have to list all each time called.
8 years ago
Petter Hassberg
aabab63003
Refactor GoogleCloudProvider
* in _rrset_for_X functions, use values instead of data attribute.
* Small typo fixes and removals of redundant steps etc.
* Unset GOOGLE_APPLICATION_CREDENTIALS in coverage script.
8 years ago
Petter Hassberg
8230700ad1
Consolidate googlecloud provider to single class
remove _GoogleCloudRecordSetMaker into the GoogleCloudProvider, and consolidate methods.
8 years ago
Petter Hassberg
2a3690e877
Add auth config opts to googlecloud provider
Also make _data_for_SPF and _data_for_TXT the same method.
8 years ago
Petter Hassberg
ed783b5ff2
Add proposed google cloud provider.
Proposed google cloud provider for #23
8 years ago
Ross McFarland
30efda3295
Make long TXT record concat cleaerer
8 years ago
Ross McFarland
70120bedc8
Implement "chunked" TXT/SPF value support for long values
This implements it transparently at Record level. Providers that need things to
be chunked (seems to just be Route53 an Dyn) switch to use `chunked_values`, but
everything else can stick with `values`. I've run through each provider I have
access to verifying that things operate as expected/required. OVH and Azure are
untested.
8 years ago
Paul van Brouwershaven
4b41762642
Use target.id instead of class name
8 years ago
Paul van Brouwershaven
11f4359099
Add support for included and excluded records
`Included` and `Excluded` can be used to filter records for one or more specific provider(s). This can be extremely useful when certain record types are not supported by a provider and you want only that provider to receive an alternative record.
See also: https://github.com/github/octodns/issues/26
8 years ago
trnsnt
8a13ccab46
Add OVH as octodns provider
8 years ago
Terrence Cole
1e7edc97c8
Update rackspace provider with new names and interfaces.
8 years ago
Ross McFarland
a558fde6df
Fixes for cloudflare CAA support
8 years ago