-
Task
-
Resolution: Done
-
Major
-
2.7.0
-
Incidents & Support
-
False
-
-
False
-
-
See: https://issues.redhat.com/browse/MTV-1430?focusedId=26722233&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-26722233 (section 2)
And also Slack discussion: https://redhat-internal.slack.com/archives/C07HDAK66QG/p1742504308450329 (section 2).
There are few occurrences in which yaml formats are documented as an example and the format for the VMs list is wrong
E.g. for representing 2 vms, it is written like this:
vms:
- id: vm-3044
- name: esx8.0-rhel9.6-efi-with-tpm
- id: vm-3340
- name: esx8.0-rhel9.6-efi-with-tpm
instead of
vms:
-id: vm-3044
name: esx8.0-rhel9.6-efi-with-tpm
- id: vm-3340
name: esx8.0-rhel9.6-efi-with-tpm
A hyphen+space is used to begin a new item in list, so need to fix all occurrences.
For example