IP Spaces in VMware Cloud Director 10.4.1 – Part 3 – Tenant Experience, Compatibility & Summary

In part 1 of this series I looked at the process for a Service Provider to allocate a public block of IP addresses to be consumable by VMware Cloud Director (VCD) tenant organizations. In part 2 of this series I showed the process by which a Service Provider or tenant … Read more

IP Spaces in VMware Cloud Director 10.4.1 – Part 2 – Private IP Spaces

In an earlier post I wrote about the new IP Spaces feature in VMware Cloud Director (VCD) release 10.4.1 and the ability to create public IP spaces shared by multiple tenants. In this post I’ll look at the ability to create private IP spaces within a tenant organization and some … Read more

IP Spaces in VMware Cloud Director 10.4.1 – Part 1 – Introduction & Public IP Spaces

VMware recently released version 10.4.1 of VMware Cloud Director (VCD) – VMware add a new feature known as IP Spaces. IP Spaces allow providers and tenant customers to manage IP address allocations within VCD. What was originally meant to be a ‘quick look’ at IP Spaces and the capabilities they … Read more

Dynamic Persistent Volumes with CSE Kubernetes and Ceph

Introduction Application containerization with Docker is fast becoming the default deployment pattern for many business applications and Kubernetes (k8s) the method of managing these workloads. While containers generally should be stateless and ephemeral (able to be deployed, scaled and deleted at will) almost all business applications require data persistence of … Read more

VM Guest Customization in vCloud Director via PowerCLI

Bit of a quick post this, but hopefully useful to others. I got asked recently if there was an easy way to set Guest Customization options for VMs hosted in vCloud Director via Powershell/PowerCLI. It turns out there is an extremely simple way, but the syntax is a bit awkward … Read more

Getting detailed VM Disk Properties from the vCloud API

Since vCloud Director 8.10 VMware have allowed VMs to be created which have multiple disks using different storage policies. This can be very useful – for example, a database VM might have it’s database on fast storage but another disk containing backups or logs on slower/cheaper disk. When trying to … Read more

Using vCloud Director PowerCLI and vcd-cli with Federated User Accounts

One of the issues that vCloud Director user can run into is user authentication when using the PowerCLI and vcd-cli tools to manage their cloud deployments. For ‘Local’ user accounts defined in the vCloud Director portal this isn’t an issue as username/password are stored in the vCD database and can … Read more