Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

root NS record not supported for #20

Open
pomka2154 opened this issue Oct 24, 2023 · 1 comment
Open

root NS record not supported for #20

pomka2154 opened this issue Oct 24, 2023 · 1 comment

Comments

@pomka2154
Copy link

Hello, i have a problem with sync of NS records,
If i put this in the config.yaml provider section
strict_supports: false
I received this type of error

root NS record not supported for ******.; ignoring it
2023-10-24T09:42:35  [140534921267008] INFO  EdgeCenterProvider[gcore] root NS record in existing, but not supported or not configured; ignoring it

If the
strict_supports: true
I received this type of error
octodns.provider.SupportsException: gcore: root NS record not supported for
Version:
Octodns-1.2.1
octodns-edgecenter-v.0.2

How can this be fixed?

@ross
Copy link
Contributor

ross commented Oct 24, 2023

That's the exepcted behavior. with strict enabled it's an error to define something that can't be managed. With it set to false it's just a warning.

Looks like HEAD has support for root ns management

SUPPORTS_ROOT_NS = True
, but there's not been a release since it was added.

See https://github.com/octodns/octodns-edgecenter/tree/main#shas for how to install an not yet released SHA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants