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 …
Category: VMware Cloud Builder
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 http://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 …
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 …
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 …
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 …
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 …
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 …
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
PowerVCF v2.0 – Using VMware Cloud Builder with Public APIs
For those that follow my blog posts you will be aware that I’m involved with the development of PowerVCF a collection of PowerShell cmdlets created to expose the Public APIs of VMware Cloud Foundation. Whilst working on PowerVCF v2.0 I started to take a look at the Public APIs for VMware Cloud Builder, I’ve been …
Continue reading PowerVCF v2.0 – Using VMware Cloud Builder with Public APIs