Ross McFarland

Results 151 comments of Ross McFarland

Thought of a way to potentially pull off a fully spec/behavior compliant `YamlProvider` today on the :bus: ride home. Results are over in https://github.com/octodns/octodns/pull/1223#pullrequestreview-2376437939. Will have to think about and...

https://github.com/octodns/octodns/pull/1223 has shipped and I believe that with those changes you should now get the desired behavior. Going to close this now. Feel free to comment/reopen if there's more.

Quick test w/NS1 does show they allow IP addrs so that probably does make sense to allow it, though who knows if some providers reject it. ```console coho:~ ross$ dig...

After reading the bits you quoted and seeing that providers will allow them, it seems like it might make sense to have them be octoDNS validation errors, but let users...

There's a bit of info in the usage for the param: https://github.com/octodns/octodns/blob/ed13d2db52b4127f1035a8927a396467219b9918/octodns/cmds/sync.py#L24-L30 Otherwise errors are thrown when situations are encountered that require careful human review before aknowleding the changes and...

If I'm understanding correctly I believe this is a bug splitting as you point out and not a problem with quoting. Route53 uses chunked_value https://github.com/octodns/octodns-route53/blob/53342d3e53a78718e253ed87f6ec2c162f85e8fb/octodns_route53/provider.py#L301 so points to the problem...

Moved to octodns-cloudflare since it's specific to that provider. Not really sure what makes sense here since octoDNS doesn't have multiple objects for things to live on. If they were...

> My apologies, I thought I was adding this ticket to octodns-cloudflare. No word, I actually transferred it

## General Notes * All SPF records should be migrated to TXT values before updating to 2.x, check provider CHANGELOG for SPF upgrade notes as well

I would expect to see 2 CF providers, one with `plan_type: pro` and `plan_type: free` or whatever the values would need to be. Then the `'*cloudflare-pro'` dynamic zone config one...