Configure VMware Cloud Builder as a Backup Target for SDDC Manager

By default when VMware Cloud Foundation is deployed, SDDC Manager and NSX-T Data Center are configured to use an SFTP service running locally on the SDDC Manager Appliance. For production environments its critical that this is changed before going live to ensure that you have the ability to recover in the event of a disaster. …

Continue reading Configure VMware Cloud Builder as a Backup Target for SDDC Manager

Create VMware Cloud Foundation API Collection in Postman

Last Updated: 21-Feb-2022 VMware Cloud Foundation has a number of Public APIs, the documentation around this can easily be found by logging into the SDDC Manager UI and selecting the Developer Center. From here you can even execute an API on the running system. Whilst this is all available right there in the SDDC Manager …

Continue reading Create VMware Cloud Foundation API Collection in Postman

VMware Cloud Foundation – Manually Generating the JSON Using Deployment Parameter Workbook

On August 24th VMware released VMware Cloud Foundation 4.3, and along with this release a small change was introduced concerning the JSON file used by VMware Cloud Builder to perform the management domain bring-up. This change involves the JSON file generated from the Deployment Parameter Workbook being immediately deleted from the file system (usually stored …

Continue reading VMware Cloud Foundation – Manually Generating the JSON Using Deployment Parameter Workbook

VMware Cloud Builder – Bringup Validation Tasks

Back in February I shared a post called VMware Cloud Builder - Bringup Validation for VMware Cloud Foundation, where I discussed details around changes relating to the validation modules used within VMware Cloud Builder for VMware Cloud Foundation 4.2. At the time I promised to share more details on what each validation module actually did, …

Continue reading VMware Cloud Builder – Bringup Validation Tasks

VMware Cloud Builder – Bringup Validation for VMware Cloud Foundation

For those of you who are not familiar with VMware Cloud Builder its a virtual appliance that is shipped as part of VMware Cloud Foundation. It's primary goal is to bootstrap the deployment and configuration of the Management Domain which includes ESXi, vCenter Server, NSX-T Data Center and SDDC Manager. VMware Cloud Builder was first …

Continue reading VMware Cloud Builder – Bringup Validation for VMware Cloud Foundation

Cloud Builder Validation: SSL Certificate common name doesn’t match ESXi FQDN

On February 9th VMware released VMware Cloud Foundation 4.2, and with it a number of new security enhancements, one of which means that each ESXi host used for either a Management Domain or Workload Domain now requires the self-signed certificate for the ESXi host to have its common name matching the real FQDN assigned to …

Continue reading Cloud Builder Validation: SSL Certificate common name doesn’t match ESXi FQDN

Automating VCF – Deploy vRealize Suite Lifecycle Manager

In this part of the series, we will take a look at how to initiate the vRealize Suite Lifecycle Manager deployment workflow in SDDC Manager. VMware Cloud Builder APIs Used GET /v1/bundlesPOST /v1/bundlesPOST /v1/vrslcmsGET /v1/tasks/{id} PowerVCF Cmdlets Get-VCFBundleRequest-VCFBundleNew-VCFvRSLCMGet-VCFTask PowerShell Scripts createDeployVrslcmAvnSpec.ps1 Procedure Step 1 - Download and populate the Planning and Preparation Workbook for your …

Continue reading Automating VCF – Deploy vRealize Suite Lifecycle Manager

Automating VCF – Deploy NSX-T Edge Cluster

In this part of the series, we take a look at how to initiate the NSX-T edge cluster deployment in SDDC Manager. VMware Cloud Builder APIs Used GET /v1/clusters POST /v1/edge-clustersGET /v1/tasks/{id} PowerVCF Cmdlets Get-VCFClusterNew-VCFEdgeClusterGet-VCFTask PowerShell Scripts createWorkloadEdgeSpec.ps1 Procedure Step 1 - Download and populate the Planning and Preparation Workbook for your target platform. Step …

Continue reading Automating VCF – Deploy NSX-T Edge Cluster

Automating VCF – Deploy Workload Domain

In this part of the series, we take a look at how to initiate the workload domain deployment in SDDC Manager. VMware Cloud Builder APIs Used POST /v1/domainsPOST /v1/domains/validationsGET /v1/hostsGET /v1/tasks/{id} PowerVCF Cmdlets New-VCFWorkloadDomainGet-VCFHostGet-VCFTask PowerShell Scripts createWorkloadDomainSpec.ps1 Procedure Step 1 - Download and populate the Planning and Preparation Workbook for your target platform. Step 2 …

Continue reading Automating VCF – Deploy Workload Domain

Automating VCF – Commission Hosts

In this part of the series, we take a look at how to commission hosts in SDDC Manager, and consume the new network pool to support a workload domain deployment. VMware Cloud Builder APIs Used POST /v1/hostsGET /v1/network-poolsGET /v1/tasks/{id} PowerVCF Cmdlets Commission-VCFHostGet-VCFNetworkPoolGet-VCFTask PowerShell Scripts createCommissionHostSpec.ps1 Procedure Step 1 - Download and populate the Planning and …

Continue reading Automating VCF – Commission Hosts