Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the new VM's ems_ref instead of an annotation #408

Merged

Commits on Jun 27, 2019

  1. Use the new VM's ems_ref instead of an annotation

    Instead of setting a UUID to the annotations field check for the new
    vm's ems_ref.
    
    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1724751
    agrare committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    e9604ba View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Check the ems.last_inventory_date before returning

    It is possible that EmsRefresh can have a really early view of the VM
    without all final data populated by the time the CloneVM_Task completes
    which can lead to post-provision tasks failing if they depend on some
    data in the vm record.
    
    Waiting until the Ems' inventory date is at least as recent as the
    CloneVM_Task completeTime we guarantee that the VM record represents the
    final VM state.
    agrare committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    3c45a85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56ab8bf View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Configuration menu
    Copy the full SHA
    e91a334 View commit details
    Browse the repository at this point in the history