One of the really nice features of VMware Cloud Foundation 9 is the new Identity Broker. Do note it's called Identity Broker. This means you require a Identity Source that contains your users and groups. vIDB 9.0 currently supports a large echosystem of Identity Sources, from Active Directory (AD), ADFS, but also anything that is … Continue reading VCF9 – Identity Broker (vIDB)
Author: Kim Johansson
VCF9 Automation – Lab Setup
The lab setup that i will be using in this blog series is quite extensive. Yours does not have to be! Some of the options that i will be showing will add resiliency to your infrastructure, but most things only add capacity. You will need to determine what business requirements you have, and from that … Continue reading VCF9 Automation – Lab Setup
VCF9 – Getting started with VCF Automation
So it's now been 130 days since the release of VMware Cloud Foundation 9. The release that's likely the largest single release released by VMware, where over 1 million hours of engineering was poured into making a unified private cloud platform. I've now spent a lot (a lot!) of time digging into the new VCF … Continue reading VCF9 – Getting started with VCF Automation
VCF9 – Offline Depot
VMware Cloud Foundation is designed so that you will have the same experience if you're online, or in a air-gapped bunker. Well, as close to as the same experience - There are tools available to make this as friction free as it can possibly be. This will be a complete guide on how to setup … Continue reading VCF9 – Offline Depot
Generating a certificate for Apache2 signed by Microsoft CA
Well this seems like an odd topic? After spending way too much time on this i found no decent documentation available online, especially not reflecting changes since 2018! I installed phpipam on a Ubuntu 22.10 server, wanted to give it a certificate signed by our Microsoft CA, this is how you do it! First create … Continue reading Generating a certificate for Apache2 signed by Microsoft CA
Part 11 – VCF Automation – Constraints
VCF Automation will always try to find the most appropriate location to provision VMs to while taking things into consideration. If you've specified that the VM should be specifically deployed to a network labeled Production, then naturally all the clusters that meets all requirements except for having that Network will be filtered out as suitable … Continue reading Part 11 – VCF Automation – Constraints
Part 7 – VCF Automation – NSX infra Microsegmentation
NSX microsegmentation will have two parts, one that explains how we can enforce security at a larger scale, and one that explains how we can create segmentation internally within a deployment. Wide/Infra microsegmentation When some people hear microsegmentation, they think they need to start by locking down everything at it's smallest component. That will be … Continue reading Part 7 – VCF Automation – NSX infra Microsegmentation
Part 6 – VCF Automation – XaaS Microsoft AD
It's important to remember that VCF Automation does not just create Infrastructure as a Service (IaaS), Platform as a Service (PaaS, the Ubuntu and Windows Templates), but also DaaS (Desktop as a Service), KaaS (Kubernetes as a Service), DBaaS (DataBase as a Service), and lastly XaaS (Anything as a Service). Ehh? Sounds ... vague? Well, … Continue reading Part 6 – VCF Automation – XaaS Microsoft AD
Deploying vSAN Snapshot Service Appliance
Kind of wierd that i even need to write this blog post but i did have some issues getting the vSAN Snapshot Service deployed. I was writing a powershell automation to simplify this, and while asking William Lam some questions, it was discovered that he'd beaten me to it. So if you want to take … Continue reading Deploying vSAN Snapshot Service Appliance
Part 5 – VCF Automation – Windows Template
So in the previous post we created a Ubuntu Template, but we also did some stuff to ensure that the Catalog would be visible. So if you're reading this post just for the windows template, you may want to review the Ubuntu post for this stuff. Property Group So we need to add a property … Continue reading Part 5 – VCF Automation – Windows Template