Skip to content

Update docs for using VHD images in Azure #4098

@realsdx

Description

@realsdx

The LISA documentation still references an older Azure schema where the hyperv_generation field was valid:
https://mslisa.readthedocs.io/en/main/run_test/platform.html#use-vhd

Using that field today results in a deployment failure:

Provisioning.smoke_test: FAILED   deployment failed. ValidationError: {'hyperv_generation': ['Unknown field.']}

which I think is related to this PR: #3990

To make the runbook work with the current schema, I had to update it from:

azure:
  vhd: $(vhd_image)
  hyperv_generation: $(hyperv_gen)

to:

azure:
  vhd:
    vhd_path: $(vhd_image)
    hyperv_generation: $(hyperv_gen)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions