Network "network-#####" is not found in the inventory.
VMware Cloud Director 10.4.x
VMware Cloud Director 10.5.x
During registration of vCenter, a "None" network is defined for any VM that is deployed with the Network None.
There have been two identified causes of the missing reference.
1. The network referenced in error has been deleted in vCenter.
2. vCenter changed the Network moref and due to an underlying communication issue between vCenter and VCD reference is not updated.
su - postgres psql vcloud
1.3 Check the network referenced in VMware Cloud Director database running the query below:select name,vc_none_network_name,vc_none_network_moref from virtual_center;
\q