bb-Ricardo / netbox-sync

Sync objects from VMware or redfish sources to NetBox
MIT License
287 stars 65 forks source link

Proxmox adapter #417

Open n-rodriguez opened 1 month ago

n-rodriguez commented 1 month ago

Hi there!

Do you think it's possible to implement Proxmox adapter? A bit like https://github.com/bb-Ricardo/netbox-sync/pull/389

I can help to implement this, I just need some guidance about what needs to be implemented by child classes.

Thank you!

bb-Ricardo commented 1 month ago

Hi,

Help is always appreciated.

Sorry for the lack of documentation.

I'm not aware of which attributes can be requested from a proxmox instance. Otherwise just the same as VMware. The host details, as much as possible and VM details.

Have a look at the config class which defines the possible config options for the source and helps autogenerate the sample config file.