2022-08-22 14:41:12,771 - INFO: Creating new NetBox 'virtual machine' object 'my-hostname' with data: {'tags': [{'name': 'NetBox-synced'}, {'name': 'Source: vcenter'}], 'name': 'my-hostname', 'cluster': 1,
'status': 'active', 'memory': 8192, 'vcpus': 4, 'disk': 140, 'platform': 2, 'role': 2}
2022-08-22 14:41:12,771 - DEBUG2: Sending POST to 'https://netbox.url/api/virtualization/virtual-machines/' with data 'b'{"tags": [{"name": "NetBox-synced"}, {"name": "Source: vcenter"
}], "name": "my-hostname", "cluster": 1, "status": "active", "memory": 8192, "vcpus": 4, "disk": 140, "platform": 2, "role": 2}''.
2022-08-22 14:41:12,804 - DEBUG2: Received HTTP Status 400.
2022-08-22 14:41:12,804 - ERROR: NetBox returned: POST /api/virtualization/virtual-machines/ Bad Request
2022-08-22 14:41:12,804 - ERROR: NetBox returned body: {'cluster': ['The selected cluster (my-cluster is not assigned to this site (None).']}
2022-08-22 14:41:12,805 - ERROR: Request Failed for virtual machine. Used data: {'tags': [{'name': 'NetBox-synced'}, {'name': 'Source: vcenter'}], 'name': 'my-hostname', 'cluster': 1, 'status': 'active', 'memory': 8192, 'vcpus': 4, 'disk': 140, 'platform': 2, 'role': 2}
2022-08-22 14:41:12,805 - DEBUG2: Adding unresolved dependencies back to object: ['primary_ip4']
2022-08-22 14:41:12,805 - DEBUG2: Parsing 'virtual machine' data structure: my-hostname
Hey there,
I have some issues that I guess are caused by the Netbox v3.3.0 update:
When running netbox-sync on a new database, I get the following errors:
When I use my production database I get some more errors, but they might be caused by these objects not being created properly.
Am I correct that this is a netbox 3.3.0 compatibility issue, or is it just my environment? And if it is an incompatibility, when might this be resolved?
Thank you!