NetBox CloudSync — is a plugin for automatic synchronization of virtual machines from vCloud Director to NetBox using ORM. The plugin is designed to quickly and safely update VM data without manual intervention.
cd /opt/netbox/
git clone https://github.com/SerhiiZahuba/netbox-vcloud-sync-plugin.git
pip install -e .
python3 manage.py migrate netbox_cloudsync
Add to configuration.py
PLUGINS = [
'netbox_cloudsync',
]
🔄 Features
🧰 Future Plans