You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-release v1.5.4.
Bugfix:
- Fixed issue in import of prior release v1.5.4.1002 in `Install-VCFCertificate`.
- Updated `Install-VCFCertificate` to remove duplicate parameters.
Documentation:
- Updated documentation for `Install-VCFCertificate` for readability.
Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
This example will install the certificate to the ESXi host sfo01-m01-esx01.sfo.rainpole.io in sfo-m01 workload domain using the provided path. For VMware Cloud Foundation
56
-
version earlier than 5.2, the ESXi host will enter maintenance mode with vSAN data migration Mode set to `EnsureAccessibility`. Any powered-off virtual machines will be
57
-
migrated off the ESXi host prior to entering maintenance mode.
55
+
This example will install the certificate to the ESXi host sfo01-m01-esx01.sfo.rainpole.io in sfo-m01 workload domain using the provided path.
56
+
57
+
For VMware Cloud Foundation 5.1 or earlier, the ESXi host will enter maintenance mode with vSAN data migration Mode set to `EnsureAccessibility`. Any powered off virtual machines will be migrated off the ESXi host prior to entering maintenance mode.
This example will install certificates for each ESXi host in the sfo-m01-cl01 cluster within the sfo-m01 workload domain, using the provided path. Starting from VMware Cloud
66
-
Foundation version is 5.2 or later, the vsanDataMigrationMode option is no longer applicable. For VMware Cloud Foundation version earlier than 5.2, by default the ESXi hosts will
67
-
enter maintenance mode with vSAN data migration Mode set to `Full data migration`. Any powered-off virtual machines will not be migrated off the ESXi hosts prior to
68
-
entering maintenance mode.
65
+
This example will install certificates for each ESXi host in the sfo-m01-cl01 cluster within the sfo-m01 workload domain, using the provided path.
66
+
67
+
For VMware Cloud Foundation 5.2 or later, the `vsanDataMigrationMode` option is no longer applicable.
68
+
69
+
For VMware Cloud Foundation 5.1 or earlier, by default the ESXi hosts will enter maintenance mode with vSAN data migration Mode set to `Full data migration`. Any powered off virtual machines will not be migrated off the ESXi hosts prior to entering maintenance mode.
This example will install private keys and certificates for each ESXi host in the sfo-m01-cl01 cluster within the sfo-m01 workload domain, using the provided path.
77
-
The `uploadprivatekey` parameter is only validated for VMware Cloud Foundation version is 5.2 or later.
78
+
79
+
The `uploadPrivateKey` parameter is only validated for VMware Cloud Foundation version is 5.2 or later.
78
80
79
81
## Parameters
80
82
@@ -255,9 +257,10 @@ Default value: 18000
255
257
Accept pipeline input: False
256
258
Accept wildcard characters: False
257
259
```
260
+
258
261
### -vsanDataMigrationMode
259
262
260
-
The vSan Data Migration mode validate value ("Full", "EnsureAccessibility").
263
+
The vSAN Data Migration mode validate value ("Full", "EnsureAccessibility").
0 commit comments