The "Sync Inventory" task for a domain from VCF Operations 9.1 fails on "converts the brownfield input spec to brownfield check spec"
When you expand this task - it only mentions "credential error".
/var/log/vmware/vcf/domainmanager.log
CREDENTIAL_ERROR
Failed to get credential of type AUDIT for entity XXXX-XXXXX
Credential not found for entity XXXX-XXXXX
VCF 9.1
The inventory sync is making a brownfield import as part of a "Guardrails" mechanism during inventory synchronization to ensure the environment meets specific configuration standards.
In this scenario - NSX Audit credentials are missing to proceed further than the brownfield-import aspect of the inventory sync task from VCF Operations.
EXAMPLE
> DomainManager.Log
Failed to get credential of type AUDIT for entity 6b42f22a-8675-417c-8fbc-7cd7b8577a8d
psql -h localhost -U postgres -d platform -c "\x" -c "select id,cluster_fqdn from nsxt where id='6b42f22a-8675-417c-8fbc-7cd7b8577a8d';"-[ RECORD 1 ]+-------------------------------------id | 6b42f22a-8675-417c-8fbc-7cd7b8577a8dcluster_fqdn | VI-2.WLD > This confirms AUDIT user is missing from my NSXT manager with this FQDN.
For further assistance on this - reference this KB number on a case with our support team.