Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed May 6, 2024
1 parent 1c0c70b commit fbe45a4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions changelogs/fragments/28__mm-bugfix__provision-vcenter.yml
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

0 comments on commit fbe45a4

Please sign in to comment.