netbox-cesnet-services-plugin 3.0.2__tar.gz → 3.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {netbox_cesnet_services_plugin-3.0.2/netbox_cesnet_services_plugin.egg-info → netbox_cesnet_services_plugin-3.0.3}/PKG-INFO +9 -3
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/README.md +8 -2
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/__init__.py +1 -1
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/graphql/filters.py +8 -10
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3/netbox_cesnet_services_plugin.egg-info}/PKG-INFO +9 -3
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/CONTRIBUTING.md +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/LICENSE +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/MANIFEST.in +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/api/__init__.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/api/serializers.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/api/urls.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/api/views.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/choices.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/filtersets/__init__.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/filtersets/bgpconnection.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/filtersets/bgpconnection_aggregation.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/filtersets/lldpneighbor.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/filtersets/lldpneighborleaf.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/filtersets/service_core_link.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/filtersets/service_core_trunk.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/filtersets/service_ip.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/forms/__init__.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/forms/bgpconnection.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/forms/bgpconnection_aggregation.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/forms/lldpneighbor.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/forms/lldpneighborleaf.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/forms/service_core_link.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/forms/service_core_trunk.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/forms/service_ip.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/graphql/__init__.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/graphql/schema.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/graphql/types.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0001_initial.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0002_bgpconnection_comments.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0003_alter_bgpconnection_options_bgpconnection_device.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0004_alter_bgpconnection_options_bgpconnection_raw_vrf_and_more.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0005_alter_bgpconnection_role.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0006_lldpneighbor.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0007_lldpneighbor_comments.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0008_alter_lldpneighbor_device_a_and_more.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0009_lldpneighbor_status_lldpneighborleaf_status.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0010_alter_bgpconnection_raw_vrf_and_more.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0011_lldpneighbor_last_seen_lldpneighbor_status_detail.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0012_alter_lldpneighbor_last_seen.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0013_bgpconnection_last_seen.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0014_servicecoretrunk_servicecorelink_serviceip.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0015_alter_service_status_to_circuit_choices.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/0016_serviceip_physical_device_and_more.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/migrations/__init__.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/models/__init__.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/models/bgpconnection.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/models/cesnet_service_base.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/models/lldpneighbor.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/models/lldpneighborleaf.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/models/service_core_link.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/models/service_core_trunk.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/models/service_ip.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/navigation.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tables/__init__.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tables/bgpconnection.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tables/bgpconnection_aggregation.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tables/lldpneighbor.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tables/lldpneighborleaf.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tables/service_core_link.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tables/service_core_trunk.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tables/service_ip.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/template_content.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/bgpconnection/bgpconnection.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/bgpconnection/bgpconnection_aggregation_list.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/bgpconnection/bgpconnection_include.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/bgpconnection.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/details/connection_endpoints.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/details/detail_interface_inc.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/details/multiple_children.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighbor/lldpneighbor.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighbor/lldpneighbor_include.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighbor.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighborleaf/lldpneighborleaf.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighborleaf/lldpneighborleaf_include.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighborleaf.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/servicecorelink/servicecorelink.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/servicecorelink.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/servicecoretrunk/servicecoretrunk.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/servicecoretrunk.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/serviceip/serviceip.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/serviceip.html +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tests/__init__.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tests/test_service_core_link.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tests/test_service_core_trunk.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/tests/test_service_ip.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/urls.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/views/__init__.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/views/bgpconnection.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/views/bgpconnection_aggregation.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/views/lldpneighbor.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/views/lldpneighborleaf.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/views/service_core_link.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/views/service_core_trunk.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin/views/service_ip.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin.egg-info/SOURCES.txt +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin.egg-info/dependency_links.txt +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin.egg-info/requires.txt +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/netbox_cesnet_services_plugin.egg-info/top_level.txt +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/pyproject.toml +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/setup.cfg +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/tests/__init__.py +0 -0
- {netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/tests/test_netbox_cesnet_services_plugin.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: netbox_cesnet_services_plugin
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.3
|
|
4
4
|
Summary: NetBox plugin for CESNET services.
|
|
5
5
|
Author-email: Jan Krupa <jan.krupa@cesnet.cz>, Jiri Vrany <jiri.vrany@cesnet.cz>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -46,12 +46,14 @@ Enables CESNET services in NetBox:
|
|
|
46
46
|
- **LLDP Neighbors / LLDP Leafs** — stores discovered LLDP adjacencies and leaf relationships
|
|
47
47
|
- **ServiceCoreTrunk** — core trunk between two nodes with linked path segments
|
|
48
48
|
- **ServiceCoreLink** — core link with topology, SAPs, L2 (QinQ encapsulation, LLDP, Flowspec), IS-IS/OSPF routing and IP addresses; belongs to one or more CoreTrunks
|
|
49
|
-
- **ServiceIP** — IP service with SAP attachment, encapsulation, IPv4/IPv6 addresses, and routing (static or BGP)
|
|
49
|
+
- **ServiceIP** — IP service with SAP attachment, routed/physical device and interface attributes, encapsulation, IPv4/IPv6 addresses, and routing (static or BGP)
|
|
50
50
|
|
|
51
51
|
## Compatibility
|
|
52
52
|
|
|
53
53
|
| NetBox Version | Plugin Version | Notes |
|
|
54
54
|
|-----------------|----------------|-------|
|
|
55
|
+
| 4.5.4 – 4.6.99 | 3.0.3 | ServiceIP routed/physical device & interface fields |
|
|
56
|
+
| 4.5.4 – 4.6.99 | 3.0.2 | GraphQL schema fix: `DatetimeFilterLookup` resolves `DuplicatedTypeName` error |
|
|
55
57
|
| 4.5.4 – 4.6.99 | 3.0.1 | ServiceCoreTrunk, ServiceCoreLink, ServiceIP models + full API/UI/tests |
|
|
56
58
|
| 4.5.4 – 4.6.99 | 3.0.0 | NetBox 4.6 support (Django 6.0) |
|
|
57
59
|
| 4.5.4+ | 2.1.0 | `last_seen` field, bulk ops, status badges |
|
|
@@ -88,7 +90,11 @@ or by adding to your `local_requirements.txt` or `plugin_requirements.txt` (netb
|
|
|
88
90
|
|
|
89
91
|
```bash
|
|
90
92
|
# For NetBox 4.5.4 – 4.6.99
|
|
91
|
-
netbox-cesnet-services-plugin==3.0.
|
|
93
|
+
netbox-cesnet-services-plugin==3.0.3
|
|
94
|
+
|
|
95
|
+
# For NetBox 4.5.4 – 4.6.99 (previous releases)
|
|
96
|
+
# netbox-cesnet-services-plugin==3.0.2
|
|
97
|
+
# netbox-cesnet-services-plugin==3.0.1
|
|
92
98
|
|
|
93
99
|
# For NetBox 4.5.4 – 4.6.99 (without new service models)
|
|
94
100
|
# netbox-cesnet-services-plugin==3.0.0
|
|
@@ -14,12 +14,14 @@ Enables CESNET services in NetBox:
|
|
|
14
14
|
- **LLDP Neighbors / LLDP Leafs** — stores discovered LLDP adjacencies and leaf relationships
|
|
15
15
|
- **ServiceCoreTrunk** — core trunk between two nodes with linked path segments
|
|
16
16
|
- **ServiceCoreLink** — core link with topology, SAPs, L2 (QinQ encapsulation, LLDP, Flowspec), IS-IS/OSPF routing and IP addresses; belongs to one or more CoreTrunks
|
|
17
|
-
- **ServiceIP** — IP service with SAP attachment, encapsulation, IPv4/IPv6 addresses, and routing (static or BGP)
|
|
17
|
+
- **ServiceIP** — IP service with SAP attachment, routed/physical device and interface attributes, encapsulation, IPv4/IPv6 addresses, and routing (static or BGP)
|
|
18
18
|
|
|
19
19
|
## Compatibility
|
|
20
20
|
|
|
21
21
|
| NetBox Version | Plugin Version | Notes |
|
|
22
22
|
|-----------------|----------------|-------|
|
|
23
|
+
| 4.5.4 – 4.6.99 | 3.0.3 | ServiceIP routed/physical device & interface fields |
|
|
24
|
+
| 4.5.4 – 4.6.99 | 3.0.2 | GraphQL schema fix: `DatetimeFilterLookup` resolves `DuplicatedTypeName` error |
|
|
23
25
|
| 4.5.4 – 4.6.99 | 3.0.1 | ServiceCoreTrunk, ServiceCoreLink, ServiceIP models + full API/UI/tests |
|
|
24
26
|
| 4.5.4 – 4.6.99 | 3.0.0 | NetBox 4.6 support (Django 6.0) |
|
|
25
27
|
| 4.5.4+ | 2.1.0 | `last_seen` field, bulk ops, status badges |
|
|
@@ -56,7 +58,11 @@ or by adding to your `local_requirements.txt` or `plugin_requirements.txt` (netb
|
|
|
56
58
|
|
|
57
59
|
```bash
|
|
58
60
|
# For NetBox 4.5.4 – 4.6.99
|
|
59
|
-
netbox-cesnet-services-plugin==3.0.
|
|
61
|
+
netbox-cesnet-services-plugin==3.0.3
|
|
62
|
+
|
|
63
|
+
# For NetBox 4.5.4 – 4.6.99 (previous releases)
|
|
64
|
+
# netbox-cesnet-services-plugin==3.0.2
|
|
65
|
+
# netbox-cesnet-services-plugin==3.0.1
|
|
60
66
|
|
|
61
67
|
# For NetBox 4.5.4 – 4.6.99 (without new service models)
|
|
62
68
|
# netbox-cesnet-services-plugin==3.0.0
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import datetime
|
|
2
|
-
|
|
3
1
|
import strawberry_django
|
|
4
2
|
from netbox.graphql.filters import NetBoxModelFilter
|
|
5
|
-
from strawberry_django import FilterLookup, StrFilterLookup
|
|
3
|
+
from strawberry_django import FilterLookup, StrFilterLookup, DatetimeFilterLookup
|
|
6
4
|
|
|
7
5
|
from netbox_cesnet_services_plugin.models import (
|
|
8
6
|
BGPConnection,
|
|
@@ -28,7 +26,7 @@ class LLDPNeighborLeafFilter(NetBoxModelFilter):
|
|
|
28
26
|
@strawberry_django.filter_type(BGPConnection, lookups=True)
|
|
29
27
|
class BGPConnectionFilter(NetBoxModelFilter):
|
|
30
28
|
role: StrFilterLookup[str] | None = strawberry_django.filter_field()
|
|
31
|
-
last_seen:
|
|
29
|
+
last_seen: DatetimeFilterLookup | None = strawberry_django.filter_field()
|
|
32
30
|
|
|
33
31
|
|
|
34
32
|
@strawberry_django.filter_type(ServiceCoreTrunk, lookups=True)
|
|
@@ -37,8 +35,8 @@ class ServiceCoreTrunkFilter(NetBoxModelFilter):
|
|
|
37
35
|
status: StrFilterLookup[str] | None = strawberry_django.filter_field()
|
|
38
36
|
active: FilterLookup[bool] | None = strawberry_django.filter_field()
|
|
39
37
|
monitored: FilterLookup[bool] | None = strawberry_django.filter_field()
|
|
40
|
-
service_start:
|
|
41
|
-
service_end:
|
|
38
|
+
service_start: DatetimeFilterLookup | None = strawberry_django.filter_field()
|
|
39
|
+
service_end: DatetimeFilterLookup | None = strawberry_django.filter_field()
|
|
42
40
|
|
|
43
41
|
|
|
44
42
|
@strawberry_django.filter_type(ServiceCoreLink, lookups=True)
|
|
@@ -52,8 +50,8 @@ class ServiceCoreLinkFilter(NetBoxModelFilter):
|
|
|
52
50
|
flowspec_enable: FilterLookup[bool] | None = strawberry_django.filter_field()
|
|
53
51
|
routing_isis_enabled: FilterLookup[bool] | None = strawberry_django.filter_field()
|
|
54
52
|
routing_ospf_enable: FilterLookup[bool] | None = strawberry_django.filter_field()
|
|
55
|
-
service_start:
|
|
56
|
-
service_end:
|
|
53
|
+
service_start: DatetimeFilterLookup | None = strawberry_django.filter_field()
|
|
54
|
+
service_end: DatetimeFilterLookup | None = strawberry_django.filter_field()
|
|
57
55
|
|
|
58
56
|
|
|
59
57
|
@strawberry_django.filter_type(ServiceIP, lookups=True)
|
|
@@ -64,5 +62,5 @@ class ServiceIPFilter(NetBoxModelFilter):
|
|
|
64
62
|
monitored: FilterLookup[bool] | None = strawberry_django.filter_field()
|
|
65
63
|
encapsulation_mode: StrFilterLookup[str] | None = strawberry_django.filter_field()
|
|
66
64
|
routing_type: StrFilterLookup[str] | None = strawberry_django.filter_field()
|
|
67
|
-
service_start:
|
|
68
|
-
service_end:
|
|
65
|
+
service_start: DatetimeFilterLookup | None = strawberry_django.filter_field()
|
|
66
|
+
service_end: DatetimeFilterLookup | None = strawberry_django.filter_field()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: netbox_cesnet_services_plugin
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.3
|
|
4
4
|
Summary: NetBox plugin for CESNET services.
|
|
5
5
|
Author-email: Jan Krupa <jan.krupa@cesnet.cz>, Jiri Vrany <jiri.vrany@cesnet.cz>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -46,12 +46,14 @@ Enables CESNET services in NetBox:
|
|
|
46
46
|
- **LLDP Neighbors / LLDP Leafs** — stores discovered LLDP adjacencies and leaf relationships
|
|
47
47
|
- **ServiceCoreTrunk** — core trunk between two nodes with linked path segments
|
|
48
48
|
- **ServiceCoreLink** — core link with topology, SAPs, L2 (QinQ encapsulation, LLDP, Flowspec), IS-IS/OSPF routing and IP addresses; belongs to one or more CoreTrunks
|
|
49
|
-
- **ServiceIP** — IP service with SAP attachment, encapsulation, IPv4/IPv6 addresses, and routing (static or BGP)
|
|
49
|
+
- **ServiceIP** — IP service with SAP attachment, routed/physical device and interface attributes, encapsulation, IPv4/IPv6 addresses, and routing (static or BGP)
|
|
50
50
|
|
|
51
51
|
## Compatibility
|
|
52
52
|
|
|
53
53
|
| NetBox Version | Plugin Version | Notes |
|
|
54
54
|
|-----------------|----------------|-------|
|
|
55
|
+
| 4.5.4 – 4.6.99 | 3.0.3 | ServiceIP routed/physical device & interface fields |
|
|
56
|
+
| 4.5.4 – 4.6.99 | 3.0.2 | GraphQL schema fix: `DatetimeFilterLookup` resolves `DuplicatedTypeName` error |
|
|
55
57
|
| 4.5.4 – 4.6.99 | 3.0.1 | ServiceCoreTrunk, ServiceCoreLink, ServiceIP models + full API/UI/tests |
|
|
56
58
|
| 4.5.4 – 4.6.99 | 3.0.0 | NetBox 4.6 support (Django 6.0) |
|
|
57
59
|
| 4.5.4+ | 2.1.0 | `last_seen` field, bulk ops, status badges |
|
|
@@ -88,7 +90,11 @@ or by adding to your `local_requirements.txt` or `plugin_requirements.txt` (netb
|
|
|
88
90
|
|
|
89
91
|
```bash
|
|
90
92
|
# For NetBox 4.5.4 – 4.6.99
|
|
91
|
-
netbox-cesnet-services-plugin==3.0.
|
|
93
|
+
netbox-cesnet-services-plugin==3.0.3
|
|
94
|
+
|
|
95
|
+
# For NetBox 4.5.4 – 4.6.99 (previous releases)
|
|
96
|
+
# netbox-cesnet-services-plugin==3.0.2
|
|
97
|
+
# netbox-cesnet-services-plugin==3.0.1
|
|
92
98
|
|
|
93
99
|
# For NetBox 4.5.4 – 4.6.99 (without new service models)
|
|
94
100
|
# netbox-cesnet-services-plugin==3.0.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_cesnet_services_plugin-3.0.2 → netbox_cesnet_services_plugin-3.0.3}/tests/__init__.py
RENAMED
|
File without changes
|