netboxlabs / diode

Diode data ingestion for NetBox, from NetBox Labs
https://netboxlabs.com
Other
24 stars 1 forks source link

feat: OBS-434 - device primary IP addresses #77

Closed mfiedorowicz closed 4 months ago

mfiedorowicz commented 4 months ago

Note: doesn't include actual reconciliation of primary IPs on device, which will be done separately. SDK accepts primary IPs on ingested device, so we can work on SDK input simplification, but data is not used yet. Diode NetBox plugin is updated to handle change sets to apply with primary IPs.

protobuf messages for diode/ingester service have been collated into one proto file, mainly to avoid circular imports, i.e. device -> ip address -> interface -> device

linear[bot] commented 4 months ago
OBS-434 Add IP addresses to device attributes

Now that we have IP address object type supported, we need to add as device attribute type for ingestion.