WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
  • VKS
  • Homelab
    • Resources
    • Nested Virtualization
  • VMware Nostalgia
  • Apple
You are here: Home / Automation / 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.

More from my site

  • ESXi on GMKtec NucBox K11
  • Quick Tip - VMware Cloud Foundation (VCF) Bringup fails without persistent ESX-OSData
  • Enhancements to VMware Cloud Foundation (VCF) & vSphere Automated Lab Deployment Scripts
  • vSAN ESA hardware mock VIB for physical ESXi deployment for VMware Cloud Foundation (VCF)
  • Quick Tip - Easily host VMware Cloud Foundation (VCF) Offline Depot using Python SimpleHTTPServer with Authentication

Categories // Automation, 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

  • Programmatically accessing the Broadcom Compatibility Guide (BCG) 05/06/2025
  • Quick Tip - Validating Broadcom Download Token  05/01/2025
  • Supported chipsets for the USB Network Native Driver for ESXi Fling 04/23/2025
  • vCenter Identity Federation with Authelia 04/16/2025
  • vCenter Server Identity Federation with Kanidm 04/10/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...