From 8c3f02c7a334d02dc5949dbde2dd9907259554d1 Mon Sep 17 00:00:00 2001 From: Joseph Callen Date: Thu, 26 Sep 2024 14:30:12 -0400 Subject: [PATCH] specifics about vm-host group creation --- enhancements/installer/vsphere-ipi-zonal.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/enhancements/installer/vsphere-ipi-zonal.md b/enhancements/installer/vsphere-ipi-zonal.md index a03c32a80a..5f215dd951 100644 --- a/enhancements/installer/vsphere-ipi-zonal.md +++ b/enhancements/installer/vsphere-ipi-zonal.md @@ -946,6 +946,20 @@ the guest needs to be added to this vm-host group of type virtual machine. For each `FailureDomain` an ova import will need to occur. If there is only a single zone then a single import will be required. + +##### vm-host zonal specifics + +The vCenter vm-host group of type host is required for each zone prior to installation. Each `FailureDomain` has +a `hostGroup` field that is required when `zoneType` is `HostGroup`. The vCenter vm-host group will contain +the list of ESXi hosts that are associated to that zone. + +Tags will continue to also be required prior to installation. The tag category openshift-region +will be associated with a tag created and applied to the vCenter cluster object. The tag category openshift-zone +will be associated with a tag create and applied to each ESXi host in the zone, which is also defined by the vm-host group (type host). + +The installer will create a vm-host group of type virtual machine per failure domain. +It will also create a vm-host group rule per failure domain. + ### User Stories - https://issues.redhat.com/browse/RFE-845