waja / docker-netbox-plugins

Netbox Docker image with additional plugins
0 stars 0 forks source link

NetBox Inventory Plugin #2

Open waja opened 1 month ago

waja commented 1 month ago

Addition of https://github.com/ArnesSI/netbox-inventory

waja commented 1 month ago

Pipeline has failures, for example:

/opt/netbox/netbox/extras/api/serializers_/customfields.py: Warning [CustomFieldChoiceSetViewSet > CustomFieldChoiceSetSerializer]: unable to resolve type hint for function "choices_count". Consider using a type hint or @extend_schema_field. Defaulting to string.
/opt/netbox/netbox/ipam/filtersets.py: Warning [ServiceViewSet > ServiceFilterSet]: model field "IPAddressField" has no mapping in ModelSerializer. It may be a deprecated field. Defaulting to "string"
/opt/netbox/venv/lib/python3.11/site-packages/netbox_inventory/api/serializers.py: Warning [AssetViewSet > AssetSerializer]: unable to resolve type hint for function "kind". Consider using a type hint or @extend_schema_field. Defaulting to string.