While re-registering components in VCF Operations 9.1 for the primary brownfield instance, the process fails on the SALT_RAAS component.
SALT_RAAS component is missing during registration and attempt to automatically create a service account.HTTP 500 error in the Fleet Build Service and an HTTP 530 Unknown status code from the Salt RaaS Remote Procedure Call (RPC) endpoint (/raas/rpc).YYYY-MM-DDTHH:MM:SS stdout F id: com.broadcom.vcf.lcm.SaltRaasClientError
YYYY-MM-DDTHH:MM:SS stdout F defaultMessage: Unexpected Salt RaaS client error has occurred.
YYYY-MM-DDTHH:MM:SS stdout F localizedMessage: Unexpected Salt RaaS client error has occurred.
YYYY-MM-DDTHH:MM:SS stdout F args: {}
YYYY-MM-DDTHH:MM:SS stdout F }
YYYY-MM-DDTHH:MM:SS stdout F YYYY-MM-DDTHH:MM:SS732Z ERROR Fleet Build 44 [lcm@4413 scPath="ops" thread="system-task-worker-4" logger="c.b.v.l.f.b.o.a.RegisterComponentsInOpsPlatformAction" method="lambda$execute$0:L"] [#######-####-###-###-#####, taskId=#######-####-###-###-#####] - Unable to register component with Id: #######-####-###-###-##### in VCF Ops.
YYYY-MM-DDTHH:MM:SS stdout F com.broadcom.vcf.lcm.fleet.build.exception.SddcLcmClientException: API response for operation 'create service account' is not a successful one.
YYYY-MM-DDTHH:MM:SS stdout F at com.broadcom.vcf.lcm.fleet.build.service.util.SddcLcmClientServiceUtil.executeSyncApiRequestAndGetResponse(SddcLcmClientServiceUtil.java:190)
<SNIP>POST https://<vcf-fqdn>:443/raas/rpc
Headers: [Accept:"application/json", Content-Type:"application/json", ...]
Body: {"resource":"auth","method":"save_user","kwarg":{"config_name":"internal","username":"svc-opssr-salt_raas","roles":["Superuser"]}}
<<< HTTP Response <<<
Code: 530 Unknown (23ms)
ERROR sddc-build-service [...] Failed to create service account for Salt Raas for user svc-opssr-salt_raas/var/log/salt/minion logs:YYYY-MM-DDTHH:MM:SS.msZ ERROR salt-minion 353987 [salt@4413] salt.crypt: The Salt Master has cached the public key for this node, this salt minion will wait for 10 seconds before attempting to re-authenticate YYYY-MM-DDTHH:MM:SS.msZ ERROR salt-minion 353987 [salt@4413] salt.minion: Error dispatching event. Message timed outVMware Cloud Foundation (VCF) 9.1
VCF Operations 9.1
Salt RaaS relies on a local Redis cache to validate entitlements and process API calls (such as service account creation). During startup, RaaS validates entitlements with VCF Operations and populates both its database and the Redis cache.
If the Redis license cache drops or becomes stale during operation, RaaS does not have a fallback mechanism to dynamically query VCF Operations on incoming API requests. Because the cache entry is missing, RaaS rejects the request with an HTTP 530 Unknown error.
Direct modification of database tables is required. Open a support ticket with Broadcom Support for assisted resolution.
To investigate and monitor container health on the VCF Services Platform (VSP / VMSP):
vmware-system-user account, then escalate privileges to root:su -export KUBECONFIG=/etc/kubernetes/admin.confkubectl get pods -Akubectl logs -f <POD_NAME> -n <NAMESPACE>