-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c0c70b
commit fbe45a4
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
--- | ||
bugfixes: | ||
- provision_vcenter - Changed default ISO mount point from /mnt to /tmp, since /tmp is more likely to be writable | ||
- provision_vcenter - Added dedicated complexity check for VM password at beginning of role. Complexity requirements are normally validated by the VCSA installer but the error thrown can be confusing | ||
- provision_vcenter - Remove leading slashes when a user provides a datacenter/target host path to the installer. These values are supposed to be vcenter folder paths (e.g. /cluster01/host01) but a leading slash would break the VCSA installer config | ||
- >- | ||
provision_vcenter - Added dedicated complexity check for VM password at beginning of role. Complexity requirements | ||
are normally validated by the VCSA installer but the error thrown can be confusing | ||
- >- | ||
provision_vcenter - Remove leading slashes when a user provides a datacenter/target host path to the installer. | ||
These values are supposed to be vcenter folder paths (e.g. /cluster01/host01) but a leading slash would break the | ||
VCSA installer config |