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

PowerVCF v2.1.1 – General Availability

I'm pleased to announce the general availability of PowerVCF v2.1.1 for download from the PowerShell Library. As mentioned in previous posts PowerVCF is a open source project and the team has been working hard on the latest update in their spare time to add support for VMware Cloud Foundation 4.1. Download It Here: PowerVCF PowerShell …

Continue reading PowerVCF v2.1.1 – General Availability

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

PowerVCF v2.1.0 – General Availability

I'm pleased to announce the general availability of PowerVCF v2.1.0 for download from the PowerShell Library. As mentioned in previous posts PowerVCF is a open source project and the team has been working hard on the latest update in their spare time to add support for VMware Cloud Foundation 4.x. Download It Here: PowerVCF PowerShell …

Continue reading PowerVCF v2.1.0 – General Availability

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

Automating VCF – Create Network Pool

In this part of the series, we take a look at how to create a new network pool in SDDC Manager to support a workload domain deployment. VMware Cloud Builder APIs Used POST /v1/network-pools PowerVCF Cmdlets New-VCFNetworkPool PowerShell Scripts createNetworkPool.ps1 Procedure Step 1 - Download and populate the Planning and Preparation Workbook for your target …

Continue reading Automating VCF – Create Network Pool

Automating VCF – Deploy Management Domain

In this part of the series, we take a look at how to deploy the Management Domain using VMware Cloud Builder. The first step would typically be to download and populate the Deployment Parameters Workbook that is provided as part of VMware Cloud Builder, but in this series of blog posts we are going to …

Continue reading Automating VCF – Deploy Management Domain

Automating VMware Cloud Foundation with APIs/PowerVCF/PowerShell

Deploying VMware Cloud Foundation using the Public APIs allows customers to automate tasks, with PowerVCF the capabilities are extended to PowerShell / PowerCLI experts. As part of an internal project I've been working on recently we have been using PowerShell to help automate some of the repetitive steps whilst performing validation and testing of VMware …

Continue reading Automating VMware Cloud Foundation with APIs/PowerVCF/PowerShell