Symptoms
Image Mangement tab in SDDC Manager UI:
Import Personality from VCF (SDDC Manager UI -> Lifecycle Management -> Image Management -> Option 2)Attach 4 files (Cluster Settings JSON File, Software Spec JSON File, ZIP File, ISO File)Enter the Cluster Image NameClick on Upload Image ComponentsYou will see errors:
Failed to upload image components. Http failure response for https://sddc-manager.vrack.vsphere.local/ui/api/v1/personalities/files : 413 Request Entity Too Large
API invocation via Developer Center:
fails with 413 Request Entity Too Large:
PUT: /v1/personalities/files
Request Payload: Array of files.
Response: FileUploadId
POST: /v1/personalities.
Request Payload:
"uploadSpecRawWithFileUploadIdMode": {"fileUploadId": "<FileUploadId got in the /v1/personalities/files API" }, Response: 413 Error
Purpose
To let users, know that this is a known issue.
Cause
This issue is observed as SDDC Manager is not able to upload the total size of files.
Resolution
The issue is fixed in 5.0.0.1 release.
Workaround
Extract the personality from VCenterCreate a Image in VCenter.In SDDC Manager UI -> Lifecycle Management -> Image Mangement, Select Option 1.Select Workload Domain, and Select ClusterSpecify a name and click on Extract Cluster Image