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 VAPI ActivationID with DeployOVF #802

Merged
merged 1 commit into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. Use VAPI ActivationID with DeployOVF

    This patch updates the DeployOVF call to use the VAPI activationID
    header. The value is set to the VM's instance UUID. This means the
    vim.Task that Content Library spawns to track the actual DeployOVF
    operation will have its activationId field set to the value of
    vm.spec.instanceUUID. Thus VM Operator can find and track the task,
    even though the DeployOVF call is blocking and does not return a
    task ID.
    akutz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    15b6bfc View commit details
    Browse the repository at this point in the history