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

The startup warning for missing fields is never displayed #84

Closed
peteeckel opened this issue Oct 20, 2023 · 0 comments · Fixed by #85
Closed

The startup warning for missing fields is never displayed #84

peteeckel opened this issue Oct 20, 2023 · 0 comments · Fixed by #85
Labels
bug Something isn't working

Comments

@peteeckel
Copy link
Owner

Versions
NetBox Version: 3.6.4
NetBox DNS Version: 0.20.2

Describe the bug
On startup, NetBox DNS checks for the required IPAM custom fields to be present if feature_ipam_coupling is enabled. However, this warning never appears anywhere.

To Reproduce
Steps to reproduce the behavior:

  1. Delete at least one of the custom fields starting with ipaddress_dns_
  2. Set the feature_ipam_coupling setting in the plugin configuration to True
  3. Restart NetBox

Expected result
A message is displayed warning about the configuration problem:

WARNING: 'feature_ipam_coupling' is enabled, but the required custom fields for IPAM-DNS coupling are missing. Please run the Django management command 'setup_coupling' to create the custom fields.```

**Actual result**
There is no warning whatsoever in any log or the system startup output, e.g. `journalctl -u netbox`, or on the command line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant