Uploaded image for project: 'Satellite'
  1. Satellite
  2. SAT-42582

The VM IDs are missing when we check via the hammer command for OCP-V.

XMLWordPrintable

    • None
    • None
    • None
    • Manual

      Description of problem:

      After running the command

      hammer compute-resource virtual-machines --id xx

      , it only displays the name and state of the VM and does not show the VM ID. Due to the missing ID, we are unable to retrieve detailed information for a specific VM using its ID.

      How reproducible:

      Always

      Is this issue a regression from an earlier version:

      No

      Steps to Reproduce:

      1. Infrastructure -> Compute Resources -> Create OCP-V Compute Resources

      2. Run - 

      hammer compute-resource virtual-machines --id <cr id>
      -----------------------------|-------------
      NAME                         | STATE       
      -----------------------------|-------------
      evgeni-via-instance          | running     
      pljwrdkqou.oxeukukppu.foo    | provisioning
      test-gtalreja-capsule-stream | running     
      -----------------------------|-------------

      Actual behavior:
      The above hammer command does not display the vm id in the output. Therefore, we are unable to retrieve the VM information using the below command:

      hammer compute-resource virtual-machine info --id <cr id> --vm-id <vm id>

      Expected behavior:
      It should display the ID after running hammer command mentioned in the point 2. so that we can fetch the information of a particular VM using its ID.

              Unassigned Unassigned
              rh-ee-amolpati Amol Patil
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: