bb-Ricardo / netbox-sync

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

Ovirt and openstack #389

Open ekrichbaum opened 6 months ago

gstorme commented 5 months ago

I've tested the ovirt sync (thank you!). It seems that VMs in the down state are not synced to netbox. When running with DEBUG2 loglevel, I notice these:

2024-06-17 16:59:03,311 - DEBUG: Parsing oVirt VM: okd-net001
2024-06-17 16:59:03,311 - DEBUG2: Ignoring offline VM 'okd-net001' on first run

But this also occurs on every subsequent run.

gstorme commented 5 months ago

mac_address should be normalized, you do this for virtual machines but not for a host. This causes a changelog entry for every host interface mac address.

gstorme commented 5 months ago

I've pushed some changes in a PR to fix the comments above.

bb-Ricardo commented 4 months ago

Sorry this is still in my backlog for review

bb-Ricardo commented 4 months ago

Just wondering about all the config options in config.py are all of these used and supported? I would also assume there no deprecated ones.

Can you please have a look at them?

ekrichbaum commented 3 months ago

There are a few caveats that maybe need a specific readme doc to note?