From ff92df3b348f1a6f84db8faf81fd73ca2c7ba344 Mon Sep 17 00:00:00 2001 From: sanecz Date: Sat, 5 Feb 2022 17:15:27 +0100 Subject: [PATCH] update todolist --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 061eacf..4cc8d81 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Netbox IPMI OVH Plugin A plugin used to add a button in the dcim.device to allow easier access to the IPMI for OVH managed bare metal servers. -This will work only on Netbox v2.11.12 (not tested on earlier or later versions) +Tested on NetBox v2.11.12, v3.0.0 and v3.1.7. # Installation This follow the process of installing a plugin in NetBox [https://netbox.readthedocs.io/en/stable/plugins/] @@ -86,14 +86,9 @@ You can create custom fields to store required informations for the plugin to wo - [x] gestion d'erreur si l'access ipmi demandé n'est pas dispo coté ovh - [x] default value si ssh_key / ip pas set - [x] gestion d'erreur si OVH renvoie erreur -- [ ] ~~parsing ip dans ipmi-config~~ -- [ ] hint python - [x] better documentation -- [ ] support derniere version netbox +- [x] support derniere version netbox - [ ] test en python 3.7 (dev en 3.9) - [ ] pip package -- [ ] use pathlib instead of os.path -- [ ] docstrings -- [ ] ttl -> either document it or make it avail by user with choice dropdown -- [ ] test if ovh_server_name retrieived via getattr and return proper error if not -- [ ] fix status code for all redener template_error +- [x] docstrings +- [x] test if ovh_server_name retrieived via getattr and return proper error if not