-
Notifications
You must be signed in to change notification settings - Fork 60
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
Netbox service templates not populating #522
Comments
Note that when netbox-community/netbox#17196 is released this will change anyway. |
Here's the POST:
and the response is hmmm |
So when the service template created "from scratch" rather than through the service templates that are preloaded on startup it works fine. For comparison, here's that POST request, with a returned result of
I'm not seeing any difference. |
Here's the postgresql database dump for the service template that worked:
vs. one of the ones that didn't work:
I wonder if it's the difference in case between |
…sing TCP and UDP values in the preload .yml file
The issue was the case of the |
Describe the bug
When using the built in service templates to define a service in Netbox, the program does not save the changes to the service.
Looking at the NetBox logs, it appears that no post request is even submitted for the changes.EDIT: this last statement isn't totally correct, as they do come out in the full logs, but not the somewhat-filtered
./scripts/logs
logs:Still, it appears nothing is saved.
Expected behavior
When using templates for a service in NetBox, the service saves properly when submitted.
The text was updated successfully, but these errors were encountered: