Uploaded image for project: 'Migration Toolkit for Virtualization'
  1. Migration Toolkit for Virtualization
  2. MTV-2302

[Doc] Fix places in doc in which yaml formats are documented as an example and the format for the vms list is wrong

XMLWordPrintable

    • Incidents & Support
    • False
    • Hide

      None

      Show
      None
    • 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

              rhn-support-anarnold A Arnold
              sgratch@redhat.com Sharon Gratch
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: