octodns / octodns-ns1

Ns1Provider provider for octoDNS
MIT License
4 stars 13 forks source link

Creating new zone with root NS fails #48

Closed viranch closed 1 year ago

viranch commented 1 year ago

Applying a new zone yaml with root NS fails with "record already exists" error, which is likely because the plan wants to create the root NS but after the zone is created, the record also shows up, and trying to create root NS then results in that error.

ross commented 1 year ago

Not surprising. Probably other providers have the same issue. I think it's come up with and been fixed in at least once. Suspect the fix will be to see the exists=False and convert the root NS create to an update in the provider.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.

ross commented 1 year ago

Fixed by https://github.com/octodns/octodns-ns1/pull/64