nvpnathan / py-vsphere-automation

8 stars 4 forks source link

Running nsx-install.py repeatedly fails at 03_configure_compute_manager.yml #3

Open tkrausjr opened 4 years ago

tkrausjr commented 4 years ago

The reason is NSX Manager detects that the vCenter Compute Manager set in "vSphere_NSX_deploy" is already registered with another NSX Manager (From a previous run or an older NSX deployment). This can be overridden in the UI by selecting the Compute Manager and then the error and clicking RESOLVE.

Need to find out how to programatically do the same thing.