Netbox Debugging
-
Whenever I "Test Plugin" my Netbox config I get the following error, even after setting up valid SSL Cert (#letsencrypt)
For some odd reason, the sync did go through though... once at least... I see my VMs in Netbox (no IP adresses though).
Any easy way to debug this on XOA end? I don't see logs on Netbox (at all) to debug there either, that's why I'm asking here.
PS: Netbox sounds like a great tool but it's overwhelming... I hope that filling it up with lots of data from XOA will help as a big first step instead of starting from scratch. Netbox Plugin +1
-
@jedimarcus We fixed it on
master
. If you pull the branch and rebuild, the test should pass now. -
Please check Settings/logs or XO logs directly first You might more info in there
-
...
"body": { "name": "[TMP] Xen Orchestra Netbox plugin test - klcecdwwuqj", "slug": "xo-test-klcecdwwuqj", "description": "This type has been created by Xen Orchestra's Netbox plugin test. If it hasn't been properly deleted, you may delete it manually." }, "error": { "name": [ "Ensure this field has no more than 50 characters." ] }
-
Ah, sounds like a Netbox limitation then? Pinging @pdonias
-
Hi @jedimarcus, what version of Netbox are you using?
-
@pdonias 2.9.9
Might that be too old? -
@jedimarcus It's not that old but they indeed changed the limit from 50 to 100 characters in version 2.10. We'll fix the plugin so that the test also passes on old versions, and since you were able to synchronize your pool, you can ignore the test failure. And thanks for the report
-
@jedimarcus We fixed it on
master
. If you pull the branch and rebuild, the test should pass now. -
@pdonias I did an update to Netbox 2.11.12 and it works now, so I don't need to tamper with my XOA.
-
-
-