-
Recent Posts
- Automated Cassandra Metrics Cluster for VCD September 17, 2023
- NSX Load Balancer for VMware Cloud Director 10.5 Cluster August 10, 2023
- VMware PowerCLI 13.1 and API Tokens August 6, 2023
- Quickpost: Converting TrueNAS Scale VMs to VMware ESXi February 4, 2023
- IP Spaces in VMware Cloud Director 10.4.1 – Part 3 – Tenant Experience, Compatibility & Summary December 20, 2022
Recent Comments
- Jon Waite on Using API Tokens for VCD 10.3.1 from PowerCLI and Terraform
- Anton on IP Spaces in VMware Cloud Director 10.4.1 – Part 1 – Introduction & Public IP Spaces
- Matthew Short on Working with vCloud Metadata in PowerCLI – Part 1
- Jon Waite on Managing VCD VM Disks from PowerCLI / PowerShell
- Jurgen on Managing VCD VM Disks from PowerCLI / PowerShell
Tags
API Bash Cassandra ceph Cloud Director Configuration Containerisation CSE Customization CX Development Docker dynamic persistent volumes ESXi HTML5 Installation Kubernetes links Load Balancer Module Networking NSX Photon OS PowerCLI PowerShell Python qemu-img REST API SSL Tenant Portal Terraform Troubleshooting TrueNAS Scale vcd-cli vCloud Director vCloud Director 8 vCloud Director 9 vCloud Director Extender VMware VMware Cloud Director vRA VSCode vSphere vSphere 6 wordpressArchives
- September 2023
- August 2023
- February 2023
- December 2022
- July 2022
- April 2022
- October 2021
- April 2021
- July 2020
- June 2020
- May 2020
- December 2019
- May 2019
- April 2019
- January 2019
- December 2018
- November 2018
- September 2018
- July 2018
- April 2018
- March 2018
- February 2018
- January 2018
- November 2017
- October 2017
- September 2017
- August 2017
- February 2017
- January 2017
- November 2016
- October 2016
- August 2016
- April 2016
- March 2016
- February 2016
Tag Archives: VMware
Writing vRealize Orchestrator Workflows for vCloud Director v9.1
One of the great new features in vCloud Director 9.1 is the ability to publish Orchestrator workflows to tenants which can be consumed from within their vCloud portal. Markus Kraus has written an excellent post showing the configuration process for linking Orchestrator and vCloud Director. This post shows the process … Read more
vCloud Director Extender – Part 5 – Stretch Networking (L2VPN)
In this 5th part of my look into vCloud Director Extender (CX), I deal with the extension of a customer vCenter network into a cloud provider network using the L2VPN network extension functionality. Apologies that this post has been a bit delayed, turned out that I needed a VMware support … Read more
vCloud Director Extender – Part 2 – Cloud Provider Setup
In the first part of this series of articles I described the new vCloud Director Extender (CX) software released by VMware. In this article I will show the steps required to install and configure the software from a Cloud Provider perspective. Included in this will be the necessary network and … Read more
vCloud Director 8.20 Edge Gateway Roles
One of the key changes in vCloud Director 8.20 and 8.20.1 from 8.10 is the Advanced Networking for Edge Gateways, this allows customer control of several advanced networking features of the Edge Gateways which previously could not be made available to tenant administrators. vCloud Director 8.20 and later also change … Read more
Using Independent Disks in vCloud
Yesterday I wrote about the PowerShell module I’ve written (CIDisk.psm1) to allow manipulation of independent disks in a vCloud environment. This post shows some usage options and details some of the caveats to be aware of when using disks in this manner. My test environment has two VMs (named imaginatively … Read more
Uploading / running utilities directly on ESXi hosts
As part of planning our upgrade from VMware NSX-V from v6.2.2 to v6.2.4 we became aware of the VMware issue KB2146171 (link) which can cause VMs to lose network connectivity when vMotioned to other hosts following the upgrade. Obviously wishing to avoid this for our own (and customer) VMs, we … Read more
Installing Microsoft Azure Stack TP2 on VMware ESXi
This week Microsoft released Technical Preview 2 (TP2) of their ‘Cloud in a box’ Azure Stack product. This is scheduled for release in mid-2017 to allow enterprises and service providers to run Azure consistent services from their own datacenters. TP2 has a number of additional features over TP1 released earlier … Read more
Live import VMs to vCloud Director
Tom Fojta wrote a great blog post about the new capability in vCloud Director 8.10 to import running VMs into vCloud Director. This is a huge asset in migration scenarios where customers can’t afford outages when being migrated into the vCD environment. Unfortunately the API syntax to actually initiate the … Read more
Create an empty vApp in vCloud Director
Sometimes you just need to create a new vApp with no contents at all – maybe for testing, or maybe you want to populate it with VMs built ‘from scratch’ rather than cloned from templates. This is easy to do in the vCloud Director web UI – you just skip … Read more