WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
    • VMware Cloud Foundation 9
  • VKS
  • Homelab
    • Hardware Options
    • Hardware Reviews
    • Lab Deployment Scripts
    • Nested Virtualization
    • Homelab Podcasts
  • VMware Nostalgia
  • Apple
You are here: Home / VMware Cloud Foundation / Quick Tip - clusterImageEnabled property required for JSON deployment in VMware Cloud Foundation (VCF) 5.1.1

Quick Tip - clusterImageEnabled property required for JSON deployment in VMware Cloud Foundation (VCF) 5.1.1

03.28.2024 by William Lam // 5 Comments

While updating and testing my Automated VMware Cloud Foundation (VCF) Lab Deployment Script to support the latest VCF 5.1.1 release, I came across a strange error message in the Cloud Builder UI about uploading the personality to SDDC Manager:

Failed to upload personality to SDDC Manager Failed to upload personality to SDDC Manager


It turns out with VCF 5.1.1, when you deploy using JSON deployment method, you need to explicitly define the property clusterImageEnabled, which determines if the VCF Management Domain will be deployed using vSphere Lifecycle Manager (VLCM) image based versus the legacy vSphere Update Manager (VUM) baseline under the clusterSpec specification.

"clusterSpec":
{
    "clusterName": "vcf-m01-cl01",
    "vcenterName": "vcenter-1",
    "clusterEvcMode": "",
    "clusterImageEnabled": true
}

Once I included the property with the desired value, I no longer ran into the issue and for anyone who is automating using Cloud Builder API, this will be a handy to be aware of.

Categories // VMware Cloud Foundation Tags // VMware Cloud Foundation

Comments

  1. *protectedP M says

    04/16/2024 at 7:53 am

    Is there any way to set it manually during the deployment process?

    Reply
    • William Lam says

      04/16/2024 at 8:28 am

      Not sure what you mean by "manual" ...

      Reply
    • *protectedGregor Holzer says

      04/29/2024 at 2:31 pm

      maybe you mean something like this? https://blog.zuthof.nl/2022/03/28/cloud-foundation-update-sddc-bring-up-parameters/

      Reply
      • *protectedDH says

        05/02/2024 at 9:16 am

        thank you!

        Reply
  2. *protectedDH says

    05/02/2024 at 8:43 am

    thanks...pulling my hair out (what's left) until i revisited your site for the fix...

    Reply

Thanks for the comment!Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Search

Thank Author

Author

William is Distinguished Platform Engineering Architect in the VMware Cloud Foundation (VCF) Division at Broadcom. His primary focus is helping customers and partners build, run and operate a modern Private Cloud using the VMware Cloud Foundation (VCF) platform.

Connect

  • Bluesky
  • Email
  • GitHub
  • LinkedIn
  • Mastodon
  • Reddit
  • RSS
  • Twitter
  • Vimeo

Recent

  • VCF 9.0 Fleet Latency Diagram 12/11/2025
  • Quick Tip - Downloading VMware Cloud Foundation (VCF) Consumption CLI for Air-Gapped Environments 12/10/2025
  • Automating VCF Operations Objects & Metrics Reporting 12/08/2025
  • Quick Tip - Using VCF CLI to login to vSphere Supervisor when configured with VCF Automation 12/05/2025
  • Automating the Reporting of VCF Workload Domain Import Pre-Check Validations 12/04/2025

Advertisment

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.

To find out more, including how to control cookies, see here: Cookie Policy

Copyright WilliamLam.com © 2025

 

Loading Comments...