Closed ByteOtter closed 2 months ago
Implement functionality to register a new machine to NetBox. This will require expanding the register_machine function in the publisher module.
register_machine
publisher
WritableDeviceWithConfigContext
This is not fully done just yet
Fixed by #73
Task
Implement functionality to register a new machine to NetBox. This will require expanding the
register_machine
function in thepublisher
module.Notes
WritableDeviceWithConfigContext
structs are themselves NetBox objects. We need to figure out how to deal with that.